svg-assembly-animator
Pass
Audited by Gen Agent Trust Hub on Jul 24, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill uses well-known and trusted external libraries (GSAP for animation and JSZip for file bundling) from a reputable CDN (cdnjs.cloudflare.com). This is a standard and safe practice for web-based tools.
- [SAFE]: The core functionality is implemented within a provided HTML template (
assets/animation_template.html), which operates entirely on the client side in the user's browser. It does not attempt to access local files, environment variables, or sensitive system resources. - [SAFE]: The SVG processing and animation logic are transparently documented in
references/animation_logic.mdand correctly implemented in the JavaScript code within the template. The "Reverse logic" mentioned is a standard motion graphics technique and involves no malicious intent. - [SAFE]: The export mechanism uses standard Web APIs (Canvas, XMLSerializer, and Blob) to generate image frames. This process is secure and happens locally without data exfiltration.
- [SAFE]: The provided
ffmpegcommand is a legitimate utility command for video production and contains no hidden or dangerous flags.
Audit Metadata