Skip to main content

nextjs-app-router

Teaches Next.js App Router fundamentals, covering routing, layouts, and error handling for efficient web app development.

Install this skill

or
94/100

Security score

The nextjs-app-router skill was audited on May 21, 2026 and we found 2 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 218

Template literal with variable interpolation in command context

SourceSKILL.md
218<a href={`/posts/${post.slug}`}>{post.title}</a>
low line 484

External URL reference

SourceSKILL.md
484metadataBase: new URL('https://mystore.com'),
Scanned on May 21, 2026
View Security Dashboard
Installation guide →