pytest
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [SAFE]: Analysis of the skill content and metadata confirms it is a legitimate instructional resource for Python testing. No malicious intent, obfuscation, or unauthorized data access patterns were found.
- [EXTERNAL_DOWNLOADS]: The instructions guide users to install standard testing libraries from official registries. These include reputable packages such as
pytest,pytest-cov,pytest-asyncio, andpytest-mock. - [INDIRECT_PROMPT_INJECTION]: The skill outlines patterns for testing code that processes external data, establishing a surface for potential indirect injection if used with untrusted inputs.
- Ingestion points: Test cases in
SKILL.mdinteract with simulated API responses (requests,httpx) and file system data. - Boundary markers: Not present within the basic code templates provided.
- Capability inventory: The skill references execution of the
pytestCLI and file system manipulation (open,shutil,tempfile) for test setup. - Sanitization: Not demonstrated in the provided instructional examples.
Audit Metadata