Remotion
Warn
Audited by Snyk on Mar 5, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.90). The ContentToAnimation workflow (Workflows/ContentToAnimation.md) explicitly routes user-supplied YouTube URLs, article URLs, tweets, and arbitrary HTTP(S) inputs to the Parser and fetch/UrlSource flows to extract transcripts/articles which the agent reads and uses to build the animation plan and drive scene generation, so untrusted third‑party content can directly influence tool decisions and subsequent actions.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill invokes npx commands at runtime (e.g., "npx remotion ..." and "npx create-video@latest" in Tools/Render.ts and createProject), which will fetch and execute remote npm package code during execution (remote code execution risk from runtime npx installs).
Audit Metadata