pytest-patterns
Pass
Audited by Gen Agent Trust Hub on Jun 26, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or security vulnerabilities were detected in this skill. The skill is purely instructional, providing templates and best practices for Python testing.
- [COMMAND_EXECUTION]: Code examples demonstrate standard usage of the pytest framework and mocking libraries. No arbitrary or dangerous shell command execution is present.
- [DATA_EXFILTRATION]: All network-related code in the examples is either mocked or uses standard documentation placeholders (e.g., example.com). No sensitive file access or unauthorized data transmission patterns were found.
- [CREDENTIALS_UNSAFE]: The skill does not contain hardcoded secrets. The database URL provided in the conftest.py example is a standard local development placeholder (localhost).
- [PROMPT_INJECTION]: The skill uses authoritative instructional language to enforce coding standards (e.g., 'REQUIRED', 'FORBIDDEN'), but these do not attempt to bypass agent safety protocols or override system instructions.
Audit Metadata