python-pytest-ops
Pass
Audited by Gen Agent Trust Hub on Mar 8, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill includes automation scripts (
run-tests.shandgenerate-conftest.sh) that utilize standard system commands to manage testing environments and generate boilerplate code. - [EXTERNAL_DOWNLOADS]: The
run-tests.shscript includes a check for thepytest-watchutility and attempts to install it from the official Python Package Index (PyPI) if it is missing and the user enables watch mode. - [CREDENTIALS_UNSAFE]: A configuration template (
conftest.py.template) contains a placeholder credential (test-key-12345) within a mock environment fixture. This is clearly marked as a testing value and does not represent an actual secret leak. - [DATA_EXPOSURE]: Documentation files provide examples of local database connection strings (e.g.,
postgresql://test:test@localhost/testdb) typical for isolated integration testing environments.
Audit Metadata