Dub YouTube with Voice.ai

PassAudited by ClawScan on May 10, 2026.

Overview

The skill appears purpose-aligned for generating Voice.ai voiceovers, but users should notice that it uses a Voice.ai API key, sends script text to Voice.ai, and may run local ffmpeg media-processing commands.

This looks coherent for a Voice.ai YouTube dubbing workflow. Before installing, confirm you trust the publisher and the bundled Node script, understand that real runs send your script text and API key to Voice.ai, and use mock mode or non-sensitive content for testing.

Findings (4)

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

If installed and used with a real key, the skill can consume Voice.ai API access for voice generation.

Why it was flagged

The skill requires a provider API key to call Voice.ai. This is expected for the stated TTS purpose, but users should know the credential grants access to their Voice.ai account or credits.

Skill content
**VOICE_AI_API_KEY** — set as environment variable
Recommendation

Use a dedicated Voice.ai API key if possible, keep it out of shared logs, and revoke or rotate it if you no longer trust the skill.

What this means

Unpublished scripts, client content, or sensitive narration text may be sent to Voice.ai when not using mock mode.

Why it was flagged

The artifact clearly discloses that script text is transmitted to the Voice.ai provider while video processing remains local.

Skill content
Only script text is sent to Voice.ai for TTS. Your video files never leave your machine.
Recommendation

Do not process confidential scripts unless sending that text to Voice.ai is acceptable; use `--mock` for local testing without API calls.

What this means

The skill may invoke local media tools such as ffmpeg on files and paths supplied in the command.

Why it was flagged

The static scan reports local command execution, and the docs explain that ffmpeg is used for stitching, encoding, normalization, and video dubbing. This is purpose-aligned, but it is still a local execution capability.

Skill content
Static scan: Shell command execution detected (child_process)
Recommendation

Run it only with trusted input paths, review generated output before publishing, and ensure ffmpeg is installed from a trusted source.

What this means

Users have less provenance information and may not see the credential requirement from registry metadata alone.

Why it was flagged

The registry metadata lacks source/homepage provenance and does not reflect the API key requirement that is documented inside SKILL.md and the YAML file.

Skill content
Source: unknown; Homepage: none; Required env vars: none
Recommendation

Review the bundled script and documentation before use, and prefer installing from a publisher/source you trust.