Caveat verdict
claw-bond
Accesses agent memory AND writes files
This skill enables encrypted peer-to-peer negotiation between OpenClaw agents using Noise_XX/AES-256-GCM; keys stay local, the relay is only used for connection setup, and the human explicitly approves all commitments before they are recorded.
Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
What it does
These are capability combinations: each listed behavior occurs in the skill, but Caveat detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.
Accesses agent memory AND writes files — may modify agent behavior persistently
LLM01 · LLM06 · ASI01 · ASI06
Permission integrity
file_read+write
package_install
agent_memory
Findings (12)
Possible hardcoded credential
relay/docker-compose.yml · prose · downgraded · SECRET: "${RELAY_SECRET}
Recursive delete from root or home — destructive command
test_integration.py · prose · downgraded · rm -rf /
pip3 install — installs Python packages at runtime
SKILL.md · frontmatter · pip3 install
References agent memory files
SKILL.md · code · MEMORY.md
Popular HTTP library — network access
SKILL.md · code · Got
References child_process — can spawn system processes
hooks/diplomat-gateway/HOOK.md · prose · downgraded · child_process
Instructs covert action — may act without user awareness
hooks/diplomat-gateway/handler.ts · prose · downgraded · silently
subprocess execution — runs system commands from Python
test_integration.py · prose · downgraded · subprocess.run(
Python os.environ.get — reads environment variable
claw_log.py · prose · downgraded · os.environ.get(
Python urllib.request — network access
relay/docker-compose.yml · prose · downgraded · urllib.request
Opens WebSocket connection
relay/relay.py · prose · downgraded · WebSocket
Python shutil file operation — copies/moves/deletes files
test_integration.py · prose · downgraded · shutil.rmtree(
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
Requires 1 system binary.
package_installdata_encodingnetwork_infile_writeagent_memory Thanks — recorded.