python-code-quality
Pass
Audited by Gen Agent Trust Hub on Apr 27, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches and installs Python development tools (
ruff,ty) and pre-commit hooks from official GitHub repositories and package registries associated with Astral. - [COMMAND_EXECUTION]: Executes shell commands via
uvto perform code linting, formatting, and type checking on the local filesystem. These operations are restricted to the intended purpose of code quality management. - [DATA_EXPOSURE]: Ingests project source code and configuration files (such as
pyproject.tomland.pre-commit-config.yaml) to analyze code quality and provide feedback. This ingestion is the primary intended function of the skill and does not involve exfiltration of sensitive data.
Audit Metadata