python-testing-patterns

Pass

Audited by Gen Agent Trust Hub on Aug 6, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill provides educational content and code templates for Python testing best practices. It correctly advocates for mocking external services and using isolated environments for tests.
  • [EXTERNAL_DOWNLOADS]: The skill references standard, well-known Python libraries (pytest, sqlalchemy, httpx) and official GitHub Actions (actions/checkout, actions/setup-python, codecov/codecov-action) for CI/CD integration. These references are consistent with the skill's purpose and originate from well-known sources.
  • [CREDENTIALS_UNSAFE]: Contains example configuration and connection strings using placeholder values (e.g., 'api_key': 'test-key', 'postgresql://test:test@localhost/test_db'). These are identified as development placeholders for local testing and do not represent a leak of sensitive production credentials.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 6, 2026, 01:53 PM
Security Audit — agent-trust-hub — python-testing-patterns