remotion-render
Pass
Audited by Gen Agent Trust Hub on Sep 8, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill guides the agent to perform video rendering and still image export using the 'npx remotion' command-line utility as documented in
SKILL.md. - [INDIRECT_PROMPT_INJECTION]: The skill defines an interface for executing shell commands that incorporate user-provided parameters, which is a potential surface for indirect prompt injection.
- Ingestion points: Composition names (e.g., 'MyComp') and output filenames (e.g., 'out.mov') in the CLI examples within
transparent-videos.md. - Boundary markers: None provided in the command templates.
- Capability inventory: The skill relies on shell command execution via the 'npx' package runner.
- Sanitization: The instructions do not specify any validation or sanitization for the user-controlled parts of the command string.
Audit Metadata