django-tests

Pass

Audited by Gen Agent Trust Hub on Mar 10, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill provides standard, high-quality documentation and code examples for Django testing practices. All instructions align with industry-standard development workflows.
  • [COMMAND_EXECUTION]: The skill recommends installing well-known, legitimate testing dependencies (pytest-django, pytest-cov, factory-boy, faker) via pip. These are essential tools for the stated purpose of the skill.
  • [CREDENTIALS_UNSAFE]: While the UserFactory example includes a hardcoded password ('testpass123'), this is used as a default for dummy test users within a local testing environment and does not pose a security risk to production credentials.
  • [DATA_EXFILTRATION]: No patterns of unauthorized data collection or external network requests were detected. Examples involving external APIs (e.g., requests.get) are appropriately shown within mocking contexts using unittest.mock.patch.
  • [PROMPT_INJECTION]: The skill instructions do not contain any patterns designed to bypass agent safety filters or override system instructions. It focuses strictly on providing technical guidance for Django testing.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 10, 2026, 09:06 PM