ClawAudit verdict
openclaw-doctor-pro
Diagnostic and health-check skill running local Python scripts for error analysis and skill recommendations; no network exfiltration, all commands operate on local OpenClaw data.
⚠ 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 (16)
Possible hardcoded credential
references/channel-errors.md · code · Token: "${TELEGRAM_BOT_TOKEN}
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
references/installation-errors.md · code · curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
Pipe to bash — executes piped content as shell commands
references/installation-errors.md · code · | bash
Pipe to sh — executes piped content as shell commands
references/installation-errors.md · code · | sh
Command substitution with curl — remote code execution
references/installation-errors.md · code · bash -c "$(curl
Recursive delete from root or home — destructive command
references/installation-errors.md · code · rm -rf ~
References sudo — requests elevated privileges
references/authentication-errors.md · code · sudo
Accesses shell history/config
references/auto-fix-capabilities.md · code · ~/.zshrc
HTTP request to bare IP address — common in malicious payloads
references/gateway-errors.md · code · http://127.0.0.1
apt-get install — installs system packages
references/installation-errors.md · code · apt-get install
References webhook/callback URL
references/channel-errors.md · code · webhookUrl
Changes file ownership
references/installation-errors.md · code · chown
Sets world-executable permissions
references/sandbox-errors.md · code · chmod 755
subprocess execution — runs system commands from Python
scripts/lib/clawhub_client.py · prose · downgraded · subprocess.run(
Opens WebSocket connection
references/rate-limiting-errors.md · prose · downgraded · WebSocket
Python os.getenv — reads environment variable
scripts/lib/notification_hooks.py · prose · downgraded · os.getenv(
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A/B/C/D/F). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
Requires 1 system binary.
Is this flag fair?
Thanks — recorded.