vid-product-launch
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell commands within
export-video.shto manage the video production pipeline. - Invokes
ffmpegto synthesize audio effects and assemble the final MP4 video. - Executes
nodeto run internal scripts for frame capture and metadata extraction. - [EXTERNAL_DOWNLOADS]: The export script automates the installation of required rendering tools from well-known registries.
- Installs the
playwrightpackage from the official NPM registry. - Downloads the Chromium browser binary for headless frame rendering.
- [REMOTE_CODE_EXECUTION]: The skill performs local dynamic execution to parse animation data.
- The
extract-sfx.mjsutility usesnew Function()to evaluate a JavaScript array containing sound effect timing extracted from the HTML source generated by the agent.
Audit Metadata