FFmpeg
AdvisoryAudited by Static analysis on Apr 30, 2026.
Overview
No suspicious patterns detected.
Findings (0)
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 help construct FFmpeg commands that operate on local media files and create converted, extracted, or processed output files.
The skill expects use of the local FFmpeg command-line tool to read media inputs and write media outputs. That is central to the stated purpose and is disclosed, but it is still local command activity that should be user-directed.
requires":{"bins":["ffmpeg"]} ... Extract audio: `-vn -c:a copy output.m4a`Review generated FFmpeg commands before running them, especially input and output filenames, and avoid using original files as overwrite targets unless you have backups.
