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
.envfiles from version control and use.env.exampletemplates 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