python-build-tools

Pass

Audited by Gen Agent Trust Hub on Aug 9, 2026

Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
  • [EXTERNAL_DOWNLOADS]: References official and well-known software tools and registries, including PyPI (pypi.org) and Astral-sh's official GitHub repositories for uv and Ruff hooks.
  • [SAFE]: Promotes secure development practices by explicitly instructing users to exclude sensitive .env files from version control and use .env.example templates instead.
  • [COMMAND_EXECUTION]: Provides standard shell commands for Python project initialization, dependency synchronization, and tool execution (e.g., uv sync, uv run ruff). All commands are appropriate for the skill's stated purpose and operate within project-local virtual environments.
  • [EXTERNAL_DOWNLOADS]: Recommends the use of official development extensions and third-party type stubs (e.g., types-requests) from standard registries, which is routine for the described development workflow.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 9, 2026, 09:13 PM
Security Audit — agent-trust-hub — python-build-tools