remotion-video-production
Pass
Audited by Gen Agent Trust Hub on Mar 11, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
npx remotion previewandnpx remotion renderto manage video projects. These commands are essential for the workflow of the Remotion framework. - [EXTERNAL_DOWNLOADS]: The skill pulls the
remotionpackage from the NPM registry. This is a recognized and widely-used library for programmatic video generation. - [PROMPT_INJECTION]: The skill has a surface for indirect prompt injection as it generates code from user prompts.
- Ingestion points: Video specifications and scene descriptions enter the context through the prompts outlined in Step 1 and 2 of
SKILL.md. - Boundary markers: The skill does not implement delimiters or safety instructions to separate user content from the system logic.
- Capability inventory: The skill uses the
BashandWritetools to generate file content and execute rendering commands. - Sanitization: No explicit sanitization or validation of the input data is performed prior to its inclusion in the generated
src/Video.tsxfile.
Audit Metadata