remix-v2-forms
Pass
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a technical guide for implementing forms and mutations in the Remix v2 framework. It contains no malicious code, obfuscation, or unauthorized data access patterns.
- [SAFE]: The documentation explicitly promotes security best practices, such as recommending the use of schema validators like Zod or Valibot to sanitize untrusted
FormDatabefore it reaches the database. - [SAFE]: In the file upload section (
references/uploads.md), the skill provides specific warnings regarding the risks of unbounded memory buffering (OOM) and instructs users to set an explicitmaxPartSizefor upload handlers. - [SAFE]: All referenced dependencies are official, well-known libraries within the Remix ecosystem, such as
@remix-run/reactand@remix-run/node. No suspicious external scripts or remote execution vectors were detected.
Audit Metadata