remotion
Pass
Audited by Gen Agent Trust Hub on Feb 24, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted data to populate video content, creating a potential surface for indirect prompt injection.
- Ingestion points: The
AppFactoryDemoPropsinterface inSKILL.mdtakes fields such astitleandhighlightsfrom external sources. - Boundary markers: There are no instructions or delimiters provided to ensure the agent treats these inputs as untrusted content.
- Capability inventory: The skill is authorized to use the
Bashtool for rendering tasks. - Sanitization: No guidelines are provided for escaping or validating these inputs before they are interpolated into command-line arguments.
- [COMMAND_EXECUTION]: The skill workflow involves executing local scripts and established framework binaries via the command line.
- Evidence: The manual rendering instructions in
SKILL.mdusenode scripts/render-demo-video.mjsandnpx remotion, which are executed in the local environment.
Audit Metadata