원클릭으로
django-access-audit
Audit Django endpoint security using django-access-inspector CLI.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Audit Django endpoint security using django-access-inspector CLI.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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.