Skip to main content

hono-typescript

Provides guidelines for building high-performance APIs using Hono and TypeScript across various platforms like Cloudflare Workers and Node.js.

Install this skill

or
95/100

Security score

The hono-typescript skill was audited on Jun 6, 2026 and we found 5 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

low line 163

Access to .env file

SourceSKILL.md
163const db = c.env.DB;
low line 210

Access to .env file

SourceSKILL.md
210const result = await c.env.DB.prepare('SELECT * FROM users').all();
low line 213

Access to .env file

SourceSKILL.md
213await c.env.KV.put('key', 'value');
low line 214

Access to .env file

SourceSKILL.md
214const value = await c.env.KV.get('key');
low line 217

Access to .env file

SourceSKILL.md
217await c.env.BUCKET.put('file.txt', content);
Scanned on Jun 6, 2026
View Security Dashboard
Installation guide →
GitHub Stars 133
Rate this skill
Categorydevelopment
UpdatedJune 15, 2026
Mindrally/skills