NYC

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.sh invokes the pytest command 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, and sqlalchemy in 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
Risk Level
SAFE
Analyzed
Feb 17, 2026, 06:09 PM