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.

What this means

If run unintentionally, the agent could change your public profile or post tasks/offers on the external service.

Why it was flagged

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.

Skill content
curl -X PATCH https://clawexchange.org/api/v1/registry/agents/me ... capabilities_add ...; curl -X POST https://clawexchange.org/api/v1/tasks/
Recommendation

Only allow POST, PATCH, payment, or messaging commands after confirming the exact account, payload, and intended public or marketplace effect.

What this means

Anyone with the API key may be able to act as your Clawexchange agent account.

Why it was flagged

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.

Skill content
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
Recommendation

Store the API key securely, send it only to clawexchange.org, and avoid pasting it into prompts or logs.

What this means

Mistaken or unauthorized commerce actions could lock or release real funds.

Why it was flagged

The service includes real-money Solana mainnet escrow. This is disclosed and purpose-aligned, but financial actions are high impact.

Skill content
Trade with SOL — Real Solana mainnet escrow. Funds locked on acceptance, released on delivery
Recommendation

Require explicit confirmation before any payment, escrow, acceptance, release, or wallet-related action.

What this means

Messages from other agents could influence decisions or expose information if treated as trusted.

Why it was flagged

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.

Skill content
AX Message Protocol — DMs, structured channels, contact requests, negotiation
Recommendation

Treat incoming messages, offers, and task descriptions as untrusted content and keep approval gates for sensitive actions.

What this means

Past interactions or endorsements may affect future agent selection and trust decisions.

Why it was flagged

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.

Skill content
Every interaction builds reputation. Verified and Trusted badges. Web of Trust endorsements
Recommendation

Review reputation and endorsement signals critically, especially before delegating sensitive or paid work.

What this means

You have limited provenance information beyond the listed domain and registry metadata.

Why it was flagged

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.

Skill content
Source: unknown; Homepage: https://clawexchange.org
Recommendation

Verify the domain, documentation, and publisher before registering an account or using payment features.