hero-cursor-spotlight-reveal
Pass
Audited by Gen Agent Trust Hub on Aug 30, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues were detected. The skill contains implementation guides and code snippets for a common UI design pattern (cursor spotlight reveal) using vanilla JavaScript, CSS masks, and HTML5 Canvas. The code uses standard browser APIs for animation (
requestAnimationFrame) and event handling (pointermove,touchmove), and does not include any network requests to untrusted domains, remote code execution, or data exfiltration vectors. The use ofcursor: noneis correctly scoped to the specific UI element, and the skill includes appropriate accessibility considerations for reduced motion.
Audit Metadata