python3-test-design
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a documentation resource for Python 3.11+ testing strategies, covering architecture, naming conventions, and standard testing patterns (AAA, BDD, Property-based testing).
- [COMMAND_EXECUTION]: Provides examples for running mutation tests using
uv run mutmut. This is a standard development workflow for assessing test suite quality and does not involve arbitrary or hidden commands. - [EXTERNAL_DOWNLOADS]: References standard, reputable Python testing libraries in code examples, including
hypothesis,factory-boy, andmutmut. These are well-known tools in the Python ecosystem. - [DATA_EXFILTRATION]: No network operations or sensitive file access patterns were detected. File paths mentioned are standard project structures (e.g.,
tests/,packages/) used for organizational purposes.
Audit Metadata