python-testing-patterns
Pass
Audited by Gen Agent Trust Hub on Feb 28, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is entirely educational, providing standard Python testing examples using well-known frameworks like pytest and Hypothesis.
- [EXTERNAL_DOWNLOADS]: Mentions installation of standard, well-known Python packages such as
pytest,pytest-cov,pytest-asyncio, andhypothesis. These are documented neutrally as requirements for the testing patterns described. - [CREDENTIALS_UNSAFE]: Includes a placeholder
api_key: "test-key"within a mock fixture example. This is a non-functional value used for demonstration purposes in a testing context and does not represent a sensitive data leak.
Audit Metadata