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 Bash tool 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 ls and ls -la to identify project configuration files such as pyproject.toml or setup.py.
  • [COMMAND_EXECUTION]: Provides maintenance capabilities to resolve tool-specific issues, such as removing the local .mypy_cache directory.
  • [COMMAND_EXECUTION]: Includes an optional auto-fix mode using ruff --fix and ruff format, which is explicitly gated by a requirement for user confirmation before execution.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 1, 2026, 05:55 AM