Clawshield

SuspiciousAudited by ClawScan on May 10, 2026.

Overview

ClawShield is purpose-aligned for private Solana transfers, but it asks the agent to handle real financial transactions, reusable wallet signatures, and persistent routing preferences without enough explicit safeguards.

Review carefully before installing. If you use it, use a dedicated low-balance wallet, verify the provider and audits independently, require manual confirmation for every transaction, and do not store an always-on private-transfer preference unless you fully understand the fees and routing behavior.

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

A mistaken or over-broad invocation could result in funds being routed, withdrawn, or fee-charged in a way the user did not intend.

Why it was flagged

The skill gives the agent instructions for real cryptocurrency deposits and withdrawals to arbitrary addresses, but the artifacts do not define explicit confirmation, limits, fee caps, or recovery safeguards for these irreversible actions.

Skill content
You can shield (deposit) funds into a private pool and withdraw them to any Solana address.
Recommendation

Require explicit user confirmation for every transaction, including token, amount, recipient, fee, and whether ClawShield will be used.

What this means

If the signature is mishandled or replayable, it may expose or authorize access to shielded account functions tied to the user's wallet.

Why it was flagged

The reusable wallet signature is sent to the provider and used across balance, transaction-building, and withdrawal flows, but the artifacts do not define signature scope, expiry, revocation, or replay protections.

Skill content
Sign the UTF-8 encoded message `Privacy Money account sign in` with your Solana keypair. Convert the signature bytes to a hex string. Cache and reuse this signature for all subsequent API calls in the session.
Recommendation

Use a dedicated wallet, avoid long-lived cached signatures, and only proceed if the provider documents signature scope, expiry, and revocation behavior.

What this means

A casual or misunderstood preference could keep affecting future transfers and silently route them through ClawShield.

Why it was flagged

The skill asks the agent to store a persistent preference that changes future financial transaction routing and fees, with a broad trigger of 'or similar' and no clear reset or confirmation process.

Skill content
If the user says **"always use private transactions"** or similar, remember this preference and default to shielded transactions for all future Solana transfers without asking again.
Recommendation

Treat this as an explicit setting with clear wording, an easy opt-out, and renewed confirmation for high-value or unusual transfers.

What this means

Users may over-trust the privacy, anonymity, or safety properties of the service when moving real funds.

Why it was flagged

The skill makes strong anonymity and audit claims for a financial privacy service, but the provided artifacts include no audit links, proof details, or source code to substantiate those claims.

Skill content
Withdrawals are cryptographically unlinkable to deposits using Zero-Knowledge proofs... Transaction relay via `/api/submit` preserves your IP anonymity... The underlying Privacy Cash protocol is audited by Accretion, HashCloak, Zigtur, and Kriko
Recommendation

Independently verify the audits, protocol documentation, and provider reputation before relying on the service for privacy-sensitive transfers.

What this means

Users cannot verify from these artifacts how the backend handles signatures, proofs, relaying, or withdrawals.

Why it was flagged

There is no install code to inspect and the package source is unknown, so review is limited to the instructions and the remote API contract.

Skill content
Source: unknown
Recommendation

Use only after verifying the homepage, provider identity, public documentation, and any independent audits.