Powerpost

PassAudited by ClawScan on May 1, 2026.

Overview

PowerPost is a coherent social-publishing integration, but it can use a PowerPost API key to upload content and publish publicly across connected social accounts, so users should install it only if they want that authority.

Install this skill if you want your agent to help create and possibly publish social content through PowerPost. Prefer a draft-only API key until you are comfortable with the workflow, review every draft and target platform before approving publication, and avoid uploading sensitive files or private URLs.

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 a read_write key is configured, the agent can publish through the user's PowerPost workspace after the documented approval step.

Why it was flagged

The skill may use a delegated API key with authority to publish to the user's connected social accounts; the lower-privilege draft-only option is also documented.

Skill content
`read_write` — full access, including publishing. ... `read_draft` — can generate content and create drafts, but publishing is blocked
Recommendation

Use a read_draft key unless you intentionally want the agent to publish, and limit connected accounts/workspaces to the ones you want the agent to access.

What this means

A confirmed publish action can create public posts and consume PowerPost credits.

Why it was flagged

The skill's workflow includes high-impact API actions, but it explicitly requires user review and confirmation before publishing.

Skill content
**Publish** the post to connected social platforms. ... Always show the user what will be published and get confirmation before calling the publish endpoint.
Recommendation

Review the generated draft, target platforms, media, and expected credit use before approving any publish action.

What this means

Files, text, media, and other post inputs may leave the local environment and be processed by PowerPost.

Why it was flagged

User-provided media and content are sent to the PowerPost service; the destination is disclosed and purpose-aligned.

Skill content
All requests go to: `https://powerpost.ai/api/v1` ... `POST https://powerpost.ai/api/v1/media/upload` ... `-F "file=@/path/to/file"`
Recommendation

Do not provide sensitive files, private URLs, or confidential marketing material unless you are comfortable sending them to PowerPost.

NoteHigh Confidence
ASI08: Cascading Failures
What this means

A mistaken or inappropriate post could appear on several connected social platforms at once.

Why it was flagged

A single approved action can distribute content across multiple public channels, which is the intended feature but increases blast radius.

Skill content
publishes to every account you've connected ... Works with Instagram, TikTok, X, YouTube, Facebook, LinkedIn
Recommendation

Use draft-first mode for important accounts, verify the selected platforms, and keep the connected-account list narrowly scoped.