Skip to main content

route-handlers

Facilitates the creation of API routes in Next.js, enabling efficient handling of requests and responses for web applications.

Install this skill

or
92/100

Security score

The route-handlers skill was audited on May 29, 2026 and we found 4 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 213

Template literal with variable interpolation in command context

SourceSKILL.md
213controller.enqueue(encoder.encode(`data: ${i}\n\n`))
low line 291

Fetch to external URL

SourceSKILL.md
291const data = await fetch('https://api.example.com/data')
low line 179

Access to .env file

SourceSKILL.md
179secure: process.env.NODE_ENV === 'production',
low line 291

External URL reference

SourceSKILL.md
291const data = await fetch('https://api.example.com/data')
Scanned on May 29, 2026
View Security Dashboard
Installation guide →