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-adminandmanage.pyfor project initialization and application creation. - [CREDENTIALS_UNSAFE]: No hardcoded secrets, API keys, or sensitive credentials were found. The authentication example uses standard Django
authenticateandloginmethods 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