remotion-server
Fail
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: HIGHCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The
scripts/setup.shscript utilizessudoto executeapt-get installoryum installfor system-level browser dependencies required by Remotion. This represents a privilege escalation vector during the setup phase. - [EXTERNAL_DOWNLOADS]: The
scripts/create.shscript performs unversioned installation of several Node.js packages usingnpm install, includingremotion,@remotion/cli,@remotion/tailwind,typescript,@types/react, andtailwindcss. - [REMOTE_CODE_EXECUTION]: The
scripts/create.shscript contains dynamic execution patterns where it generates multiple executable source files (src/Root.tsx,src/ChatDemo.tsx,src/index.ts) and configuration files (remotion.config.ts,tsconfig.json) at runtime using heredocs. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface through the processing of
src/messages.json. - Ingestion points: External data is ingested via
src/messages.json(created inscripts/create.sh). - Boundary markers: None identified in the template code for separating data from instructions.
- Capability inventory: Subprocess execution via
npmandnpx, and file-system write access via shell scripts. - Sanitization: No validation or sanitization is performed on the content of the JSON data before it is rendered into the video components.
Recommendations
- AI detected serious security threats
Audit Metadata