split-layout-technical
Pass
Audited by Gen Agent Trust Hub on Aug 26, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [OBFUSCATION]: The file
demo/index.htmlcontains a large Base64-encoded string (encodedHtml) that stores the full source code of the design demo, which is decoded and rendered at runtime. - [COMMAND_EXECUTION]: The demo loader in
demo/index.htmldynamically injects the decoded HTML into an iframe'ssrcdocattribute, effectively executing bundled code. This is mitigated by thesandboxattribute and a strict Content Security Policy (CSP). - [EXTERNAL_DOWNLOADS]: The demo environment is configured to fetch assets from Supabase and runtime scripts from well-known content delivery networks, including Cloudflare (GSAP), Tailwind Labs (Tailwind CSS), and Iconify.
- [PROMPT_INJECTION]: The
demo/PROMPT.mdfile defines an ingestion surface for indirect prompt injection by instructing the agent to fetch and reference external content fromneuform.aito guide the design process. - Ingestion points:
demo/PROMPT.mdreferences external design URLs. - Boundary markers: None present in the instructions.
- Capability inventory: The execution environment utilizes a sandboxed
iframeand a restricted CSP to limit the impact of untrusted content. - Sanitization: No active sanitization is performed on the decoded demo HTML before it is loaded into the design preview.
Audit Metadata