django-security
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is a purely educational resource containing Markdown documentation and Python code snippets for Django security best practices.
- [SAFE]: Recommended configurations for
settings/production.py(such asDEBUG = False,SECURE_SSL_REDIRECT, and HSTS headers) align with industry-standard security hardening guidelines. - [SAFE]: Code examples correctly demonstrate the prevention of SQL Injection through the Django ORM and provide warnings against unsafe practices like direct string interpolation.
- [SAFE]: The skill correctly promotes the use of environment variables for managing sensitive secrets like
SECRET_KEYandDATABASE_URLinstead of hardcoding them. - [SAFE]: XSS prevention guidance follows best practices, including auto-escaping and the safe handling of JavaScript and HTML content.
Audit Metadata