anim-shakex
Pass
Audited by Gen Agent Trust Hub on Sep 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill delivers a static CSS implementation of the Shake X animation from the Animate.css library. The animation logic is contained entirely within a standard CSS stylesheet (
shakeX.css). - [SAFE]: The
preview.htmlfile uses a simple JavaScript loop to toggle the animation class for demonstration purposes. It uses only native DOM methods and performs no network requests or external resource loading. - [SAFE]: No external package dependencies (NPM/Python) or remote code execution patterns were identified. All references target well-known open-source repositories and the author's own project site.
- [SAFE]: The skill follows accessibility best practices by providing logic to honor the
prefers-reduced-motionmedia query, disabling the animation when requested by the user's system settings.
Audit Metadata