Skip to main content

nextjs-app-router-patterns

Master Next.js 14+ App Router with advanced patterns for building efficient full-stack applications using Server Components and optimized data fetching.

Install this skill

or
87/100

Security score

The nextjs-app-router-patterns skill was audited on Mar 8, 2026 and we found 5 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 137

Template literal with variable interpolation in command context

SourceSKILL.md
137`${process.env.API_URL}/products?${new URLSearchParams(filters)}`,
medium line 243

Template literal with variable interpolation in command context

SourceSKILL.md
243redirect(`/orders/${order.id}/confirmation`);
low line 76

Fetch to external URL

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

Access to .env file

SourceSKILL.md
137`${process.env.API_URL}/products?${new URLSearchParams(filters)}`,
low line 76

External URL reference

SourceSKILL.md
76const res = await fetch('https://api.example.com/products', {
Scanned on Mar 8, 2026
View Security Dashboard
Installation guide →