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
| 157 | cacheTag('products', `product-${id}`) |
medium line 169
Template literal with variable interpolation in command context
SourceSKILL.md
| 169 | updateTag(`product-${id}`) // caller sees fresh data |
medium line 193
Template literal with variable interpolation in command context
SourceSKILL.md
| 193 | return 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
| 133 | return fetch('/api/data') |
low line 144
Fetch to external URL
SourceSKILL.md
| 144 | return 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 DashboardGitHub Stars 46
Rate this skill
Categorydevelopment
UpdatedMay 21, 2026
claude-codecursorgithub-copilotcodexchatgptwindsurfclineroo-codeampopencodevibemanusantigravitygemini-clifrontendbackendcross-platformfrontend-developerproduct-managergrowth-pmdevelopmentproduct
joelhooks/joelclaw