Audio Tool

PassAudited by ClawScan on May 1, 2026.

Overview

This is a straightforward audio-processing skill that relies on FFmpeg and does not show hidden, deceptive, persistent, or credential-related behavior.

This skill appears safe for normal audio-processing use. Before installing, make sure FFmpeg is available and only ask it to process files and output locations you trust.

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 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.