django-targeted-mocking

Pass

Audited by Gen Agent Trust Hub on Jun 21, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill provides documentation and patterns for standard Django testing procedures. It specifically recommends security-conscious practices like using requests-mock to block real outbound HTTP traffic during tests and scrubbing sensitive data from VCR.py cassettes.
  • [EXTERNAL_DOWNLOADS]: The skill references established, well-known Python testing libraries including requests-mock, vcrpy, time-machine, and pytest-django. These are standard tools in the Python ecosystem.
  • [COMMAND_EXECUTION]: The documentation mentions testing Django management commands using the standard call_command utility with io.StringIO to capture output, which is a safe and standard framework practice.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 21, 2026, 03:23 PM
Security Audit — agent-trust-hub — django-targeted-mocking