media-transcoding
Pass
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill documentation suggests installing FFmpeg using the Homebrew package manager (
brew install ffmpeg), which is a well-known and trusted service. - [COMMAND_EXECUTION]: The skill utilizes local shell scripts (
./ffmpeg_convert.sh) and Python scripts (convert_video.py) to automate video transcoding tasks. It also uses standard system utilities likechmodto manage script permissions andpython3for execution. - [SAFE]: No evidence of prompt injection, data exfiltration, obfuscation, or unauthorized persistence mechanisms was found. The skill's operations are consistent with its stated purpose of media processing.
Audit Metadata