Caveat verdict
openclaw
openclaw-agent-skill
OpenClaw documentation reference skill that reads official docs from local docs/ folder; no capabilities declared and the content is entirely documentation routing with no suspicious behavior.
⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.
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.
Findings (21)
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
docs/02-installation.md · code · curl -fsSL --proto '=https' --tlsv1.2 https://openclaw.ai/install.sh | bash
Pipe to bash — executes piped content as shell commands
docs/02-installation.md · code · | bash
Recursive delete from root or home — destructive command
docs/02-installation.md · code · rm -rf ~
Possible hardcoded credential
docs/05-providers.md · code · API_KEY="vapi_xxxxxxxxxxxx
Pipe to sh — executes piped content as shell commands
docs/13-deploy.md · code · | sh
Command substitution with curl — remote code execution
docs/13-deploy.md · code · bash -c "$(curl
References sudo — requests elevated privileges
docs/02-installation.md · code · sudo
HTTP request to bare IP address — common in malicious payloads
docs/02-installation.md · code · http://127.0.0.1
Accesses OpenClaw config/secrets directly
docs/13-deploy.md · code · ~/.openclaw/openclaw.json
Accesses shell history/config
docs/02-installation.md · code · ~/.zshrc
apt-get install — installs system packages
docs/02-installation.md · code · apt-get install
Dynamic import() — loads module at runtime
docs/07-automation.md · code · import('
Accesses system credential store
docs/10-platforms-macos.md · code · keychain
Opens WebSocket connection
docs/13-deploy.md · code · Websocket
Changes file ownership
docs/02-installation.md · code · chown
setuid — privilege escalation mechanism
docs/02-installation.md · prose · downgraded · setuid
References agent memory files
docs/20-experiments.md · code · memory.md
Instructs covert action — may act without user awareness
docs/05-providers.md · prose · downgraded · silently
References tunneling service
docs/08-plugins.md · code · ngrok
Popular HTTP library — network access
docs/10-platforms-macos.md · prose · downgraded · got
Sets world-executable permissions
docs/13-deploy.md · prose · downgraded · chmod 700
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A/B/C/E/F). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
No declared permissions — minimal attack surface.
Is this flag fair?
Thanks — recorded.