ffmpeg-audio-filter
Pass
Audited by Gen Agent Trust Hub on Jun 27, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns, obfuscation, or safety bypass attempts were detected in the skill's instructions or metadata.\n- [COMMAND_EXECUTION]: The skill uses a Python script (
scripts/afilter.py) to execute theffmpegbinary. The script follows security best practices by usingsubprocess.runwith an argument list andshell=False, which prevents command injection from potentially malicious filenames.\n- [DATA_EXFILTRATION]: The skill only interacts with local audio files as requested. There are no network operations, hardcoded credentials, or patterns indicating data exfiltration.\n- [EXTERNAL_DOWNLOADS]: No external code downloads or remote script executions were identified. The script uses only standard Python libraries.
Audit Metadata