hero-liquid-distortion-image
Pass
Audited by Gen Agent Trust Hub on Aug 30, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a front-end UI component for liquid distortion effects using the OGL WebGL library and GSAP for animations. Both are well-known and reputable open-source projects.
- [SAFE]: The implementation follows security and performance best practices for WebGL, including setting
crossOrigin = 'anonymous'for textures to avoid tainted canvas issues and capping the Device Pixel Ratio (DPR) to 2 to prevent GPU exhaustion on high-density displays. - [SAFE]: Strong accessibility considerations are integrated, such as automatically disabling the WebGL effect when
prefers-reduced-motionis detected and providing a static fallback image. - [SAFE]: No suspicious patterns were detected across the analyzed threat categories, including prompt injection, data exfiltration, or persistence mechanisms. The skill focuses strictly on its stated purpose of UI animation.
Audit Metadata