Skip to main content

zod-react-hook-form

Integrates Zod schemas with React Hook Form for robust form validation, enhancing user input handling and submission processes.

Install this skill

or
97/100

Security score

The zod-react-hook-form skill was audited on Feb 12, 2026 and we found 3 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 73

Fetch to external URL

SourceSKILL.md
73const response = await fetch('/api/contact', {
low line 272

Webhook reference - potential data exfiltration

SourceSKILL.md
272STRIPE_WEBHOOK_SECRET: z.string().startsWith('whsec_').optional(),
low line 275

Access to .env file

SourceSKILL.md
275export const env = envSchema.parse(process.env);
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →