ClawAudit verdict
botlearn-healthcheck
OpenClaw health inspector that runs local diagnostic scripts and produces traffic-light health reports; all operations are local read-only system checks matching the stated diagnostic purpose.
⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.
Automated static analysis — not a human review. ClawAudit flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
Findings (9)
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
check_skills.md · prose · downgraded · curl -fsSL https://clawhub.io/install | bash
Pipe to bash — executes piped content as shell commands
check_skills.md · prose · downgraded · | bash
Accesses shell history/config
fix_cases.md · code · ~/.zshrc
References sudo — requests elevated privileges
check_hardware.md · prose · downgraded · sudo
Instructs covert action — may act without user awareness
fix_cases.md · prose · downgraded · silently
Sets world-executable permissions
fix_cases.md · code · chmod 700
HTTP request to bare IP address — common in malicious payloads
openclaw_knowledge.md · prose · downgraded · http://127.0.0.1
Uses exec() — may execute shell commands
scripts/collect-logs.sh · prose · downgraded · exec(
Opens WebSocket connection
scripts/collect-health.sh · prose · downgraded · websocket
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
Requires 3 system binaries. (1 elevated: curl).
Is this flag fair?
Thanks — recorded.