webgl-laser
Pass
Audited by Gen Agent Trust Hub on Aug 30, 2026
Risk Level: SAFENO_CODE
Full Analysis
- [SAFE]: The skill provides a set of instructions and a code snippet for creating a fixed full-screen WebGL laser background effect. All code provided is self-contained and focuses on graphics rendering via the WebGL API.
- [SAFE]: The implementation includes a
prefers-reduced-motioncheck, ensuring accessibility standards are respected by pausing animations if the user has indicated a preference for reduced motion. - [SAFE]: The skill uses
getComputedStyleto dynamically adapt the visual effect to the existing brand colors defined in the CSS environment (--brand-accent), which is a standard and safe design practice. - [SAFE]: The cleanup logic correctly handles event listener removal and resource deletion (buffers, programs), preventing memory leaks in the agent's environment.
Audit Metadata