django-security
✓Best Practices für Django-Sicherheit, Authentifizierung, Autorisierung, CSRF-Schutz, SQL-Injection-Prävention, XSS-Prävention und sichere Bereitstellungskonfigurationen.
Installation
SKILL.md
Comprehensive security guidelines for Django applications to protect against common vulnerabilities.
| DEBUG = False | Never run with DEBUG in production | | HTTPS only | Force SSL, secure cookies | | Strong secrets | Use environment variables for SECRETKEY | | Password validation | Enable all password validators | | CSRF protection | Enabled by default, don't disable | | XSS prevention | Django auto-escapes, don't use |safe with user input |
| SQL injection | Use ORM, never concatenate strings in queries | | File uploads | Validate file type and size | | Rate limiting | Throttle API endpoints | | Security headers | CSP, X-Frame-Options, HSTS | | Logging | Log security events | | Updates | Keep Django and dependencies updated |
Fakten (zitierbereit)
Stabile Felder und Befehle für KI/Such-Zitate.
- Installationsbefehl
npx skills add https://github.com/affaan-m/everything-claude-code --skill django-security- Kategorie
- !Sicherheit
- Verifiziert
- ✓
- Erstes Auftreten
- 2026-02-02
- Aktualisiert
- 2026-02-18
Schnelle Antworten
Was ist django-security?
Best Practices für Django-Sicherheit, Authentifizierung, Autorisierung, CSRF-Schutz, SQL-Injection-Prävention, XSS-Prävention und sichere Bereitstellungskonfigurationen. Quelle: affaan-m/everything-claude-code.
Wie installiere ich django-security?
Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/affaan-m/everything-claude-code --skill django-security Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor
Wo ist das Quell-Repository?
https://github.com/affaan-m/everything-claude-code
Details
- Kategorie
- !Sicherheit
- Quelle
- skills.sh
- Erstes Auftreten
- 2026-02-02