Skip to main content

nextjs

Provides best practices and patterns for AI-assisted development using Next.js 14+, including server components and data fetching.

Install this skill

or
92/100

Security score

The nextjs skill was audited on Feb 28, 2026 and we found 8 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 230

Fetch to external URL

SourceSKILL.md
230const res = await fetch('https://api.example.com/products', {
low line 230

External URL reference

SourceSKILL.md
230const res = await fetch('https://api.example.com/products', {
low line 457

External URL reference

SourceSKILL.md
457npm run dev # Development server (http://localhost:3000)
low line 473

External URL reference

SourceSKILL.md
473- [Next.js Documentation](https://nextjs.org/docs)
low line 474

External URL reference

SourceSKILL.md
474- [Next.js App Router](https://nextjs.org/docs/app)
low line 475

External URL reference

SourceSKILL.md
475- [NextAuth.js / Auth.js](https://authjs.dev/)
low line 476

External URL reference

SourceSKILL.md
476- [Vercel Deployment](https://vercel.com/docs)
low line 477

External URL reference

SourceSKILL.md
477- [React Server Components](https://react.dev/reference/rsc/server-components)
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →