hono
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill defines patterns for building web applications that process untrusted data, which is an inherent surface for indirect prompt injection.
- Ingestion points: User-controlled data is ingested through path parameters, query strings, and request bodies via
c.req.param(),c.req.query(), andc.req.json()as seen inSKILL.md. - Boundary markers: While no specific text delimiters are mentioned for prompt isolation, the skill promotes strict data boundaries through schema validation.
- Capability inventory: The skill allows network fetching via
curland application testing/inspection vianpx hono. - Sanitization: The skill provides high-quality security guidance by demonstrating how to use
zValidatorandsValidatorto enforce strict schemas on all incoming data. - [EXTERNAL_DOWNLOADS]: The skill fetches documentation from
hono.devand installs the@hono/clipackage. These resources are official components of the framework managed by the skill's author. - [COMMAND_EXECUTION]: The skill utilizes
npx honofor application context and testing. It includes a specific security warning advising developers to use environment variables for sensitive values rather than passing them as command-line arguments, which prevents credential exposure in process logs.
Audit Metadata