Skip to main content

react-hook-form-shadcn

Generates clean, typed React forms with validation using react-hook-form, Zod, and shadcn/ui for various user input scenarios.

Install this skill

or
70/100

Security score

The react-hook-form-shadcn skill was audited on May 6, 2026 and we found 2 security issues across 1 threat category, including 2 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 75

Prompting for password/secret input

SourceSKILL.md
75| password | `Input` (type="password") | `z.string().min(8).regex(...)` | See complexity rules in zod-patterns. |
high line 76

Prompting for password/secret input

SourceSKILL.md
76| confirm password | `Input` (type="password") | Same as password, plus schema-level `.refine` | Compare against `password` field. |
Scanned on May 6, 2026
View Security Dashboard
Installation guide →