python
Pass
Audited by Gen Agent Trust Hub on May 2, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill defines a robust development environment using
uvand standard quality tools likeruffandpytest. It follows expected conventions for Python project management.\n- [SAFE]: Credential handling for package publishing is managed via environment variables ($PYPI_TOKEN), which is the recommended secure approach.\n- [SAFE]: No evidence of obfuscation, malicious persistence, or unauthorized data exfiltration was found across the skill files.\n- [COMMAND_EXECUTION]: Command execution is limited to development tasks (running tests, linting, and building) via theuvtoolchain, which is the skill's primary purpose.\n- [EXTERNAL_DOWNLOADS]: Package installations are performed through standard registries usinguv add. All recommended packages (e.g.,ruff,pytest) are well-known and standard in the Python ecosystem.
Audit Metadata