split-layout-technical
Pass
Audited by Gen Agent Trust Hub on Jul 25, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [SAFE]: The skill instructions and associated files define a layout and design system without any malicious instructions or safety bypasses. The workflow focuses entirely on visual presentation and technical layout standards.
- [EXTERNAL_DOWNLOADS]: The demo environment fetches necessary runtime libraries and botanical images from well-known technology providers, including Cloudflare's CDN, Google Fonts, and Supabase. These sources are established cloud services and the downloads are part of the intended demo functionality.
- [REMOTE_CODE_EXECUTION]: The demo loader dynamically executes standard frontend libraries (GSAP, Tailwind, Iconify) from official CDN sources within a sandboxed iframe. This is a secure implementation designed to provide a high-fidelity visual demonstration without risking the host environment.
- [SAFE]: The Base64 encoding used in
demo/index.htmlis a functional mechanism for embedding the source code of the sandboxed demo. Technical analysis of the decoded content confirms it is a legitimate HTML document containing only standard layout code and animation logic.
Audit Metadata