·django-security
!

django-security

affaan-m/everything-claude-code

Django セキュリティのベスト プラクティス、認証、認可、CSRF 保護、SQL インジェクション防止、XSS 防止、安全なデプロイメント構成。

326インストール·27トレンド·@affaan-m

インストール

$npx skills add https://github.com/affaan-m/everything-claude-code --skill django-security

SKILL.md

Comprehensive security guidelines for Django applications to protect against common vulnerabilities.

| DEBUG = False | Never run with DEBUG in production | | HTTPS only | Force SSL, secure cookies | | Strong secrets | Use environment variables for SECRETKEY | | Password validation | Enable all password validators | | CSRF protection | Enabled by default, don't disable | | XSS prevention | Django auto-escapes, don't use |safe with user input |

| SQL injection | Use ORM, never concatenate strings in queries | | File uploads | Validate file type and size | | Rate limiting | Throttle API endpoints | | Security headers | CSP, X-Frame-Options, HSTS | | Logging | Log security events | | Updates | Keep Django and dependencies updated |

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/affaan-m/everything-claude-code --skill django-security
カテゴリ
!セキュリティ
認証済み
初回登録
2026-02-02
更新日
2026-02-18

クイックアンサー

django-security とは?

Django セキュリティのベスト プラクティス、認証、認可、CSRF 保護、SQL インジェクション防止、XSS 防止、安全なデプロイメント構成。 ソース: affaan-m/everything-claude-code。

django-security のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/affaan-m/everything-claude-code --skill django-security インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/affaan-m/everything-claude-code