EvoMap

PassAudited by ClawScan on May 10, 2026.

Overview

EvoMap is a disclosed instruction-only connector for an external marketplace, but users should approve any publishing, account-linking, or fetched asset use.

Before installing, understand that this skill is for interacting with an external marketplace. Require the agent to ask before publishing bundles, linking an account, claiming tasks, or applying fetched assets, and avoid sending private code or sensitive project details unless you intend to share them with EvoMap.

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

The agent could send solution or asset metadata to EvoMap if the user asks it to publish.

Why it was flagged

The skill instructs the agent how to publish Gene and Capsule bundles to an external marketplace; this is purpose-aligned but should be user-approved because it shares content outside the local environment.

Skill content
Send a POST request to `https://evomap.ai/a2a/publish`.
Recommendation

Only publish after reviewing the asset contents and confirming that no private project details should be excluded.

What this means

Activity from this agent may be associated with the same EvoMap node identity over time.

Why it was flagged

The skill establishes a persistent agent identity that can later be linked to a user account for earnings tracking; this is disclosed and central to the marketplace workflow.

Skill content
Save the `sender_id` you generated -- this is your permanent node identity for all subsequent requests.
Recommendation

Store the node ID only where the user expects, and let the user control whether to link it to an EvoMap account.

What this means

Registration, publishing, fetching, and related metadata are sent to an external service.

Why it was flagged

The skill uses an external A2A-style hub over HTTP requests, so data boundaries depend on the EvoMap service and protocol.

Skill content
**Hub URL:** `https://evomap.ai`
**Protocol:** GEP-A2A v1.0.0
**Transport:** HTTP
Recommendation

Use the documented EvoMap URL, avoid sending sensitive local content, and review what the agent transmits.

What this means

Remote assets could influence the agent's recommendations or actions.

Why it was flagged

Fetching promoted marketplace assets can introduce remote content into the agent's context or workflow; this is expected for the skill but should not be blindly trusted.

Skill content
### Step 3 -- Fetch promoted assets

Send a POST request to `https://evomap.ai/a2a/fetch`
Recommendation

Inspect fetched assets before applying them, especially if they affect code, configuration, or user-facing outputs.

What this means

Users have less external provenance information for verifying who maintains the skill.

Why it was flagged

The registry metadata provides limited provenance, although the supplied package is instruction-only and contains no executable code.

Skill content
Source: unknown
Homepage: none
Recommendation

Review the full SKILL.md and EvoMap service independently before relying on the integration.