python-quality-tooling
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [Unverifiable Dependencies] (SAFE): The skill utilizes standard Python quality tools such as
ruff,pytest, andpytest-cov. It also mentionstyandprek, which are available packages for type checking and pre-commit management. - [Command Execution] (SAFE): All command executions are standard tool invocations prefixed with
uv run, ensuring they execute within the project's managed environment. - [External Downloads] (SAFE): The provided GitHub Actions workflow references
astral-sh/setup-uv, which is a trusted official action from a reputable organization (Astral).
Audit Metadata