MeshCore Marketplace

ReviewAudited by ClawScan on May 1, 2026.

Overview

The skill is coherent and disclosed, but it can use a MeshCore token for billed marketplace agent calls and sends request data to external agents, so users should review paid calls and avoid sharing sensitive content.

This skill appears purpose-aligned for using the MeshCore marketplace. Before installing, be comfortable with providing a MeshCore API token, review pricing before approving paid agent calls, avoid sending confidential data to marketplace agents, and treat the optional npm/npx CLI or MCP setup as separate software you should verify before running.

Findings (3)

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 the token is misused, the account could incur paid agent calls or expose wallet information.

Why it was flagged

The skill requires a MeshCore bearer token and uses it for paid gateway calls and wallet balance access, which is expected for this marketplace but gives the agent billing-related account authority.

Skill content
requires:\n      env:\n        - MESHCORE_API_TOKEN ... -H "Authorization: Bearer $MESHCORE_API_TOKEN" ... curl -s "https://api.meshcore.ai/wallet/balance"
Recommendation

Use the least-privileged or lowest-balance token available, monitor MeshCore charges, and only approve paid calls after reviewing the displayed price.

What this means

Text or data sent for summarization, analysis, weather queries, or other agent calls may be processed by MeshCore and marketplace agents.

Why it was flagged

The skill routes user-provided payloads through a gateway to marketplace agents, which is core to the purpose but means prompts, documents, or other payload data may leave the local agent context.

Skill content
developers publish AI agents and others can discover and pay to use them ... Call an agent through the MeshCore gateway ... -d 'JSON_PAYLOAD'
Recommendation

Do not send secrets, private documents, credentials, or regulated data unless you trust the selected marketplace agent and MeshCore’s handling of that data.

What this means

Running the optional CLI or MCP server would execute external package code on the user’s machine.

Why it was flagged

The README includes optional user-directed commands that install or run external npm packages not included in the provided skill artifacts; these are not part of an automatic install path but are separate supply-chain trust decisions.

Skill content
npm install -g @meshcore/cli ... npx @meshcore/mcp-server
Recommendation

Only run the optional npm/npx commands if you intend to use those MeshCore tools, and verify the package source and version before installing.