pytest-patterns
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The script
scripts/check-test-coverage.shinvokes thepytestcommand to run tests and generate coverage reports. This is a legitimate use of command execution in a development environment. - [EXTERNAL_DOWNLOADS] (SAFE): The templates list standard Python testing dependencies such as
pytest,httpx, andsqlalchemyin comments. No unauthorized or risky external downloads were detected. - [CREDENTIALS_UNSAFE] (SAFE): The code does not contain hardcoded sensitive credentials. Auth headers are generated dynamically for test users using local mock utilities.
Audit Metadata