django-security
Pass
Audited by Gen Agent Trust Hub on Apr 6, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is entirely educational, providing best practices and secure code templates for Django developers.
- [SAFE]: It correctly identifies and warns against dangerous practices, such as running with
DEBUG = Truein production or using string interpolation in SQL queries. - [SAFE]: It encourages the use of environment variables for managing secrets like
SECRET_KEYand database credentials, following security best practices. - [SAFE]: The code snippets demonstrate the correct use of security headers (HSTS, CSP, X-Frame-Options) and Django's built-in protections for CSRF and XSS.
Audit Metadata