portal-edge-shaders
Pass
Audited by Gen Agent Trust Hub on Aug 30, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements standard WebGL/Three.js shader patterns for visual effects. The implementation includes clear documentation on performance budgeting and accessibility (specifically addressing WCAG 2.3.1 seizure risk guidelines).
- [DYNAMIC_EXECUTION]: The skill utilizes
THREE.ShaderMaterial, which involves runtime compilation of GLSL code by the browser's graphics engine. This is a standard architectural pattern for real-time 3D rendering and does not present a security risk in this context. - [NODE_PACKAGES]: The code references two well-known and trusted libraries:
three(Three.js) andgsap(GreenSock Animation Platform). These are official, industry-standard packages used for their intended purposes.
Audit Metadata