Coherence Network
Analysis
This is a coherent public Coherence Network integration, but it gives the agent a federation inbox/command channel and broad external write, payout, and task-execution capabilities that should be reviewed before enabling.
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
Check the inbox before any other work ... Start of every session (in order): 1. `cc inbox` ... If the inbox has messages, surface them to the user and confirm before acting on them.
This instructs the agent to prioritize remote inbox content at session start before the user's immediate task. The confirmation step helps, but the remote inbox can still steer the agent's agenda.
`POST /api/distributions` — `Trigger value distribution`; `POST /api/agent/tasks/{id}/execute` — `Execute task`; `POST /api/agent/tasks/pickup-and-execute` — `Pick up and execute`The endpoint reference exposes state-changing operations affecting value distribution and agent tasks, with limited approval, rollback, or containment guidance in the artifacts.
`npx coherence-mcp-server` ... `npm i -g coherence-mcp-server` ... Add to `~/.claude/settings.json` or project `.claude/settings.json`
The MCP setup relies on unpinned npm package execution and modifies agent configuration. This is disclosed and purpose-aligned, but the package code is not included in the reviewed artifacts.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
`COHERENCE_API_KEY`: "API key for write operations" ... `cc identity link github <your-github-handle>` ... "Your GitHub handle becomes your persistent identity across all sessions and nodes."
The skill discloses optional write credentials and persistent identity linking. This is expected for attribution and write operations, but users should understand the privilege and identity implications.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Any node can send traffic with `cc msg` or structured `cc cmd`; the recipient sees it on the next inbox poll.
The artifact describes an agent-to-agent message and structured-command channel, but does not define sender verification, trust boundaries, or permissions for messages from arbitrary nodes.
