validating-with-zod
Pass
Audited by Gen Agent Trust Hub on Apr 4, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [EXTERNAL_DOWNLOADS]: The documentation references the installation of the 'zod' package via the standard npm registry, which is an established and widely-used tool for schema validation.
- [SAFE]: The skill demonstrates secure patterns for validating environment variables at runtime, ensuring that critical configuration such as database URLs and API keys are present and correctly formatted.
- [SAFE]: The content focuses on validating untrusted data at application boundaries, including API requests, form inputs, and URL parameters, which helps mitigate injection vulnerabilities and ensures data integrity.
Audit Metadata