gsap
Warn
Audited by Snyk on Aug 18, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). references/effects.md describes GSAP “Audio Visualizer” loading/parsing audio-data.json (including via synchronous XHR from a URL/path) and then iterating AUDIO_DATA.frames values to build timelines, so any outsider-authored JSON contents fed into that file would be read by the runtime.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The Typewriter effect explicitly loads and registers external JS from the CDN at runtime (https://cdn.jsdelivr.net/npm/gsap@3.14.2/dist/gsap.min.js and https://cdn.jsdelivr.net/npm/gsap@3.14.2/dist/TextPlugin.min.js), which fetches and executes remote code and is described as a required plugin.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata