add-shader-cursor-trail
Pass
Audited by Gen Agent Trust Hub on Jul 25, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides boilerplate assets and instructions for adding a visual mouse effect. The code follows standard React and WebGPU practices.
- [COMMAND_EXECUTION]: Includes a verification script
scripts/verify-cursor-trail.mjsdesigned to be run locally by the developer. The script performs static analysis of implementation files using regex to verify properties and node order; it does not execute external code or interact with the network. - [EXTERNAL_DOWNLOADS]: Instructs the user to install the
shaderspackage, which is the primary library used for the visual effects. This is a standard dependency for the skill's stated purpose. - [DATA_EXFILTRATION]: No exfiltration patterns detected. The implementation explicitly disables library telemetry in
CursorTrailShader.tsxand the verification script checks to prevent hotlinking to external asset domains.
Audit Metadata