python-testing-patterns
Pass
Audited by Gen Agent Trust Hub on Mar 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as an instructional reference for Python testing patterns. All code examples use standard libraries (unittest.mock, pytest) and follow industry best practices for test-driven development.
- [EXTERNAL_DOWNLOADS]: The documentation references official, well-known resources including the Python documentation and the pytest website. It provides instructions for installing standard development packages like 'pytest-cov'.
- [COMMAND_EXECUTION]: Includes standard command-line examples for executing tests and generating coverage reports. These commands are routine for the software development lifecycle and do not involve suspicious or obfuscated execution patterns.
- [CREDENTIALS_UNSAFE]: While the code snippets include placeholders for API keys and database URLs, they are clearly identified as test values (e.g., 'test-key', 'sqlite:///:memory:') and do not expose real sensitive credentials.
Audit Metadata