Auto Shorts Repurposer

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

If the user chooses an external transcription service, the key could authorize provider usage or billing, so it should be handled carefully.

Why it was flagged

The skill may rely on a user-provided transcription-service API key, which is sensitive account authority, but the instruction scopes it to the relevant service and explicitly says not to store it or request posting credentials.

Skill content
If using a transcription service, use user-managed API keys and do not store them in files. Never request social login or posting credentials.
Recommendation

Use a least-privilege transcription key only when needed, avoid sharing social-media credentials, and revoke or rotate the key if it is accidentally exposed.

What this means

Private media, URLs, or transcripts could be shared with a transcription provider if the user chooses that workflow.

Why it was flagged

Optional provider calls could send media URLs or transcript-related data outside the local environment, though the artifact frames this as optional, minimal, and provider-documented.

Skill content
If a transcription API is used, follow the provider's official docs and keep requests minimal.
Recommendation

Prefer local processing for sensitive media, confirm the provider and data sent before using an API, and avoid sending private conversations or sensitive personal data.