ffmpeg-audio-spatial
Pass
Audited by Gen Agent Trust Hub on Jun 27, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes
ffmpegandffprobefor its core functionality. A Python helper script,scripts/spatial.py, is provided to simplify the construction of complex audio filter chains. - [SAFE]: The Python script
scripts/spatial.pyfollows security best practices by using thesubprocessmodule with argument lists rather than shell strings (shell=Trueis absent), which effectively mitigates shell injection risks. - [SAFE]: No evidence of prompt injection, data exfiltration, obfuscation, or unauthorized remote code execution was found across the skill files.
- [SAFE]: The documentation and examples are consistent with the provided scripts and focus entirely on legitimate audio engineering tasks.
Audit Metadata