hono
Pass
Audited by Gen Agent Trust Hub on Apr 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides documentation and code examples for using the Hono web framework. The instructions follow industry standards for development and security.
- [COMMAND_EXECUTION]: The skill contains standard project initialization and development commands (e.g.,
npm create hono@latest,npm install,npm run dev) that are expected for a technical guide and do not involve unauthorized or malicious operations. - [EXTERNAL_DOWNLOADS]: References to standard package managers (npm, bun) for installing well-known, reputable libraries (
hono,@hono/zod-validator,zod) represent normal development workflows. - [DATA_EXPOSURE]: The skill correctly demonstrates using environment variables (
process.env.API_TOKEN,process.env.JWT_SECRET) and Cloudflare Workers bindings for managing secrets, which is a defensive programming best practice.
Audit Metadata