ffmpeg-video-processing
Pass
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill contains a wide variety of FFmpeg commands for video editing, including transcoding, compression, cropping, and audio extraction. These are standard utility calls.
- [COMMAND_EXECUTION]: Includes shell-based batch processing examples using 'for' loops to iterate over files in the current directory and apply conversions.
- [COMMAND_EXECUTION]: Uses standard Unix pipes with utilities like 'grep' and 'cut' to identify scene changes and extract timestamps for video segmentation.
- [COMMAND_EXECUTION]: Utilizes the FFmpeg concat demuxer with the '-safe 0' flag to merge video segments, which is the standard method for handling arbitrary file paths in a concatenation list.
Audit Metadata