remotion
Warn
Audited by Gen Agent Trust Hub on Jun 21, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the agent to clone a repository from an untrusted GitHub account (https://github.com/Ceeon/remotion-skill.git) if the local environment is missing.
- [REMOTE_CODE_EXECUTION]: After cloning the repository, the skill runs
npm install(which can execute arbitrary install scripts) andremotion render. Executing code from an unverified source is a significant security risk. - [COMMAND_EXECUTION]: The skill uses various shell commands and scripts:
npm installfor dependency management,git clonefor code acquisition, andnpx remotion renderfor execution. It also runs a local environment check script脚本库/check-env.sh. - [PROMPT_INJECTION]: The skill presents an indirect prompt injection surface by converting user-provided natural language or ASCII sketches into executable React code.
- Ingestion points: User descriptions and sketches in the '理解用户需求' step.
- Boundary markers: No delimiters or safety instructions are defined for processing user input.
- Capability inventory: Access to
git,npm, andremotionCLI tools. - Sanitization: No sanitization logic for the generated code is provided before rendering.
Audit Metadata