django-application

Pass

Audited by Gen Agent Trust Hub on Mar 4, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: No malicious patterns or security vulnerabilities were detected. The skill contains standard Django code snippets for project structure, model design, views, and authentication.
  • [COMMAND_EXECUTION]: Included shell commands are restricted to standard Django development tools such as django-admin and manage.py for project initialization and application creation.
  • [CREDENTIALS_UNSAFE]: No hardcoded secrets, API keys, or sensitive credentials were found. The authentication example uses standard Django authenticate and login methods with CSRF protection enabled via @csrf_protect.
  • [DATA_EXPOSURE]: The skill does not access sensitive system paths or exfiltrate data. Database queries are performed using the Django ORM, which provides built-in protection against SQL injection.
  • [PROMPT_INJECTION]: No instructions were found that attempt to override system prompts, bypass safety filters, or extract sensitive instructions.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 4, 2026, 03:10 PM