managing-python-projects
Pass
Audited by Gen Agent Trust Hub on Jul 4, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes
uv runto execute Python scripts, modules, and testing frameworks. It also provides instructions for usingchmod +xto make scripts executable, which is a standard operation for standalone Python development. - [EXTERNAL_DOWNLOADS]: The skill facilitates the installation of development tools such as
ruff,ty,pytest,pytest-cov, andprek. These tools are retrieved from standard registries or managed viauvto support code quality and testing workflows. The toolsprekandtyare authored by the same vendor as the skill. - [DATA_EXFILTRATION]: Package publishing workflows are documented for PyPI and Test PyPI. These operations are legitimate for distribution and correctly use environment variables (
$PYPI_TOKEN,$TEST_PYPI_TOKEN) for authentication rather than hardcoding credentials.
Audit Metadata