hono-core
Pass
Audited by Gen Agent Trust Hub on May 2, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a reference guide for the Hono web framework, providing standard code examples for routing, context handling, and response patterns.
- [EXTERNAL_DOWNLOADS]: Documents standard installation procedures for the 'hono' and '@hono/node-server' packages via npm, which are well-known and official packages for this framework.
- [COMMAND_EXECUTION]: Includes common developer commands such as 'npm create hono@latest' for project initialization, which is the standard and recommended way to bootstrap Hono applications.
- [CREDENTIALS_UNSAFE]: Demonstrates how to handle environment variables like 'API_KEY' and 'DATABASE_URL' using TypeScript interfaces and the Hono context object ('c.env'). These are correctly presented as configuration placeholders for the user to implement and do not contain hardcoded secrets.
Audit Metadata