Skip to main content

django-setup

Sets up Django projects for HTTPS development using virtual environments and SSL certificates for secure local development.

Install this skill

or
91/100

Security score

The django-setup skill was audited on Feb 9, 2026 and we found 5 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 190

Template literal with variable interpolation in command context

SourceSKILL.md
190```json
low line 231

External URL reference

SourceSKILL.md
231FRONTEND_URL = 'https://localhost:5173'
low line 347

External URL reference

SourceSKILL.md
347INFO: Uvicorn running on https://127.0.0.1:8000 (Press CTRL+C to quit)
low line 352

External URL reference

SourceSKILL.md
352https://localhost:8000
low line 358

External URL reference

SourceSKILL.md
358- ✅ URL shows `https://` not `http://`
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →