django-security
Django security best practices, authentication, authorization, CSRF protection, SQL injection prevention, XSS prevention, and secure deployment configurations.
98/100
Security score
The django-security skill was audited on Mar 16, 2026 and we found 2 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
low line 553
Access to system logs
SourceSKILL.md
| 551 | 'level': 'WARNING', |
| 552 | 'class': 'logging.FileHandler', |
| 553 | 'filename': '/var/log/django/security.log', |
| 554 | }, |
| 555 | 'console': { |
low line 383
Webhook reference
SourceSKILL.md
| 381 | @csrf_exempt # 絶対に必要な場合のみ使用! |
| 382 | def webhook_view(request): |
| 383 | # 外部サービスからのWebhook |
| 384 | pass |
| 385 | ``` |
Scanned on Mar 16, 2026
View Security Dashboard