intro-trailer
Pass
Audited by Gen Agent Trust Hub on Jun 14, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes Python's
subprocessmodule and Bash scripts to execute media processing commands viaffmpeg,ffprobe,magick(ImageMagick), andrsvg-convert. These operations are standard for the skill's purpose of scaling, color grading, and compositing video assets. - [EXTERNAL_DOWNLOADS]: The skill programmatically interacts with the Runway ML API (
api.dev.runwayml.com) to submit video generation tasks and download resulting MP4 files. It also provides guidance for usingcurlto fetch assets from public storage or content delivery networks. - [CREDENTIALS_SAFE]: API authentication is handled securely by reading the
RUNWAY_API_KEYfrom a user-managed local file (~/.runway/credentials), avoiding hardcoded secrets and following standard security practices for command-line tools.
Audit Metadata