Audio Tool

PassAudited by VirusTotal on May 11, 2026.

Overview

Type: OpenClaw Skill Name: audio-tool Version: 1.0.3 The skill bundle is a standard set of instructions for an AI agent to perform audio processing tasks such as format conversion, clipping, and extraction using FFmpeg. The files (SKILL.md and _meta.json) contain no executable code, suspicious network calls, or prompt-injection attacks, and the functionality is entirely consistent with the stated purpose.

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 invoke FFmpeg to read and create media files as part of requested audio tasks.

Why it was flagged

The skill relies on the local FFmpeg command-line binary to perform media processing. This is expected for the stated purpose, but it is still local command execution on user-provided files.

Skill content
requires:
      bins: ["ffmpeg"]
Recommendation

Use it only on media files you intend to process, and review output paths before allowing conversions, merges, or extractions.