ClawAudit verdict

openclaw-doctor-pro

88
🟢 Trusted
Low risk — reviewed by ClawAudit, behavior matches stated purpose

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.

0
security
100
transparency
90
maintenance

Findings (16)

Pattern match critical

Possible hardcoded credential

references/channel-errors.md · code · Token: "${TELEGRAM_BOT_TOKEN}

Pattern match critical

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

Pattern match critical

Pipe to bash — executes piped content as shell commands

references/installation-errors.md · code · | bash

Pattern match critical

Pipe to sh — executes piped content as shell commands

references/installation-errors.md · code · | sh

Pattern match critical

Command substitution with curl — remote code execution

references/installation-errors.md · code · bash -c "$(curl

Pattern match critical

Recursive delete from root or home — destructive command

references/installation-errors.md · code · rm -rf ~

Pattern match high

References sudo — requests elevated privileges

references/authentication-errors.md · code · sudo

Pattern match high

Accesses shell history/config

references/auto-fix-capabilities.md · code · ~/.zshrc

Pattern match high

HTTP request to bare IP address — common in malicious payloads

references/gateway-errors.md · code · http://127.0.0.1

Pattern match high

apt-get install — installs system packages

references/installation-errors.md · code · apt-get install

Pattern match medium

References webhook/callback URL

references/channel-errors.md · code · webhookUrl

Pattern match medium

Changes file ownership

references/installation-errors.md · code · chown

Pattern match medium

Sets world-executable permissions

references/sandbox-errors.md · code · chmod 755

Pattern match medium

subprocess execution — runs system commands from Python

scripts/lib/clawhub_client.py · prose · downgraded · subprocess.run(

Pattern match low

Opens WebSocket connection

references/rate-limiting-errors.md · prose · downgraded · WebSocket

Pattern match low

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?

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