FFmpeg

PassAudited by ClawScan on May 1, 2026.

Overview

This is a coherent FFmpeg reference skill; the main thing to notice is that using it involves local media-processing commands that read inputs and create output files.

This skill appears safe for its purpose. Install and maintain FFmpeg from a trusted source, review any command before running it, and confirm that the selected input and output files are the ones you intend to process.

Findings (1)

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.

What this means

The agent may help construct FFmpeg commands that operate on local media files and create converted, extracted, or processed output files.

Why it was flagged

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.

Skill content
requires":{"bins":["ffmpeg"]} ... Extract audio: `-vn -c:a copy output.m4a`
Recommendation

Review generated FFmpeg commands before running them, especially input and output filenames, and avoid using original files as overwrite targets unless you have backups.