tools-python

Pass

Audited by Gen Agent Trust Hub on Aug 22, 2026

Risk Level: SAFE
Full Analysis
  • [COMMAND_EXECUTION]: The skill uses uvx (a tool for running Python packages in ephemeral environments) to execute several well-known static analysis utilities including ruff, pyright, pydeps, radon, and vulture. These are standard tools used for linting, type checking, and architectural analysis.
  • [EXTERNAL_DOWNLOADS]: The skill fetches these tools from the official Python Package Index (PyPI) via uv. These are recognized as well-known and trusted sources for developer tooling.
  • [SAFE]: The skill does not contain any suspicious patterns such as credential harvesting, data exfiltration, obfuscation, or persistence mechanisms. Its operations are restricted to analyzing source code in the src directory and redirecting caches to temporary directories.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 22, 2026, 10:31 AM
Security Audit — agent-trust-hub — tools-python