remotion-video-toolkit
Pass
Audited by Gen Agent Trust Hub on Jun 26, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill facilitates fetching media assets (videos, audio, Lottie animations) and configuration data from external sources, including well-known domains like
remotion.mediaandlottiefiles.com. It also provides instructions for installing official framework libraries and utilities likemediabunnyvia standard package managers. - [COMMAND_EXECUTION]: The toolkit includes instructions for using the
remotionCLI to scaffold new projects, preview compositions in the browser, and render videos to various formats (MP4, WebM, GIF). - [SAFE]: The skill describes patterns for data-driven video generation where external JSON and subtitle data are processed to generate dynamic content.
- Ingestion points: Data is ingested via
calculateMetadata(fetching JSON from provided URLs), Lottie animation data fetching, and subtitle file parsing. - Boundary markers: The code examples do not explicitly define boundary markers to separate external data from execution context.
- Capability inventory: The skill's core functionality includes writing rendered video files to the local file system and performing network operations to retrieve assets.
- Sanitization: The provided instructions do not include specific sanitization steps for ingested text or JSON data before it is rendered into the video output.
Audit Metadata