ffmpeg-audio-processing
PassAudited by ClawScan on May 10, 2026.
Overview
This is a straightforward FFmpeg audio-processing command guide, with minor cautions to verify the FFmpeg tools and use only trusted input files.
This skill appears safe for user-directed audio processing. Before installing or using it, make sure FFmpeg and FFprobe are installed from a trusted source, run commands only on files you intend to process, and be especially careful with concat list files and output paths.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
If used carelessly with an untrusted list file or wrong paths, FFmpeg could read unexpected local files or write output somewhere the user did not intend.
The skill documents direct FFmpeg shell usage, including a concat example with '-safe 0', which disables FFmpeg's safe-path checks for the concat demuxer. This is purpose-aligned but should only be used with trusted file lists and intended paths.
ffmpeg -f concat -safe 0 -i list.txt -c copy output.mp3
Use these commands only with files you selected or trust, inspect list.txt contents before using '-safe 0', and confirm output filenames before running.
The skill will rely on whichever FFmpeg/FFprobe binaries are installed on your system, so correctness and safety depend on your local installation.
The skill is instruction-only and has no code, but its commands depend on external tools such as ffmpeg and ffprobe while the metadata does not declare those binaries or provide a project homepage/source for provenance.
Source: unknown; Homepage: none; Required binaries (all must exist): none
Install FFmpeg/FFprobe from a trusted package manager or official source, and verify the binary path and version before relying on the commands.
