video-frames
Warn
Audited by Gen Agent Trust Hub on Apr 18, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/frame.shassembles shell commands by interpolating variables ($in,$out,$time, and$index) into calls toffmpegandmkdir. These variables are not sanitized for shell metacharacters. If a user-provided parameter (like a file path or frame index) contains a double-quote character, it can be used to escape the command and execute arbitrary shell instructions. - [EXTERNAL_DOWNLOADS]: The
SKILL.mdmetadata specifies an installation step that uses the Homebrew package manager (brew install ffmpeg) to download and install theffmpegbinary. While Homebrew and ffmpeg are well-known and generally trusted, this represents a dependency on external code executed on the host system.
Audit Metadata