python-testing
Pass
Audited by Gen Agent Trust Hub on May 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a well-structured collection of documentation and testing utilities. Analysis across all 10 threat categories revealed no malicious intent or security vulnerabilities.
- [COMMAND_EXECUTION]: The script
scripts/test_pypi_security_audit.pyutilizessubprocess.runto executepip-audit. This is an appropriate and safe implementation for a security auditing tool, as it uses a fixed argument list andsys.executablerather than a shell string, minimizing risk. - [EXTERNAL_DOWNLOADS]: The skill recommends several standard Python developer tools and libraries, including
pytest,nox,uv,pip-audit,pyleak, andpytest-run-parallel. These are established packages within the Python ecosystem and are used as intended for development and testing purposes.
Audit Metadata