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-mockto 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, andpytest-django. These are standard tools in the Python ecosystem. - [COMMAND_EXECUTION]: The documentation mentions testing Django management commands using the standard
call_commandutility withio.StringIOto capture output, which is a safe and standard framework practice.
Audit Metadata