remotion-maps
Warn
Audited by Snyk on Aug 3, 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). In
techniques/cesium/assets/CesiumFlythrough.tsx, thepathprop (outsider-controlled free text converted to coordinates) is immediately smoothed and then used to drive per-frame camera math (makePathWalker(smoothFlightPath(path, ...))→setCamera(...)), without any restriction that the text must come from a trusted selector.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). At runtime the Cesium flythrough component injects and executes remote JS from the Cesium CDN via the template URL
https://cesium.com/downloads/cesiumjs/releases/${CESIUM_VER}/Build/Cesium/, which is required for the skill to run.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata