Skip to main content

django-project-setup

Automates the setup of production-ready Django 6.0 projects with modern tooling for efficient development and AI compatibility.

Install this skill

or
12/100

Security score

The django-project-setup skill was audited on Feb 28, 2026 and we found 38 security issues across 4 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 424

Template literal with variable interpolation in command context

SourceSKILL.md
424```yaml
medium line 520

Template literal with variable interpolation in command context

SourceSKILL.md
520```bash
medium line 562

Template literal with variable interpolation in command context

SourceSKILL.md
562```bash
high line 193

Piping content to sh shell

SourceSKILL.md
193which uv || curl -LsSf https://astral.sh/uv/install.sh | sh
medium line 193

Curl to non-GitHub URL

SourceSKILL.md
193which uv || curl -LsSf https://astral.sh/uv/install.sh | sh
low line 85

Access to .env file

SourceSKILL.md
85├── .env.example # Environment template
low line 153

Access to .env file

SourceSKILL.md
153# 2. Add DATABASE_URL to .env.local
medium line 265

Access to .env file

SourceSKILL.md
2653. `.env` - Use .env.template, configure database variables based on use_supabase
medium line 266

Access to .env file

SourceSKILL.md
2664. `.env.example` - Use .env.example.template, configure based on use_supabase
low line 355

Access to .env file

SourceSKILL.md
355echo "4. Add to .env.local:"
low line 521

Access to .env file

SourceSKILL.md
521# Load environment from .env files
low line 522

Access to .env file

SourceSKILL.md
522dotenv_if_exists .env
low line 523

Access to .env file

SourceSKILL.md
523dotenv_if_exists .env.local
medium line 541

Access to .env file

SourceSKILL.md
541Create `.env.example`:
low line 563

Access to .env file

SourceSKILL.md
563# Load environment from .env files
low line 564

Access to .env file

SourceSKILL.md
564dotenv_if_exists .env
low line 565

Access to .env file

SourceSKILL.md
565dotenv_if_exists .env.local
low line 568

Access to .env file

SourceSKILL.md
568# Set DATABASE_URL in .env.local (see SUPABASE_SETUP.md)
medium line 580

Access to .env file

SourceSKILL.md
580Create `.env.example`:
low line 616

Access to .env file

SourceSKILL.md
616- Create `.env.local` file (gitignored):
low line 638

Access to .env file

SourceSKILL.md
638- Don't commit `.env.local` (it's in .gitignore)
low line 658

Access to .env file

SourceSKILL.md
658environ.Env.read_env(os.path.join(BASE_DIR, '.env'))
low line 1162

Access to .env file

SourceSKILL.md
1162.env
medium line 1229

Access to .env file

SourceSKILL.md
1229- **Supabase**: DATABASE_URL configured in `.env.local`
low line 147

External URL reference

SourceSKILL.md
147Visit http://localhost:8000/admin/ to verify setup.
low line 176

External URL reference

SourceSKILL.md
176Visit http://localhost:8000/admin/ to verify setup.
low line 193

External URL reference

SourceSKILL.md
193which uv || curl -LsSf https://astral.sh/uv/install.sh | sh
low line 352

External URL reference

SourceSKILL.md
352echo "1. Create a Supabase project at https://supabase.com"
low line 585

External URL reference

SourceSKILL.md
585# https://supabase.com/dashboard/project/[PROJECT-REF]/settings/database
low line 605

External URL reference

SourceSKILL.md
605- Go to https://supabase.com
low line 915

External URL reference

SourceSKILL.md
915<script src="https://unpkg.com/[email protected]"></script>
low line 1233

External URL reference

SourceSKILL.md
12337. ✅ **Admin**: http://localhost:8000/admin/ accessible
low line 1253

External URL reference

SourceSKILL.md
1253- [Supabase Database](https://supabase.com/docs/guides/database)
low line 1254

External URL reference

SourceSKILL.md
1254- [django-htmx](https://django-htmx.readthedocs.io/)
low line 1255

External URL reference

SourceSKILL.md
1255- [django-oauth-toolkit](https://django-oauth-toolkit.readthedocs.io/)
low line 1256

External URL reference

SourceSKILL.md
1256- [Django REST Framework](https://www.django-rest-framework.org/)
low line 1257

External URL reference

SourceSKILL.md
1257- [Factory Boy](https://factoryboy.readthedocs.io/)
low line 1258

External URL reference

SourceSKILL.md
1258- [pytest-django](https://pytest-django.readthedocs.io/)
Scanned on Feb 28, 2026
View Security Dashboard