remotion-render
Fail
Audited by Gen Agent Trust Hub on Feb 21, 2026
Risk Level: CRITICALREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- REMOTE_CODE_EXECUTION (CRITICAL): The skill documentation explicitly recommends installing the
infshCLI usingcurl -fsSL https://cli.inference.sh | sh. This pattern is a major security risk as it executes unverified code from a non-trusted domain directly in the user's terminal. - EXTERNAL_DOWNLOADS (HIGH): The skill relies on binaries and scripts hosted at
inference.shanddist.inference.sh. These domains are not part of the trusted source list, meaning the integrity and safety of the downloaded files cannot be guaranteed. - COMMAND_EXECUTION (HIGH): The skill defines
allowed-tools: Bash(infsh *), which grants the agent broad permission to execute any subcommand of theinfshutility, potentially leading to unintended local system operations or data exposure. - DYNAMIC_EXECUTION (MEDIUM): The core functionality of the skill involves taking arbitrary React/TSX code as a string input and sending it to a remote service for rendering. This pattern of 'string-to-code' execution increases the surface for indirect prompt injection, where malicious instructions could be embedded in the code passed to the renderer.
Recommendations
- HIGH: Downloads and executes remote code from: https://cli.inference.sh - DO NOT USE without thorough review
- AI detected serious security threats
Audit Metadata