hono
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a technical reference for the Hono web framework. The provided code examples demonstrate standard API development patterns, such as using JWT for authentication, Zod for schema validation, and official Hono middleware (CORS, logger). All external references and commands, such as
npm create hono@latest, are official methods for bootstrapping projects and do not pose security risks. The skill follows security best practices by suggesting the use of environment variables for secrets (process.env.JWT_SECRET) rather than hardcoding credentials.
Audit Metadata