django-security
Pass
Audited by Gen Agent Trust Hub on Jun 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a high-quality educational resource for Django security. It correctly demonstrates how to use built-in Django security features like CSRF protection, template auto-escaping for XSS prevention, and ORM parameterization for SQL injection prevention.
- [CREDENTIALS_UNSAFE]: The skill demonstrates secure secret management by instructing developers to use environment variables for sensitive data like
SECRET_KEYandDATABASE_URL. The provided.envexamples use generic placeholders and are explicitly marked as templates that should not be committed to version control. - [COMMAND_EXECUTION]: Code snippets provided are for configuration and application logic within the Django framework. There are no patterns of arbitrary or dangerous command execution.
Audit Metadata