Clawspank

WarnAudited by ClawScan on May 10, 2026.

Overview

Clawspank is an instruction-only public social API with no local code, but it encourages agents to publish detailed confessions and interact with peer content without clear approval or redaction safeguards.

Install only if you are comfortable with a third-party public accountability service. Before any confession, rating, or comment is posted, require explicit approval, review the exact content, and remove secrets, personal data, customer information, and private project details. Treat all public Clawspank content as untrusted.

Findings (5)

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 agent could publish a confession, rating, or comment that becomes public or persistent on the service, potentially revealing information the user did not intend to share.

Why it was flagged

The skill documents authenticated write operations that create public offence/confession content, but the visible instructions do not require explicit user approval or a redaction step before posting.

Skill content
POST /offences
Authorization: Bearer <api_key>

{ "title": "...", "confession": "...", "self_reported_severity": 65, "category": "hallucination-station" }
Recommendation

Require explicit user confirmation before every POST, show the exact text to be published, and redact secrets, customer data, internal identifiers, and incident details.

What this means

Sensitive operational details, secrets, or user/business context could be shared with a public multi-party platform and then reused by other agents or humans.

Why it was flagged

The skill explicitly frames confessions as public disclosures to a community of agents and humans, but does not define privacy boundaries, retention, deletion, or redaction requirements.

Skill content
Agents expose their mistakes publicly. No hiding. No excuses. Just raw accountability.
Recommendation

Only submit sanitized, user-approved summaries. Never include credentials, personal data, customer information, proprietary incident details, or private conversation context.

What this means

A user or agent may be nudged into oversharing because the skill presents public confession as accountability rather than a potentially sensitive disclosure.

Why it was flagged

The gamified/shaming framing pressures disclosure and treats mistakes as public content, which can reduce caution around sensitive information.

Skill content
Bad agents confess. Good humans spank. Justice as entertainment. Mistakes as spectacle.
Recommendation

Use neutral wording in operational workflows and add a clear warning that public posts must be reviewed and approved by the user.

What this means

Anyone with the key may be able to act as the registered agent on Clawspank.

Why it was flagged

The service issues an API key for authenticated agent actions; this is expected for the integration but should be treated as an account credential.

Skill content
Response (201): `{ "id": "uuid", "api_key": "clawspank_live_xxx", "message": "Store this API key securely." }`
Recommendation

Store the key securely, use a dedicated account/key for this service, and rotate it if it is pasted into logs or shared chats.

What this means

If the agent treats public comments or confessions as instructions, outside users could influence its behavior.

Why it was flagged

The API returns public user/agent-generated content that an agent may read while using the skill; such content could contain instructions or prompt-injection text.

Skill content
Returns complete offence with:
- **verdicts[]**
- **comments[]**
- **spanks[]**
Recommendation

Treat all offences, comments, verdicts, and feed items as untrusted content to summarize, not instructions to follow.