corner-diagonals
Pass
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADS
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill's demo environment references several external libraries, including Three.js, GSAP, and Iconify. These dependencies are pinned to specific versions and are fetched from well-known, trusted CDN providers (cdnjs.cloudflare.com, code.iconify.design). This is standard practice for providing high-fidelity UI demonstrations.- [OBFUSCATION]: The
demo/index.htmlfile contains a large Base64-encoded string (encodedHtml) which represents the bundled code for the visual design. Analysis of the decoded content confirms it is a legitimate HTML/CSS/JS document for the 'Auralis' UI design and contains no malicious instructions or hidden network payloads.- [DYNAMIC_EXECUTION]: The demo loader utilizesatobandURL.createObjectURLto dynamically initialize assets within a sandboxediframe. This execution is strictly governed by a restrictive Content Security Policy (CSP) defined within the demo files, which prevents unauthorized external connections or script execution.- [INDIRECT_PROMPT_INJECTION]: The skill description and prompts ingest references to external design documentation. However, the skill lacks dangerous capabilities such as file system writing or command execution, rendering the surface for indirect injection attacks negligible.
Audit Metadata