scroll-text-highlight-reading
Pass
Audited by Gen Agent Trust Hub on Aug 30, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a UI-focused progressive text highlighting feature. It uses the GSAP (GreenSock Animation Platform) library, a widely trusted and industry-standard tool for web animations, to handle scroll-scrubbed progress.
- [SAFE]: The implementation includes robust accessibility features, such as
aria-labelon the text container to preserve the full text for screen readers and support forprefers-reduced-motionto disable animations for users with vestibular sensitivities. - [SAFE]: The text-splitting logic in
highlight.jssafely extracts text using.textContentbefore wrapping it in spans. This prevents potential HTML injection from the source text, as it treats all input as literal text rather than executable markup. - [SAFE]: The skill uses standard ECMAScript modules (ESM) for dependency management and does not involve any suspicious network operations, credential harvesting, or unauthorized file system access.
Audit Metadata