Donson Intelligent Editing

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: ffmpeg-master Version: 1.0.0 The skill bundle provides a comprehensive guide for using FFmpeg and FFprobe for video and audio processing. All commands and instructions are standard operations for multimedia manipulation, focusing on local file inputs and outputs. There is no evidence of prompt injection attempts against the AI agent, malicious execution, data exfiltration, persistence mechanisms, or obfuscation. The content is clearly aligned with the stated purpose of a video/audio processing skill.

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.

What this means

The agent may suggest commands that read input media and write output files on the user's machine.

Why it was flagged

The skill is designed to produce FFmpeg shell commands that operate on local media files. This is expected and purpose-aligned, but shell commands can modify or create files, so users should review generated commands before execution.

Skill content
output-format: shell-command ... ffmpeg -i input.mp4 output.mkv
Recommendation

Run generated FFmpeg commands only on intended files, verify input and output paths, and review options before execution.