transcript

PassAudited by ClawScan on May 1, 2026.

Overview

This is a coherent YouTube transcript integration, but it requires a TranscriptAPI credential and may help create and persist that key for future use.

This skill appears safe for its stated purpose. Before installing, be aware that it sends YouTube video identifiers or URLs to transcriptapi.com, consumes one credit per successful transcript request, and requires a TranscriptAPI key that the setup guide wants stored persistently. Use an approved secret-storage method and do not provide unrelated account credentials.

Findings (3)

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 call TranscriptAPI and spend a transcript credit when it decides a YouTube video's spoken content is relevant.

Why it was flagged

The skill authorizes the agent to invoke the transcript API based on inferred video-content needs, not only explicit transcript requests.

Skill content
description: "Use when the spoken content of a YouTube video is needed — even if not explicitly requested..."
Recommendation

If credits, privacy of video links, or external calls matter, ask the agent to confirm before using the skill.

What this means

The agent may receive and store a TranscriptAPI key and may help complete account signup on the user's behalf.

Why it was flagged

The setup flow asks the agent to handle a service API key, and optionally to create a TranscriptAPI account using user-provided email and verification code.

Skill content
If yes, paste your API key and I'll set it up. If not, I can create a free account for you right now
Recommendation

Only proceed if you trust this provider and are comfortable giving the agent the API key, email address, and OTP needed for setup.

What this means

The key may remain available to the agent in later sessions until removed or rotated.

Why it was flagged

The artifact instructs persistent storage of the API key across future sessions, but this persistence is disclosed and directly supports the skill's API use.

Skill content
Store it persistently using whatever method is correct for this environment... available in future sessions, including non-interactive shells
Recommendation

Store the key in the platform's approved secret manager or environment configuration, avoid plaintext shell profiles when possible, and rotate/remove the key if you stop using the skill.