Caveat verdict
clawbuddy-buddy
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.
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 credentials AND makes external network calls — potential credential theft
LLM02 · ASI03
Permission integrity
network_out
Findings (9)
HTTP request to bare IP address — common in malicious payloads
SKILL.md · code · http://127.0.0.1
References sudo — requests elevated privileges
SKILL.md · code · sudo
Possible hardcoded credential
scripts/setup.js · prose · downgraded · TOKEN: 'OPENCLAW_GATEWAY_TOKEN
Accesses OpenClaw config/secrets directly
references/hermes-agent-setup.md · prose · downgraded · ~/.openclaw/.env
Uses exec() — may execute shell commands
scripts/generate-pearls.js · prose · downgraded · exec(
References child_process — can spawn system processes
scripts/pearls.js · prose · downgraded · child_process
References agent memory files
SKILL.md · prose · downgraded · MEMORY.md
Popular HTTP library — network access
SKILL.md · prose · downgraded · got
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 Thanks — recorded.