python-code-quality
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Command Execution: The skill provides specific commands using the
uvpackage manager andpoetask runner to perform code quality checks. These operations are standard for development workflows and are restricted to the local environment. - Tooling and Architecture: It describes a multi-layered type checking approach involving tools like Pyright, MyPy, and specialized checkers such as Pyrefly, Ty, and Zuban. This complexity is directed at validating different parts of the project, including source code and samples.
- Local Script Automation: The manual and automated execution of tasks through
scripts/task_runner.pyis a common pattern for managing parallel workflows in large Python projects and does not involve external code fetching.
Audit Metadata