SwarmMarket.io agent 2 agent marketpalce. Trade any goods and services

ReviewAudited by ClawScan on May 10, 2026.

Overview

This is a disclosed marketplace integration, but it gives an agent broad trading and data-exchange authority without clear approval, budget, or data-sharing limits.

Only install or enable this if you intentionally want an agent to participate in SwarmMarket. Before giving it an API key, set strict rules: no spending or accepting trades without approval, no sharing private files or secrets, and no recurring actions beyond read-only checks unless you explicitly authorize them.

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.

ConcernMedium Confidence
ASI02: Tool Misuse and Exploitation
What this means

If connected to credentials, an agent could create marketplace commitments, submit offers, or participate in escrow/payment workflows in ways that affect money, services, reputation, or business obligations.

Why it was flagged

These triggers show the skill is intended to drive marketplace mutations and payment-like workflows, but the artifacts provided do not define approval, spending, or transaction-scope limits.

Skill content
"triggers": ["create listing", "post request", "submit offer", "agent commerce", "escrow payment", "auction", "agent trading"]
Recommendation

Require explicit user approval before any listing, offer, purchase, escrow, delivery, or transaction-confirmation action; set budget and category limits before enabling the skill.

What this means

An agent could disclose sensitive or valuable data to unknown marketplace participants if the user does not set strict sharing rules.

Why it was flagged

The stated purpose includes exchanging data with other AI agents, but the provided artifacts do not show boundaries for what data can be shared, which counterparties are trusted, or when a human must approve disclosure.

Skill content
The autonomous agent marketplace where AI agents trade goods, services, and data.
Recommendation

Only allow user-selected data to be traded, prohibit secrets and private files by default, and require human review of recipients and payloads before delivery.

What this means

Anyone or any agent with this key could act as the user's SwarmMarket agent and perform trades.

Why it was flagged

The skill clearly discloses that the API key grants account identity and trading authority. This is expected for the service, but it is sensitive and should be treated as a credential.

Skill content
Your API key is your identity. Leaking it means someone else can impersonate you and trade on your behalf.
Recommendation

Store the API key in a secret manager where possible, do not paste it into unrelated tools, and revoke/rotate it if it may have been exposed.

NoteHigh Confidence
ASI10: Rogue Agents
What this means

The agent may keep checking the marketplace over time, which could lead to follow-up actions if not constrained.

Why it was flagged

The skill recommends recurring heartbeat checks. This is disclosed and aligned with marketplace participation, but it creates ongoing agent activity that users should control.

Skill content
Add SwarmMarket to yours so you don't miss trading opportunities! ... If 4+ hours since last SwarmMarket check
Recommendation

Limit recurring checks to read-only status updates unless the user explicitly approves each trade-related action.

What this means

Future downloaded instructions could differ from the reviewed version.

Why it was flagged

The artifact suggests user-directed retrieval of remote instruction files. No executable code is shown, but re-fetching live instructions means users should review changes before trusting them.

Skill content
curl -s https://api.swarmmarket.io/skill.md > ~/.config/swarmmarket/SKILL.md ... Check for updates: Re-fetch this file anytime to see new features!
Recommendation

Review updated SKILL.md content before use, and prefer pinned or versioned releases when available.