cast0: Turn Text into a Published Podcast

ReviewAudited by ClawScan on May 16, 2026.

Overview

The plugin matches its stated purpose, but it gives the agent one-call ability to publish paid podcast episodes to your feed without a separate review or draft step.

Install this only if you want your agent to be able to publish podcast episodes through your cast0 account. Review the exact script before invoking create_episode, avoid sending private text, and make sure you understand any cast0 costs and how to remove unwanted episodes.

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

An unintended, private, inaccurate, or unwanted script could become a hosted podcast episode and may incur cast0 usage costs.

Why it was flagged

A single tool call can cause text generated or selected by the agent to be published to a podcast feed. The artifacts do not describe a draft, confirmation, or rollback step before publication.

Skill content
Episodes auto-publish to your RSS feed when processing completes. Subscribe once in Apple Podcasts, Spotify, or any podcast app — episodes appear automatically.
Recommendation

Only allow the agent to call create_episode after you have reviewed the exact title and text, and consider using a test feed or limited API key if available.

What this means

Anyone or any agent workflow with access to this configured skill can act through the cast0 account permissions associated with the API key.

Why it was flagged

The plugin uses the configured cast0 API key to create, fetch, and list episodes. This is purpose-aligned, but it grants the agent account authority for this podcast integration.

Skill content
Authorization: `Bearer ${cfg.apiKey}`
Recommendation

Use the least-privileged cast0 key available, rotate or revoke it if no longer needed, and avoid installing the plugin in workspaces where agents should not publish episodes.

What this means

A bad or sensitive episode may spread to subscribed podcast apps automatically before a user notices.

Why it was flagged

Publishing is intentionally distributed beyond cast0 to podcast apps and subscribers, so mistakes can propagate outside the original chat or workspace.

Skill content
RSS feed publishing to Apple Podcasts, Spotify, and everywhere else
Recommendation

Review episode content before publishing and understand how to remove or unpublish episodes from cast0 and downstream podcast platforms.