بنقرة واحدة
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.