formio-form-builder
Pass
Audited by Gen Agent Trust Hub on Aug 17, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill possesses a surface for indirect prompt injection as it ingests untrusted user intent to generate form definitions.
- Ingestion points:
INTENT.mdcaptures user descriptions of form fields and types. - Boundary markers: A mandatory approval gate is implemented in
SAVE.mdthat requires explicit user confirmation before anyform_createorform_updateoperations are executed. - Capability inventory: The skill uses
form_create,form_update,form_get, andform_listMCP tools to interact with the Form.io project. - Sanitization: Handoff to the specialized
formio-schemaskill for JSON generation and relying on the Form.io MCP server's internal validation provides structural sanitization of inputs. - [SAFE]: The skill includes a specific security measure in
SAVE.mdto prevent accidental data exposure by flagging and requiring separate approval for any form definitions that widen access permissions beyond project defaults. - [SAFE]: Authentication is handled via the platform's native portal-login flow. The instructions explicitly steer the agent away from using hardcoded keys or insecure authentication methods.
Audit Metadata