Django Security Scan

Defensive security scan for Django and Django REST Framework projects. Detects DEBUG=True in production, wildcard ALLOWED_HOSTS, SECRET_KEY in source, missing CSRF, raw ORM queries with string formatting, mark_safe on user input, AllowAny on mutating DRF views, and ModelSerializer fields="__all__" leaking sensitive fields. Invoke when the user asks to "review", "audit", or "scan" a Django project.

Dolphinllc 0faf17b 4.7 KB Updated

File contents

Dolphinllc/claude-security-skills/tree/main/skills/defensive/web/django-security-scan commit 0faf17b703

Frequently asked questions

npx skillmds@latest add dolphinllc/django-security-scan