django-security
Production-ready security configurations and best practices for Django, including auth, SQLi, and XSS prevention.
Install
npx skills add https://github.com/affaan-m/everything-claude-code --skill django-securityStats
| Total installs | 1,701 |
| Weekly installs | 1.7K |
| GitHub stars | 112.5K |
| First seen | Feb 1, 2026 |
| Source | @affaan-m/everything-claude-code |
Summary
- Provides production-ready settings configurations including HTTPS enforcement, secure cookies, HSTS headers, and password validation with minimum 12-character requirements
- Covers authentication patterns: custom user models, Argon2 password hashing, session management, and role-based access control (RBAC)
- Includes authorization strategies: Django permissions, custom permission classes for REST APIs, and object-level access control mixins
- Demonstrates SQL injection prevention via Django ORM, parameterized raw queries, and Q objects; XSS prevention through template auto-escaping and safe string handling
- Addresses file upload validation, API rate limiting, Content Security Policy headers, and security event logging
Tags
Related skills
| Skill | Installs | vs django-security |
|---|---|---|
| semgrep | 1,536 | -165 |
| mobile-design | 1,604 | -97 |
| openclaw-control-center | 2,216 | +515 |
| xiaohongshu-note-analyzer | 1,730 | +29 |
| fastapi | 1,967 | +266 |
FAQ
- How many installs does django-security have?
- django-security has 1,701 total installs and 1.7K installs this week.
- Where is django-security hosted?
- django-security is published by @affaan-m/everything-claude-code at https://github.com/affaan-m/everything-claude-code.
- How many GitHub stars does django-security have?
- django-security has 112.5K GitHub stars.
- When was django-security first indexed?
- OrangeBot.AI first indexed django-security on Feb 1, 2026.
- How do I install django-security?
- Run: npx skills add https://github.com/affaan-m/everything-claude-code --skill django-security