gsap-react
Pass
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill content is restricted to educational examples and best practices for using the GSAP animation library within a React environment. It follows standard developer documentation patterns.
- [EXTERNAL_DOWNLOADS]: The skill references standard installations for 'gsap' and '@gsap/react' via npm. These are reputable, well-known packages from the official registry used for web animation.
- [DYNAMIC_EXECUTION]: One code example demonstrates attaching a GSAP timeline to the global 'window' object ('window.myTimeline = tl'). While polluting the global scope is generally discouraged in production React applications, this is a common technique in animation tutorials for debugging and does not introduce a security vulnerability.
Audit Metadata