python-testing-patterns
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is entirely instructional, providing high-quality code examples for Python testing best practices. All code snippets are self-contained and demonstrate standard usage of testing frameworks.
- [DATA_EXFILTRATION]: While the skill includes examples of making HTTP requests with the
requestslibrary, these are used within the context of teaching mocking techniques (unittest.mock). No unauthorized data transmission patterns were detected. - [CREDENTIALS_UNSAFE]: The skill contains a placeholder credential (
api_key: "test-key") within a test fixture example. This is a common practice for educational material and does not represent a real-world credential leak. - [EXTERNAL_DOWNLOADS]: The documentation references standard Python packages (
pytest,pytest-cov,freezegun,hypothesis) and official GitHub Actions for CI/CD. These are well-known, trusted resources in the Python ecosystem.
Audit Metadata