globe-particles
Pass
Audited by Gen Agent Trust Hub on Aug 26, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill demonstration references several runtime libraries and assets from well-known services, including Cloudflare (GSAP, Three.js), Iconify, Tailwind CSS, Google Fonts, and Supabase. Per security policy, these established providers are considered trusted sources for client-side dependencies.
- [OBFUSCATION]: The
demo/index.htmlfile utilizes a large Base64-encoded string to encapsulate the demonstration's source code. This is an architectural choice used to deliver a consistent, sandboxed execution environment via an iframe with a restrictive Content Security Policy (CSP). While this technique hides the HTML structure from basic text search, the decoded content contains legitimate UI and visualization logic with no detected malicious payloads. - [DYNAMIC_EXECUTION]: The demonstration script dynamically decodes the embedded source code and injects it into a sandboxed iframe using the
srcdocattribute. It also usesURL.createObjectURLto handle binary assets (images) stored as Base64. These operations are performed within a security-hardened environment that restricts navigation and external connections.
Audit Metadata