con un clic
django-access-audit
Audit Django endpoint security using django-access-inspector CLI.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Audit Django endpoint security using django-access-inspector CLI.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
| name | django-access-audit |
| description | Audit Django endpoint security using django-access-inspector CLI. |
Analyze Django endpoint authentication and permission configurations, classify risk per endpoint, and generate a structured security report.
Execute the management command to get JSON output:
python manage.py inspect_access_control --output json
For CI mode with snapshot comparison:
python manage.py inspect_access_control --ci --snapshot <snapshot.json> --output json
pip install django-access-inspector and add "django_access_inspector" to INSTALLED_APPSParse the JSON output and for each unauthenticated or unchecked endpoint:
If all endpoints are properly secured, report "No insecure endpoints found" and stop.
Respond in concise, technical language. Output in this structure:
One-sentence overall assessment.
Bullet list of endpoints needing immediate attention, or "None".
Bullet list of specific code or config changes:
Concise, runnable fix snippets — only what is necessary.
Bullet list of broader security advice for the project.