python-testing-patterns
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as an educational resource for Python testing best practices and patterns.\n- [EXTERNAL_DOWNLOADS]: The skill references the installation of standard Python testing libraries such as
pytest,pytest-cov,freezegun,hypothesis, andsqlalchemy. These are established packages from the official PyPI registry and are documented for their intended purpose.\n- [REMOTE_CODE_EXECUTION]: The documentation provides examples for CI/CD integration via GitHub Actions. These examples utilize official actions from well-known providers likeactions(GitHub) andcodecov, which are standard and trusted in software development workflows.\n- [CREDENTIALS_UNSAFE]: The code snippets include generic placeholders for configuration and keys, such as'test-key'and'production-key', used to demonstrate mocking and environment variable handling. No hardcoded sensitive credentials or secrets are present.\n- [COMMAND_EXECUTION]: The skill documents common development commands for running test suites and generating coverage reports (e.g.,pytest,pytest-cov). These commands are benign and integral to the Python testing lifecycle.
Audit Metadata