staggered-word-reveal
Pass
Audited by Gen Agent Trust Hub on Sep 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides UI implementation patterns for a word-by-word reveal animation using standard CSS and JavaScript APIs. The implementation is local and does not involve any external network requests or remote code execution.
- [SAFE]: The JavaScript logic for splitting text into words utilizes
textContentandcreateTextNoderather thaninnerHTML. This approach provides built-in protection against cross-site scripting (XSS) by ensuring that any content processed by the skill is treated as literal text rather than executable HTML. - [SAFE]: The skill includes explicit considerations for users with reduced motion preferences, disabling animations when the
prefers-reduced-motionmedia query is active, which is a standard accessibility best practice. - [SAFE]: No obfuscation, prompt injection, or data exfiltration patterns were detected in the skill instructions or the accompanying demo code.
Audit Metadata