hono
Pass
Audited by Gen Agent Trust Hub on Jun 23, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- Command Execution Context: The skill describes the use of
npx hono requestfor testing application endpoints. This is a standard utility provided by the Hono framework for local verification and does not involve unusual or high-risk command patterns. - Ecosystem Dependencies: It references well-known packages including
hono,@hono/node-server, and@hono/zod-validator. These are standard libraries used within the described development environment for building and validating web services. - Input Sanitization Standards: A significant focus of the documentation is the implementation of validation middleware using Zod and Valibot. This encourages the secure practice of validating all external request data before it is processed by the application.
- Credential Handling Practices: The skill specifically advises against including credentials in command-line arguments and recommends the use of environment variables, which is a key security practice for managing sensitive configuration data.
Audit Metadata