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-based subprocess.call and subprocess.run calls, 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
Risk Level
SAFE
Analyzed
Jun 27, 2026, 09:53 AM
Security Audit — agent-trust-hub — ffmpeg-capture