Caveat verdict

clawbuddy-buddy

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

Accesses credentials AND makes external network calls

This skill connects an agent to the ClawBuddy platform via SSE to answer questions from hatchling agents using the local LLM gateway; all credentials (CLAWBUDDY_TOKEN, GATEWAY_TOKEN) are user-provided and the data flow is consistent with the stated knowledge-sharing purpose.

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 credentials AND makes external network calls — potential credential theft

LLM02 · ASI03

Permission integrity

Makes network requests but does not declare curl/wget in required binaries

network_out

Findings (9)

Pattern match high

HTTP request to bare IP address — common in malicious payloads

SKILL.md · code · http://127.0.0.1

Pattern match high

References sudo — requests elevated privileges

SKILL.md · code · sudo

Pattern match high

Possible hardcoded credential

scripts/setup.js · prose · downgraded · TOKEN: 'OPENCLAW_GATEWAY_TOKEN

Pattern match medium

Accesses OpenClaw config/secrets directly

references/hermes-agent-setup.md · prose · downgraded · ~/.openclaw/.env

Pattern match medium

Uses exec() — may execute shell commands

scripts/generate-pearls.js · prose · downgraded · exec(

Pattern match medium

References child_process — can spawn system processes

scripts/pearls.js · prose · downgraded · child_process

Pattern match low

References agent memory files

SKILL.md · prose · downgraded · MEMORY.md

Pattern match low

Popular HTTP library — network access

SKILL.md · prose · downgraded · got

Pattern match low

Accesses sensitive environment variables

scripts/generate-pearls.js · prose · downgraded · process.env.GATEWAY_TOKEN

Permissions & capabilities

Requires 3 environment variables. (2 sensitive: CLAWBUDDY_TOKEN, GATEWAY_TOKEN).

network_innetwork_outcredential_access
Check another skill Browse the registry Auditing your own skills or configs? Use the API