add-shader-cursor-trail
Pass
Audited by Gen Agent Trust Hub on Aug 26, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: The skill implements comprehensive progressive enhancement and accessibility logic. It specifically checks for WebGPU availability and honors user preferences for reduced motion and transparency. Furthermore, it uses IntersectionObserver and window focus events to unmount the shader component when not in use, preventing unnecessary GPU consumption.
- [COMMAND_EXECUTION]: The provided validation script (
scripts/verify-cursor-trail.mjs) is used to perform static analysis on the implementation files. It ensures the shader graph order and accessibility gates are correctly implemented using regex checks on local files. The script does not perform network operations or execute arbitrary shell commands. - [EXTERNAL_DOWNLOADS]: The skill requires the
shaderspackage (imported asshaders/react). The instructions and the verification script explicitly enforce privacy-preserving practices, such as disabling library telemetry and prohibiting runtime requests to external preview or data domains.
Audit Metadata