Skip to main content

nextjs-setup

Facilitates the setup of Next.js 16+ projects with TypeScript, Tailwind CSS, and essential libraries for efficient frontend development.

Install this skill

or
61/100

Security score

The nextjs-setup skill was audited on Feb 25, 2026 and we found 15 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 494

Template literal with variable interpolation in command context

SourceSKILL.md
494config.headers.Authorization = `Bearer ${token}`
medium line 539

Template literal with variable interpolation in command context

SourceSKILL.md
539const { data } = await apiClient.patch(`/api/tasks/${id}/toggle`)
medium line 544

Template literal with variable interpolation in command context

SourceSKILL.md
544await apiClient.delete(`/api/tasks/${id}`)
low line 479

Access to .env file

SourceSKILL.md
479const API_URL = process.env.NEXT_PUBLIC_API_URL || 'http://localhost:8000'
medium line 595

Access to .env file

SourceSKILL.md
595Create `.env.local`:
medium line 609

Access to .env file

SourceSKILL.md
609Create `.env.local.example`:
medium line 751

Access to .env file

SourceSKILL.md
751- [ ] `.env.local` file exists and configured
low line 479

External URL reference

SourceSKILL.md
479const API_URL = process.env.NEXT_PUBLIC_API_URL || 'http://localhost:8000'
low line 599

External URL reference

SourceSKILL.md
599NEXT_PUBLIC_API_URL=http://localhost:8000
low line 611

External URL reference

SourceSKILL.md
611NEXT_PUBLIC_API_URL=http://localhost:8000
low line 747

External URL reference

SourceSKILL.md
747- [ ] http://localhost:3000 loads without errors
low line 788

External URL reference

SourceSKILL.md
788- Next.js: https://nextjs.org/docs
low line 789

External URL reference

SourceSKILL.md
789- Tailwind CSS: https://tailwindcss.com/docs
low line 790

External URL reference

SourceSKILL.md
790- TypeScript: https://www.typescriptlang.org/docs
low line 791

External URL reference

SourceSKILL.md
791- React: https://react.dev/
Scanned on Feb 25, 2026
View Security Dashboard