python-testing-patterns
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill contains purely educational content focused on software testing patterns in Python. All provided code examples are standard practices for unit, integration, and property-based testing.
- [EXTERNAL_DOWNLOADS]: References to external tools are limited to well-known and standard development libraries such as pytest, freezegun, hypothesis, and pytest-cov. These are used for their intended purpose in development environments.
- [COMMAND_EXECUTION]: Instructions include standard shell commands for running test suites and generating coverage reports (e.g., 'pytest --cov=myapp'). These are standard developer operations.
- [REMOTE_CODE_EXECUTION]: The skill includes a GitHub Actions configuration example that uses well-known and official actions (e.g., 'actions/checkout', 'actions/setup-python'). These are widely recognized as safe for continuous integration workflows.
Audit Metadata