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 includingruff,pyright,pydeps,radon, andvulture. 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
srcdirectory and redirecting caches to temporary directories.
Audit Metadata