cinematic-scroll-storytelling
Pass
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides legitimate animation and UI design guidelines using well-known libraries like GSAP and Lenis. All code snippets focus on DOM manipulation, layout, and scroll-triggered animations without any suspicious network operations or file system access.
- [COMMAND_EXECUTION]: The skill mentions standard package installation commands (
npm i gsap lenis) for the animation libraries, which is expected behavior for a frontend development skill. - [DATA_EXPOSURE]: No hardcoded credentials, sensitive file paths, or exfiltration patterns were identified. The logic operates entirely on standard web content.
- [PROMPT_INJECTION]: The instructions are focused on design and motion aesthetics. No attempts to override agent safety filters or bypass core instructions were found.
- [INDIRECT_PROMPT_INJECTION]: The
splitWordsfunction processes text from elements to create spans for animation. It usestextContentrather thaninnerHTML, which is a safe practice to prevent cross-site scripting (XSS) or injection from untrusted page content.
Audit Metadata