django-verification
Verification loop for Django projects: migrations, linting, tests with coverage, security scans, and deployment readiness checks before release or PR.
98/100
Security score
The django-verification skill was audited on Mar 16, 2026 and we found 2 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
low line 229
Access to system logs
SourceSKILL.md
| 227 | |
| 228 | # ログファイルをチェック(設定されている場合) |
| 229 | tail -f /var/log/django/django.log |
| 230 | ``` |
| 231 |
low line 413
Access to home directory dotfiles
SourceSKILL.md
| 411 | uses: actions/cache@v3 |
| 412 | with: |
| 413 | path: ~/.cache/pip |
| 414 | key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }} |
| 415 |
Scanned on Mar 16, 2026
View Security Dashboard