python-pytest
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides comprehensive and standard documentation for Python testing with pytest. All examples and instructions follow established industry best practices and use appropriate placeholders.
- [EXTERNAL_DOWNLOADS]: The documentation includes examples of installing standard testing packages like
pytest-asyncio,pytest-mock, andpytest-xdistviapip. These are well-known and widely used packages in the Python testing ecosystem. - [COMMAND_EXECUTION]: The skill instructs the agent on how to execute
pytestcommands to run tests, check coverage, and parallelize testing. This is the intended and safe use case for a testing-focused skill. - [CREDENTIALS_SAFE]: Documentation examples for mocking and configuration use dummy values, environment variable placeholders, or generic strings (e.g., 'test_key', 'secret_token'). This demonstrates safe practices by avoiding the inclusion of real secrets in documentation.
Audit Metadata