safe-action-forms
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill documentation outlines patterns for ingesting untrusted user data via forms and file uploads.\n
- Ingestion points:
inputSchemaandzfd.formDatadefinitions inSKILL.md,file-uploads.md, andform-actions.mdprocess raw client input andFormDataobjects.\n - Boundary markers: The examples consistently demonstrate the use of Zod schemas to establish data boundaries and validation rules.\n
- Capability inventory: Documented actions perform database updates (
db.user.update,db.post.update) and file storage operations (uploadToStorage) based on user-supplied content.\n - Sanitization: All implementation examples include mandatory input validation using Zod to ensure data integrity before server-side processing.\n- [COMMAND_EXECUTION]: The skill documentation includes standard shell commands for installing library dependencies.\n
- Evidence:
npm installinstructions for@next-safe-action/adapter-react-hook-form,zod-form-data,react-hook-form, and@hookform/resolversare provided infile-uploads.mdandreact-hook-form.mdfor project setup.
Audit Metadata