globe-particles
Pass
Audited by Gen Agent Trust Hub on Sep 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a 3D particle system using the Three.js library and WebGL. The code follow best practices for graphics rendering, including efficient buffer management and cleanup procedures to prevent memory leaks.
- [EXTERNAL_DOWNLOADS]: The demo environment utilizes runtime dependencies such as Three.js, GSAP (GreenSock Animation Platform), Iconify, and Tailwind CSS. These are fetched from well-known and reputable services including Cloudflare's CDN, Google Fonts, and Tailwind's official distribution channels.
- [OBFUSCATION]: The
demo/index.htmlfile contains a Base64-encoded string (encodedHtml) used to bundle the demo's source code. This is a common deployment pattern for sandboxed design previews. Detailed analysis and decoding of the content reveal legitimate HTML, CSS, and JavaScript consistent with the stated purpose of the 'NEUS' enterprise branding demo. - [SAFE]: The demo utilizes a sandboxed
iframewith a restrictive Content Security Policy (CSP), ensuring that the executed code is limited to its local context and cannot perform unauthorized network operations or data exfiltration.
Audit Metadata