Skip to main content

nextjs-static-shells

Explores static-first architecture patterns in Next.js 16 for optimized caching and dynamic rendering, enhancing performance and user experience.

Install this skill

or
68/100

Security score

The nextjs-static-shells skill was audited on Mar 7, 2026 and we found 8 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 157

Template literal with variable interpolation in command context

SourceSKILL.md
157cacheTag('products', `product-${id}`)
medium line 169

Template literal with variable interpolation in command context

SourceSKILL.md
169updateTag(`product-${id}`) // caller sees fresh data
medium line 193

Template literal with variable interpolation in command context

SourceSKILL.md
193return fetch(`/api/users/${userId}?filter=${filter}`)
medium line 451

Template literal with variable interpolation in command context

SourceSKILL.md
451<Link href={`/docs/${slug}`}>Read next</Link>
medium line 454

Template literal with variable interpolation in command context

SourceSKILL.md
454<Link href={`/certificate/${userId}?name=${encodeURIComponent(name)}`} prefetch={false}>
low line 133

Fetch to external URL

SourceSKILL.md
133return fetch('/api/data')
low line 144

Fetch to external URL

SourceSKILL.md
144return fetch('/api/data')
medium line 404

Webhook reference - potential data exfiltration

SourceSKILL.md
404| External API / webhook / mobile client | Route Handler |
Scanned on Mar 7, 2026
View Security Dashboard
Installation guide →