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. Use when this capability is needed.

tomevault-io a6efbb3 2 files · 5.6 KB Updated

File contents

tomevault-io/skills-registry/tree/main/dolphinllc--claude-security-skills--django-security-scan commit a6efbb3c20

Frequently asked questions

npx skillmds@latest add tomevault-io/django-security-scan