ffmpeg-playback
Pass
Audited by Gen Agent Trust Hub on Jun 27, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill invokes the
ffplayutility through a Python wrapper script (scripts/play.py) usingsubprocess.call. The command is constructed as a list of strings andshell=Trueis not employed, which is a secure implementation that prevents shell injection vulnerabilities. - [EXTERNAL_DOWNLOADS]: The documentation includes references to playing remote media streams (e.g., HLS playlists via HTTPS). This is a standard and documented feature of the
ffplaytool and does not involve the execution of untrusted code. - [SAFE]: No indicators of prompt injection, data exfiltration, or persistence mechanisms were detected. The skill's behavior matches its described purpose as a media playback and debugging utility.
Audit Metadata