ffmpeg-capture
Pass
Audited by Gen Agent Trust Hub on Jun 27, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes a Python helper script (
scripts/capture.py) to manage ffmpeg operations. All command executions are performed using list-basedsubprocess.callandsubprocess.runcalls, which is a secure practice that avoids shell injection vulnerabilities by preventing the interpretation of shell metacharacters in user-supplied arguments. - [EXTERNAL_DOWNLOADS]: The documentation references the BlackHole virtual audio driver repository on GitHub as a recommendation for macOS users. This is a common and legitimate utility for audio routing, and the skill does not attempt to download or execute it automatically.
- [SAFE]: The skill performs no network operations and does not access sensitive system files or credentials. All scripts and instructions are focused strictly on the stated purpose of media capture and device enumeration.
Audit Metadata