python-testing
Pass
Audited by Gen Agent Trust Hub on Mar 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides standard documentation and code examples for Python testing using
pytest. All instructions align with industry best practices for Test-Driven Development (TDD) and test automation. - [SAFE]: All external references, such as
api.example.comor local database connection strings (postgresql://localhost/test), use standard placeholders or well-known development domains for demonstration purposes. - [SAFE]: No sensitive data access, credential exposure, or unauthorized network operations were identified. The examples for authentication testing correctly use fixtures and mocks rather than hardcoded secrets.
- [SAFE]: The skill does not perform any remote code execution or download external scripts; it focuses entirely on local test suite configuration and execution using standard tools like
pytestandpytest-cov.
Audit Metadata