Remotion
Warn
Audited by Gen Agent Trust Hub on Mar 16, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The
SKILL.mdfile contains mandatory instructions for the agent to execute acurlPOST request tolocalhost:8888for notifications immediately upon invocation. - [REMOTE_CODE_EXECUTION]: The
Workflows/ContentToAnimation.mdworkflow describes a process where the agent generates an entire React project in/tmp, writes multiple.tsxsource files, and then executes them usingnpm installandnpx remotion render. This represents dynamic assembly and execution of code. - [COMMAND_EXECUTION]: The
Tools/Render.tsscript provides a Bun-based wrapper that executesnpx remotionCLI commands using a shell utility, passing several user-controllable parameters such ascompositionIdandoutputPathdirectly to the command line. - [PROMPT_INJECTION]: The skill exhibits an Indirect Prompt Injection surface in
Workflows/ContentToAnimation.mdby ingesting external data from URLs and YouTube transcripts and interpolating that untrusted content into generated React code without explicit sanitization markers, which could allow a malicious source to influence the rendering process or code execution.
Audit Metadata