pytest
Pass
Audited by Gen Agent Trust Hub on Feb 16, 2026
Risk Level: LOW
Full Analysis
- [GENERAL] (SAFE): The skill contains standard, idiomatic Python testing patterns for pytest. All examples follow best practices for unit and integration testing.
- [COMMAND_EXECUTION] (LOW): The skill documentation lists standard pytest CLI commands (e.g.,
pytest -v,pytest --cov). While the skill requests access to the Bash tool, these commands are restricted to testing operations and do not involve arbitrary or unsanitized input. - [DATA_EXPOSURE] (SAFE): Code examples use dummy data (e.g., 'john@test.com') and mock external services like Stripe. No real credentials or sensitive information are present.
- [INDIRECT_PROMPT_INJECTION] (SAFE): The skill is a reference for code generation and does not define mechanisms for ingesting or processing untrusted external data into the agent's prompt context.
Audit Metadata