Skip to main content

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
107return c.text(`File path: ${path}`);
medium line 259

Template literal with variable interpolation in command context

SourceSKILL.md
259console.log(`${c.req.method} ${c.req.path}`);
medium line 263

Template literal with variable interpolation in command context

SourceSKILL.md
263c.header("X-Response-Time", `${ms}ms`);
low line 478

Access to .env file

SourceSKILL.md
478message: process.env.NODE_ENV === "development" ? err.message : undefined,
low line 776

Access to .env file

SourceSKILL.md
776app.use("/api/*", jwt({ secret: process.env.JWT_SECRET! }));
low line 790

Access to .env file

SourceSKILL.md
790process.env.JWT_SECRET!,
low line 324

External URL reference

SourceSKILL.md
324origin: ["https://example.com"],
low line 545

External URL reference

SourceSKILL.md
545const 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 Dashboard