web-forms-zod-validation
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill documentation describes patterns for ingesting untrusted data from external sources like API responses, form inputs, and URL parameters.
- Ingestion points: External data enters the application context through
fetchcalls inexamples/core.mdandexamples/advanced-patterns.md, as well asURLSearchParamsinexamples/transforms.md. - Boundary markers: The instructions in
SKILL.mdexplicitly mandate the use ofsafeParseto handle invalid inputs gracefully and recommendz.strictObject()to reject unknown keys at the trust boundary. - Capability inventory: The skill contains only documentation and static TypeScript code snippets; no executable capabilities such as shell command execution, subprocess spawning, or file system writes are present.
- Sanitization: Robust sanitization and validation are the primary focus of the skill, utilizing Zod's
refine,transform, andcoercemechanisms to ensure data integrity before further processing. - [EXTERNAL_DOWNLOADS]: The skill's metadata refers to a configuration schema hosted on the author's official GitHub repository (
github.com/agents-inc). Code examples demonstrate standard and expected API communication usingfetchto generic internal endpoints, representing standard and safe development patterns.
Audit Metadata