python-quality-gate
Pass
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to execute a suite of standard Python quality checks (ruff, pytest, mypy, and bandit) on the local project directory. - [COMMAND_EXECUTION]: It performs basic file system discovery using commands like
lsandls -lato identify project configuration files such aspyproject.tomlorsetup.py. - [COMMAND_EXECUTION]: Provides maintenance capabilities to resolve tool-specific issues, such as removing the local
.mypy_cachedirectory. - [COMMAND_EXECUTION]: Includes an optional auto-fix mode using
ruff --fixandruff format, which is explicitly gated by a requirement for user confirmation before execution.
Audit Metadata