validating-forms
Pass
Audited by Gen Agent Trust Hub on Mar 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides educational content and code snippets for implementing client and server-side form validation in React 19. No malicious patterns or unauthorized operations were detected.
- [SAFE]: Code examples demonstrate best practices such as using Zod for server-side validation and handling database errors gracefully. The input processing includes validation and sanitization using a schema.
- Ingestion points: Processes
formDatawithin theregisterUserserver action inSKILL.md. - Boundary markers: None explicitly used for prompt injection prevention, which is expected for a code template.
- Capability inventory: Demonstrates database interaction via
db.users.createinSKILL.md. - Sanitization: Implements input validation using
zod.safeParseto ensure data conforms to the expected schema before processing.
Audit Metadata