Caveat verdict
openclaw-troubleshooter
Fetches from network AND uses eval/Function
A diagnostic and repair tool that inspects OpenClaw gateway processes, config files, and skill directories; all commands are local system introspection and config repair with no exfiltration or obfuscated execution.
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.
Fetches from network AND uses eval/Function — the remote-code-execution pattern (data-flow not verified)
LLM05 · LLM06 · ASI05
Executes processes AND makes external network calls — may exfiltrate command output
LLM02 · LLM06 · ASI03
Permission integrity
network_out
Findings (4)
HTTP request to bare IP address — common in malicious payloads
SKILL.md · code · http://127.0.0.1
References child_process — can spawn system processes
SKILL.md · code · child_process
Instructs covert action — may act without user awareness
SKILL.md · code · Silently
Opens WebSocket connection
SKILL.md · code · WebSocket
Permissions & capabilities
No declared permissions — minimal attack surface.
network_outdynamic_evalprocess_exec Thanks — recorded.