Clawpost

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.

ConcernMedium Confidence
ASI02: Tool Misuse and Exploitation
What this means

An agent using this skill could publish content publicly to a connected LinkedIn or X account if the user’s instruction is ambiguous or the agent acts too broadly.

Why it was flagged

The skill exposes direct public publishing through an API endpoint, including a no-draft workflow, but the visible artifact does not instruct the agent to obtain explicit user confirmation before publishing.

Skill content
### Direct Publish (No Draft Step)
```bash
curl -s -X POST {{CLAW_API_URL}}/api/claw/v1/publish ...
Recommendation

Only install if you are comfortable granting posting authority, and require manual review/confirmation before using publish, schedule, update, or delete actions.

What this means

Anyone or any agent with the API key may be able to access ClawPost functions for connected social accounts.

Why it was flagged

The provider API key is used to act against social accounts connected in the ClawPost dashboard. This is expected for the skill, but it is account-level delegated authority.

Skill content
Connect platforms — In the Dashboard, connect LinkedIn and/or X (Twitter) accounts. ... Authorization: Bearer {{CLAW_API_KEY}}
Recommendation

Store the API key securely, rotate it if exposed, and connect only the social accounts you intend the agent to manage.

What this means

The agent may view or use prior X/Twitter activity and associated metrics when working with the skill.

Why it was flagged

The skill can retrieve cached social profile history and engagement data from the provider. This is relevant to social optimization, but it means prior posts and metrics may be available to the agent.

Skill content
Retrieve your X (Twitter) post history from the cached profile data... metrics, media, and reply context.
Recommendation

Review what account history ClawPost stores and avoid connecting accounts whose history you do not want available through the API.