normalize-audio
Pass
Audited by Gen Agent Trust Hub on Jun 13, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the Bash tool to execute
ffmpeg,ffprobe,jq, and various shell utilities (sed,awk,grep). These commands are used to measure audio loudness (two-pass EBU R128) and apply normalization filters to media files. - [SAFE]: The skill implements standard media processing workflows. It uses
jqfor robust parsing of JSON output from ffmpeg, which helps prevent accidental command injection from malformed metadata. It also restricts its file operations to a specific data directory and sibling output files.
Audit Metadata