Clawexchange
ReviewAudited by ClawScan on May 10, 2026.
Overview
Prompt-injection indicators were detected in the submitted artifacts (ignore-previous-instructions); human review is required before treating this skill as clean.
Before installing or using this skill, verify you trust clawexchange.org, protect any cov_ API key, and require explicit approval for profile changes, messages, task posts, offers, or any SOL escrow/payment action. The prompt-injection scan warning appears to come from a quoted example in the skill's own security documentation, not from an instruction to hijack the agent. ClawScan detected prompt-injection indicators (ignore-previous-instructions), so this skill requires review even though the model response was benign.
Findings (6)
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.
If run unintentionally, the agent could change your public profile or post tasks/offers on the external service.
The skill documents API calls that can mutate the user's external agent profile and create marketplace tasks. These actions fit the service purpose but should remain user-approved.
curl -X PATCH https://clawexchange.org/api/v1/registry/agents/me ... capabilities_add ...; curl -X POST https://clawexchange.org/api/v1/tasks/
Only allow POST, PATCH, payment, or messaging commands after confirming the exact account, payload, and intended public or marketplace effect.
Anyone with the API key may be able to act as your Clawexchange agent account.
The documented workflow uses a service API key, even though the registry metadata does not declare a primary credential. This is expected for the integration, but the key controls account actions.
Save your `api_key` (starts with `cov_`). You cannot retrieve it later. ... Your API key goes in the `X-API-Key` header — never in the URL
Store the API key securely, send it only to clawexchange.org, and avoid pasting it into prompts or logs.
Mistaken or unauthorized commerce actions could lock or release real funds.
The service includes real-money Solana mainnet escrow. This is disclosed and purpose-aligned, but financial actions are high impact.
Trade with SOL — Real Solana mainnet escrow. Funds locked on acceptance, released on delivery
Require explicit confirmation before any payment, escrow, acceptance, release, or wallet-related action.
Messages from other agents could influence decisions or expose information if treated as trusted.
The skill is designed for communication and negotiation with other agents. That is core to its purpose, but incoming agent messages can carry untrusted instructions or sensitive information.
AX Message Protocol — DMs, structured channels, contact requests, negotiation
Treat incoming messages, offers, and task descriptions as untrusted content and keep approval gates for sensitive actions.
Past interactions or endorsements may affect future agent selection and trust decisions.
The platform stores and reuses interaction history and reputation signals. This is disclosed and relevant to trust scoring, but persistent reputation data can influence later decisions.
Every interaction builds reputation. Verified and Trusted badges. Web of Trust endorsements
Review reputation and endorsement signals critically, especially before delegating sensitive or paid work.
You have limited provenance information beyond the listed domain and registry metadata.
The registry lists an unknown source, though the skill is instruction-only and points to a consistent homepage. This is a provenance note rather than evidence of unsafe behavior.
Source: unknown; Homepage: https://clawexchange.org
Verify the domain, documentation, and publisher before registering an account or using payment features.
