remotion-render
Pass
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill transmits React/Remotion TSX code to the inference.sh cloud service for rendering into MP4 videos. While this involves executing code on a remote system, it is the primary intended functionality of the skill for cloud-based video generation.
- [COMMAND_EXECUTION]: The skill utilizes the
beltCLI tool to interact with the rendering platform. The execution environment is restricted to thebeltcommand via theallowed-toolsfrontmatter configuration. - [INDIRECT_PROMPT_INJECTION]: The skill ingests React code through the
codeinput parameter. - Ingestion points: The
codeparameter inSKILL.mdexamples and schema. - Boundary markers: None identified for the code interpolation.
- Capability inventory: The skill uses the
beltCLI for network communication and remote rendering. - Sanitization: There is no explicit sanitization shown for the TSX code before it is passed to the rendering service, representing a potential surface if the agent populates this field with untrusted data.
Audit Metadata