hono
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a comprehensive reference for the Hono web framework, covering routing, middleware, authentication, and deployment.
- [EXTERNAL_DOWNLOADS]: The included maintenance script
scripts/check-updates.pyperforms a network request to the official npm registry to check for framework updates. This targets a well-known service and is a legitimate maintenance function. - [COMMAND_EXECUTION]: The documentation provides standard CLI commands for project initialization and package management (e.g.,
npm create hono@latest,npm install hono). These are standard for development skills. - [DATA_EXPOSURE]: The authentication guides correctly advise using environment variables for secrets rather than hardcoding them, following security best practices.
Audit Metadata