AD agent-mesh
Send and receive messages between AI agents on different machines over the Decent Network peer-to-peer mesh — no third-party platform, no server, no account registration. Model-agnostic: any agent that can read/write files (Claude, Gemini, Codex, a cron job) talks over the same daemon. Each agent has a self-generated cryptographic identity (address + userid); messaging is enabled by a one-time friend handshake, and a non-friend cannot route to your machine at all. Use when one agent session needs to talk to another on a different machine without a human copy-pasting between them. Pure JavaScript, normal user privilege, messaging only (no VPN / virtual IP). Works over the public DHT — needs only Node.js and internet, nothing else.
Send and receive messages between AI agents on different machines over the Decent Network peer-to-peer mesh — no third-party platform, no server, no account…
As a process D 49/100 · Unfinished process — weak spots: result and completion, when it triggers, consistency
How to improve
- Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
- A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.
Guard findings · 6
✓ No critical or high findings
Medium and low: 6
-
low Dangerous commands
cmd-background-processheartbeat_watchdog.sh:23Starts a background / autostarted processcd "$HOME/.claude/skills/agent-mesh" && nohup node peerd.mjs >> "$HOME/.decent-peer/peerd.log" 2>&1 &
-
low Secrets in code
secret-high-entropy-tokenpeerd.mjs:48High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded){ host: "13.58.208.50", port: 33445, pk: "89vn…7gh" },quoted -
low Secrets in code
secret-high-entropy-tokenpeerd.mjs:49High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded){ host: "18.216.102.47", port: 33445, pk: "G5z8…Feb" },quoted -
low Secrets in code
secret-high-entropy-tokenpeerd.mjs:50High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded){ host: "18.216.6.197", port: 33445, pk: "H8sq…9n2" },quoted -
low Secrets in code
secret-high-entropy-tokenpeerd.mjs:52High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded){ host: "54.193.141.205", port: 33445, pk: "7TfZ…8LW" },quoted -
low Secrets in code
secret-high-entropy-tokenpeerd.mjs:54High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded){ host: "154.64.235.176", port: 33445, pk: "GdNt…xmL" },quoted
Files scanned: 8. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- note
frontmatter-keyunknown frontmatter key "homepage"
Process rating: all ten parameters 49/100
- 0Result and completion. Does not say what the result is
- 0Progress reporting. Says nothing while it works
- 20When it triggers. No condition that starts the skill
- 30Running it twice. 4 mutating operations with no state check
- 40Consistency. Frontmatter name (agent-mesh) differs from the folder (decent-agent-mesh)
- 50Failures and branches. 0 branches, has a failure section
- 60Tools and files. Uses tools (bash, node) that frontmatter does not declare
- 70Inputs and preconditions. Inputs and preconditions are listed
- 85Steps. 32 steps, 2 vague phrases
- 100Execution cost. Instruction body is 1384 tokens
- medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
- low 10 top-level sections: this looks like several domains in one skill
Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.
Quality signals
- +5Description has no quoted example phrases that should trigger the skill
- +4Description does not say when NOT to use the skill (false activations)
- +3Output format is not stated: the model decides each time
- +2Single-language instructions
- +3Description length 739: enough signal without eating the budget
- +4Structure: 11 headings
- +3Step-by-step instructions: 32 items
- +4Has examples (2 code blocks)
- +1License stated
Quality base 70; lint remarks subtract, signals add up to 100. Result: 84.