scroll-float

Pass

Audited by Gen Agent Trust Hub on Sep 11, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill provides a UI animation component using standard CSS and JavaScript. No malicious patterns, obfuscation, or unauthorized data access were detected.
  • [INDIRECT_PROMPT_INJECTION]: The skill processes text content from HTML elements tagged with the data-scroll-float attribute. The scroll-float.js script reads the textContent of these elements and wraps individual words in span tags. By using textContent instead of innerHTML, the skill safely handles the input text and prevents potential XSS or injection attacks from the data being animated.
  • [EXTERNAL_DOWNLOADS]: The skill is entirely self-contained. The provided preview.html only references local relative files (scroll-float.css and scroll-float.js). No external resources are downloaded or executed.
  • [REMOTE_CODE_EXECUTION]: The JavaScript logic is dependency-free and does not use eval(), Function(), or any other dynamic execution methods that could be exploited for remote code execution.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 11, 2026, 11:51 AM
Security Audit — agent-trust-hub — scroll-float