Skip to main content

django-patterns

Django architecture patterns, REST API design with DRF, ORM best practices, caching, signals, middleware, and production-grade Django apps.

94/100

Security score

The django-patterns 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 139

Access to system logs

SourceSKILL.md
137 'level': 'WARNING',
138 'class': 'logging.FileHandler',
139 'filename': '/var/log/django/django.log',
140 },
141 },
medium line 612

Shell profile modification

SourceSKILL.md
610def save_user_profile(sender, instance, **kwargs):
611 """ユーザーが保存されたときにプロファイルを保存。"""
612 instance.profile.save()
613
614# apps/users/apps.py
Scanned on Mar 16, 2026
View Security Dashboard