FFmpeg
PassAudited by VirusTotal on May 12, 2026.
Overview
Type: OpenClaw Skill Name: ffmpeg Version: 1.0.0 The skill bundle is benign. It consists of metadata and a `SKILL.md` file that provides comprehensive documentation and usage instructions for FFmpeg. The `SKILL.md` correctly declares `ffmpeg` as a required binary, which aligns with its stated purpose. There are no executable scripts, no attempts at prompt injection to manipulate the agent into malicious actions, and no indications of data exfiltration, persistence, or other harmful behaviors.
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.
