django-patterns
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues detected. The skill provides instructional content and code templates for Django development.
- [SAFE]: Credentials and sensitive information are handled correctly using environment variables (e.g., env('DB_PASSWORD')) instead of hardcoded strings.
- [SAFE]: The code snippets include security-enhancing configurations for production environments, such as SECURE_SSL_REDIRECT, SESSION_COOKIE_SECURE, and SECURE_HSTS_SECONDS.
- [SAFE]: Input handling in Django REST Framework examples utilizes serializers for validation and sanitization, reducing the risk of injection attacks.
Audit Metadata