Skip to main content

add-api-route

Facilitates the addition of new Hono API routes and server-side utilities, enhancing server logic and data handling.

Install this skill

or
94/100

Security score

The add-api-route skill was audited on Jun 5, 2026 and we found 2 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 160

Template literal with variable interpolation in command context

SourceSKILL.md
160const owner = await redis.hGet(`game:${postId}:meta`, 'creatorId')
low line 48

External URL reference

SourceSKILL.md
48// Menu navigation: { navigateTo: 'https://reddit.com/...' }
Scanned on Jun 5, 2026
View Security Dashboard
Installation guide →