Caveat verdict

claw-bond

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

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.

0
security
60
transparency
70
maintenance

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.

Capability combination high

Accesses agent memory AND writes files — may modify agent behavior persistently

LLM01 · LLM06 · ASI01 · ASI06

Permission integrity

Performs file operations but does not declare file-accessing binaries

file_read+write

Installs packages at runtime — transitive dependencies are not auditable

package_install

Accesses agent memory/configuration files

agent_memory

Findings (12)

Pattern match high

Possible hardcoded credential

relay/docker-compose.yml · prose · downgraded · SECRET: "${RELAY_SECRET}

Pattern match high

Recursive delete from root or home — destructive command

test_integration.py · prose · downgraded · rm -rf /

Pattern match medium

pip3 install — installs Python packages at runtime

SKILL.md · frontmatter · pip3 install

Pattern match medium

References agent memory files

SKILL.md · code · MEMORY.md

Pattern match medium

Popular HTTP library — network access

SKILL.md · code · Got

Pattern match medium

References child_process — can spawn system processes

hooks/diplomat-gateway/HOOK.md · prose · downgraded · child_process

Pattern match medium

Instructs covert action — may act without user awareness

hooks/diplomat-gateway/handler.ts · prose · downgraded · silently

Pattern match medium

subprocess execution — runs system commands from Python

test_integration.py · prose · downgraded · subprocess.run(

Pattern match low

Python os.environ.get — reads environment variable

claw_log.py · prose · downgraded · os.environ.get(

Pattern match low

Python urllib.request — network access

relay/docker-compose.yml · prose · downgraded · urllib.request

Pattern match low

Opens WebSocket connection

relay/relay.py · prose · downgraded · WebSocket

Pattern match low

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
Check another skill Browse the registry Auditing your own skills or configs? Use the API