create-interface
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill processes HTML and JavaScript provided as tool input, creating a surface for indirect prompt injection where malicious instructions could be embedded in the rendered content. \n
- Ingestion points: The
htmlparameter in themcp__noetect-ui__render_uitool call defined inSKILL.md. \n - Boundary markers: None identified. The content is processed without explicit delimiters to isolate it from the agent's control instructions. \n
- Capability inventory: The skill supports interactive elements including JavaScript execution and form handling within a sandboxed context. \n
- Sanitization: The skill relies on client-side iframe sandboxing (
allow-scripts,allow-forms) for isolation but does not perform sanitization or validation of the input HTML string itself.
Audit Metadata