Skip to main content

django-security

Provides comprehensive guidelines for securing Django applications against common vulnerabilities and ensuring safe deployment.

Install this skill

or
91/100

Security score

The django-security skill was audited on Mar 17, 2026 and we found 9 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 366

Fetch to external URL

SourceSKILL.md
366fetch('/api/endpoint/', {
low line 382

Webhook reference - potential data exfiltration

SourceSKILL.md
382def webhook_view(request):
low line 383

Webhook reference - potential data exfiltration

SourceSKILL.md
383# 外部サービスからのWebhook
low line 528

Access to .env file

SourceSKILL.md
528# .envファイルを読み込む
low line 535

Access to .env file

SourceSKILL.md
535# .envファイル(これをコミットしない)
low line 341

External URL reference

SourceSKILL.md
341CSRF_TRUSTED_ORIGINS = ['https://example.com'] # 信頼されたドメイン
low line 424

External URL reference

SourceSKILL.md
424MEDIA_DOMAIN = 'https://media.example.com'
low line 493

External URL reference

SourceSKILL.md
493CSP_SCRIPT_SRC = "'self' https://cdn.example.com"
low line 496

External URL reference

SourceSKILL.md
496CSP_CONNECT_SRC = "'self' https://api.example.com"
Scanned on Mar 17, 2026
View Security Dashboard
Installation guide →