react-hook-form-zod
Pass
Audited by Gen Agent Trust Hub on May 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides legitimate educational content and code templates for web development. All analyzed files focus on form validation, accessibility, and performance optimization.
- [COMMAND_EXECUTION]: The file
scripts/check-versions.shcontains shell commands that usenpm viewto check for the latest versions of dependencies. This is a benign utility for package management and does not pose a security risk. - [EXTERNAL_DOWNLOADS]: The documentation and
package.jsonreference standard, well-known libraries from the public NPM registry (react-hook-form,zod,@hookform/resolvers). These are industry-standard dependencies. Templates also demonstratefetchcalls to local API endpoints (e.g.,/api/check-username), which is standard practice for asynchronous form validation.
Audit Metadata