hono-helper
Facilitates building lightweight APIs with Hono framework, supporting routing, middleware, and validation across multiple runtimes.
Install this skill
or
78/100
Security score
The hono-helper skill was audited on Mar 1, 2026 and we found 10 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 107
Template literal with variable interpolation in command context
SourceSKILL.md
| 107 | return c.text(`File path: ${path}`); |
medium line 259
Template literal with variable interpolation in command context
SourceSKILL.md
| 259 | console.log(`${c.req.method} ${c.req.path}`); |
medium line 263
Template literal with variable interpolation in command context
SourceSKILL.md
| 263 | c.header("X-Response-Time", `${ms}ms`); |
low line 478
Access to .env file
SourceSKILL.md
| 478 | message: process.env.NODE_ENV === "development" ? err.message : undefined, |
low line 776
Access to .env file
SourceSKILL.md
| 776 | app.use("/api/*", jwt({ secret: process.env.JWT_SECRET! })); |
low line 790
Access to .env file
SourceSKILL.md
| 790 | process.env.JWT_SECRET!, |
low line 324
External URL reference
SourceSKILL.md
| 324 | origin: ["https://example.com"], |
low line 545
External URL reference
SourceSKILL.md
| 545 | const client = hc<AppType>("http://localhost:3000"); |
low line 706
External URL reference
SourceSKILL.md
| 706 | <link rel="stylesheet" href="https://unpkg.com/swagger-ui-dist/swagger-ui.css" /> |
low line 710
External URL reference
SourceSKILL.md
| 710 | <script src="https://unpkg.com/swagger-ui-dist/swagger-ui-bundle.js"></script> |
Scanned on Mar 1, 2026
View Security DashboardInstall this skill with one command
/learn @shepherdjerred/hono-helperGitHub Stars 7
Rate this skill
Categorydevelopment
UpdatedMarch 29, 2026
openclawbackendbackend-developerfullstack-developerdevops-sreproduct-managertechnical-pmawsverceldevelopmentproduct
shepherdjerred/monorepo