scroll-image-gallery-reveal
Pass
Audited by Gen Agent Trust Hub on Aug 30, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides structural HTML, CSS, and JavaScript templates for building a scroll-based image gallery. The implementation uses standard web technologies such as
clip-pathfor animations andIntersectionObserverpatterns through GSAP's ScrollTrigger. - [SAFE]: All identified dependencies (GSAP, ScrollTrigger, and Lenis) are well-known, industry-standard libraries used for animation and smooth scrolling. No unverifiable or malicious external packages are requested.
- [SAFE]: The evaluation script included in
EVAL.mdis a diagnostic tool intended for local use in a browser's developer console. It performs non-destructive checks on DOM elements (e.g., verifyingalttags, image dimensions, anddata-revealattributes) and does not involve network activity or data exfiltration. - [SAFE]: The skill includes robust support for the
prefers-reduced-motionmedia query, ensuring that users with motion sensitivities are served a static version of the gallery, which is a security and usability best practice.
Audit Metadata