一键导入
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.