Audio Tool

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

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.