sfxmix-audio-processing
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a legitimate audio processing utility. No malicious patterns such as data exfiltration, obfuscation, or unauthorized command execution were found.
- [COMMAND_EXECUTION]: The library executes
ffmpegandffprobeas part of its core functionality. These calls are made using thefluent-ffmpegwrapper, which is a standard approach for this domain. File paths and parameters are handled through standard library methods. - [DATA_EXFILTRATION]: No evidence of unauthorized data transfer or sensitive file access was found. The code operates on local files provided by the user and uses a temporary directory for intermediate processing, which is properly cleaned up on exit.
- [REMOTE_CODE_EXECUTION]: No remote scripts or unauthorized downloads are present. Dependencies are limited to the well-known
fluent-ffmpegpackage.
Audit Metadata