demo-video
Warn
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTION
Full Analysis
- EXTERNAL_DOWNLOADS (MEDIUM): The file
references/kickstart-guide.mdpromotes the use ofnpx degit jhartquist/claude-remotion-kickstartto clone a template repository. The GitHub userjhartquistis not a trusted source per the security policy. - EXTERNAL_DOWNLOADS (MEDIUM): The script
scripts/setup-remotion.shattempts to install an external skill vianpx skills add remotion-dev/skills. Theremotion-devorganization is not in the trusted organization list. - REMOTE_CODE_EXECUTION (MEDIUM): The skill instructions guide the user to run
pnpm installandpnpm remotion renderinside the newly cloned repository. This executes arbitrary code and lifecycle scripts defined by the untrusted external repository. - COMMAND_EXECUTION (LOW): The script
scripts/render-video.shuses the$@variable to pass unvalidated command-line arguments tonpx remotion render. This could lead to argument injection if the input strings provided by the agent are not strictly sanitized. - PROMPT_INJECTION (LOW): Category 8 (Indirect Prompt Injection): The skill ingests feature descriptions and app structures to generate video scripts. Evidence: Ingestion points in
SKILL.mdarguments; no boundary markers or sanitization logic identified in scripts; capabilities include shell execution and network-linked rendering tools.
Audit Metadata