python-testing-patterns
Pass
Audited by Gen Agent Trust Hub on Apr 30, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues were detected. The skill consists of educational material and code templates for implementing standard testing strategies in Python.
- [EXTERNAL_DOWNLOADS]: The instructions and CI/CD examples reference installing widely-used, reputable packages from the official Python Package Index (PyPI) including pytest, pytest-cov, pytest-asyncio, requests, freezegun, hypothesis, and sqlalchemy. These are standard dependencies for the described testing tasks.
- [COMMAND_EXECUTION]: The skill includes shell command examples for running tests and generating coverage reports (e.g.,
pytest --cov). These are standard development commands and do not involve untrusted input or dangerous execution patterns.
Audit Metadata