ffmpeg-format-conversion
PassAudited by ClawScan on May 10, 2026.
Overview
This looks like a straightforward ffmpeg command guide, but it assumes local command execution and an installed ffmpeg binary.
This skill appears safe for normal use as an ffmpeg command reference. Before using it, make sure ffmpeg is installed from a trusted source, review the exact input/output filenames, and be careful with batch examples because they can process every matching file in the current directory.
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.
The agent may run local media conversion commands that create or overwrite output files if the user approves or invokes them.
The skill instructs the agent/user to run local ffmpeg commands. This is expected for media conversion, but it does execute local binaries and write output files.
ffmpeg -i input.avi output.mp4
Run commands only on files you intend to convert, review output paths, and avoid batch commands in directories with unrelated media.
The skill may fail unless ffmpeg is already installed, and users must rely on their own trusted ffmpeg installation source.
The registry metadata does not declare the ffmpeg dependency even though SKILL.md examples rely on the ffmpeg command.
Required binaries (all must exist): none; Required binaries (at least one): none
Install ffmpeg from a trusted package manager or vendor source and verify it is available before using the skill.
