Skip to main content

Next.js Project Setup

Provides complete patterns for initializing a Next.js project with App Router tailored for the Zeus framework.

Install this skill

or
84/100

Security score

The Next.js Project Setup skill was audited on Mar 1, 2026 and we found 8 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 115

Access to .env file

SourceSKILL.md
115Create `.env.example`:
medium line 130

Access to .env file

SourceSKILL.md
130Create `.env.local` (gitignored):
low line 152

Access to .env file

SourceSKILL.md
152NEXT_PUBLIC_APP_URL: process.env.NEXT_PUBLIC_APP_URL,
low line 246

Access to .env file

SourceSKILL.md
246.env.local
low line 247

Access to .env file

SourceSKILL.md
247.env.development.local
low line 248

Access to .env file

SourceSKILL.md
248.env.test.local
low line 249

Access to .env file

SourceSKILL.md
249.env.production.local
low line 127

External URL reference

SourceSKILL.md
127NEXT_PUBLIC_APP_URL=http://localhost:3000
Scanned on Mar 1, 2026
View Security Dashboard
Installation guide →