python-testing-patterns
Pass
Audited by Gen Agent Trust Hub on Apr 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill consists of documentation and code templates aimed at teaching robust testing strategies in Python.
- [DATA_EXPOSURE]: The skill contains placeholder credentials such as
api_key: "test-key"and"production-key"within code snippets. These are clearly used as illustrative examples for testing and configuration patterns and do not represent actual secrets. - [EXTERNAL_DOWNLOADS]: The documentation references official resources and standard library tools, including pytest, SQLAlchemy, and Hypothesis, as well as a GitHub repository for the skill itself.
- [INDIRECT_PROMPT_INJECTION]: Code examples demonstrate how to fetch and mock data from external APIs. This correctly identifies a standard data-processing surface in tests but does not present a vulnerability in the skill's own logic.
Audit Metadata