taste-gsap
Pass
Audited by Gen Agent Trust Hub on Sep 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is purely instructional, providing best practices for high-quality, performant, and accessible web animations using the GreenSock Animation Platform (GSAP).
- [SAFE]: Explicitly mandates the use of accessibility features, such as gating animations behind the
prefers-reduced-motionmedia query to respect user system settings. - [SAFE]: Promotes front-end performance by instructing the agent to only animate CSS properties that do not trigger layout recalculations (
transformandopacity), preventing browser jank. - [SAFE]: Recommends proper resource management using
gsap.context()for clean teardown and scoping, which is a standard safety and stability practice in modern web development. - [SAFE]: No network operations, credential handling, or suspicious command executions were found in the instructions.
Audit Metadata