python-code-quality
Pass
Audited by Gen Agent Trust Hub on Feb 23, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Command Execution: The skill utilizes the 'uv' task runner to execute local quality assurance tools. This pattern is a standard method for automating developer tasks and ensures that code remains consistent and error-free.
- Local Script Automation: It references a local 'scripts/task_runner.py' to handle parallel task execution. This is a common optimization technique for improving the speed of code validation processes in large projects.
- Development Tool Integration: The configuration for tools like Ruff and Pyright is explicitly defined, following best practices for modern Python development environments.
Audit Metadata