remotion-studio
Pass
Audited by Gen Agent Trust Hub on Sep 6, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- Package Execution via npx: The skill utilizes
npxto run theremotionpackage. This is a standard procedure in Node.js development that involves fetching the tool from the public npm registry to ensure the latest version is used without a global installation. - Local Development Server: The skill initiates a local server process using the
remotion studiocommand. This is the intended behavior for the skill, allowing users to preview video content in their web browser via a local URL. - Command Flag Usage: The instructions include standard configuration flags such as
--no-open,--port, and--log. These are used to control the behavior of the local server and do not introduce unusual security considerations.
Audit Metadata