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
| 163 | const db = c.env.DB; |
low line 210
Access to .env file
SourceSKILL.md
| 210 | const result = await c.env.DB.prepare('SELECT * FROM users').all(); |
low line 213
Access to .env file
SourceSKILL.md
| 213 | await c.env.KV.put('key', 'value'); |
low line 214
Access to .env file
SourceSKILL.md
| 214 | const value = await c.env.KV.get('key'); |
low line 217
Access to .env file
SourceSKILL.md
| 217 | await c.env.BUCKET.put('file.txt', content); |
Scanned on Jun 6, 2026
View Security Dashboard