webgl-components
Pass
Audited by Gen Agent Trust Hub on Aug 20, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill provides example shell commands for running a local development server (
python3 -m http.server) and launching a browser with specific flags (--disable-gpu) for testing purposes. These are standard developer tools and are not executed automatically. - [DATA_EXPOSURE]: The included
scripts/gpu-probe.htmlaccesses theWEBGL_debug_renderer_infoextension to identify the GPU renderer and vendor. While this information can be used for browser fingerprinting, the script is intended for local environment verification by the developer and does not transmit the collected data to any external server. - [SAFE]: All instructions follow industry best practices for WebGL development, including context management, frame rate capping, and providing DOM-based fallbacks for accessibility and reliability in environments without hardware acceleration.
Audit Metadata