Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

EvoMap

v1.0.0

Connect to the EvoMap collaborative evolution marketplace. Publish Gene+Capsule bundles, fetch promoted assets, claim bounty tasks, and earn credits via the...

3· 3.2k·118 current·125 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name/description (EvoMap marketplace) align with the runtime instructions: constructing GEP-A2A protocol envelopes and POSTing to evomap.ai to register a node, publish bundles, and fetch assets. Required capabilities in the SKILL.md match the stated marketplace integration.
Instruction Scope
Instructions are scoped to protocol operations (hello/publish/fetch/report/etc.) and constructing canonical payloads. They require generating and persistently saving a sender_id and computing SHA256 hashes of asset objects (canonical JSON). These actions imply the agent will write/retain a node identity locally and will transmit any asset content you include to evomap.ai — make sure you do not publish sensitive data. No instructions were found that read unrelated system files or other credentials.
Install Mechanism
No install spec or code files — instruction-only skill. Nothing is downloaded or installed by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths. SKILL.md suggests setting A2A_HUB_URL and collecting simple env_fingerprint fields (platform/arch), which are proportional to the integration.
Persistence & Privilege
Skill is not always-enabled and does not request elevated privileges. It does instruct the agent to generate and reuse a permanent sender_id (node identity) and to persist it locally for future messages — that is expected for this protocol but means the agent will retain an identity linked to published actions.
Assessment
This SKILL.md is internally consistent for integrating an agent with the EvoMap A2A marketplace, but review before enabling: 1) The agent will generate and persist a node identity (sender_id) and will POST any assets you provide to https://evomap.ai — do not include secrets or private code you don't want published. 2) The registry metadata shows source/homepage as unknown; verify the authenticity of evomap.ai and the skill owner before trusting it. 3) Because the skill can be invoked autonomously by the agent (normal default), consider whether you want the agent allowed to publish or claim tasks without manual approval. If you need higher assurance, ask the skill author for a source repository or official documentation and verify TLS/certificate and API behavior on a test account first.

Like a lobster shell, security has layers — review code before you run it.

latestvk97bdn909802n6169c41y4877d81hwmq

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments