ClawAudit verdict
openclaw-course
OpenClaw Masterclass course reference skill that routes queries to local documentation files; no capabilities declared, content is a pure documentation index 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. ClawAudit flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
Findings (20)
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
references/01-FOUNDATIONS.md · code · curl -fsSL https://openclaw.ai/install.sh | bash
Pipe to bash — executes piped content as shell commands
references/01-FOUNDATIONS.md · code · | bash
Possible hardcoded credential
references/01-FOUNDATIONS.md · code · Token: "123456:ABCDEF...
Recursive delete from root or home — destructive command
references/01-FOUNDATIONS.md · code · rm -rf ~
Pipe to sh — executes piped content as shell commands
references/04-CONTEXT-AND-COSTS.md · code · | sh
Accesses sensitive system files
references/06-SECURITY.md · code · /etc/passwd
References sudo — requests elevated privileges
references/01-FOUNDATIONS.md · code · sudo
apt-get install — installs system packages
references/01-FOUNDATIONS.md · code · apt-get install
Accesses OpenClaw config/secrets directly
references/01-FOUNDATIONS.md · code · ~/.openclaw/openclaw.json
Uses exec() — may execute shell commands
references/03-LOCAL-POWER.md · code · exec(
Downloads executables from external URLs
references/04-CONTEXT-AND-COSTS.md · code · download from https://
References SSH/GPG private keys
references/06-SECURITY.md · code · ssh-key
Accesses .ssh directory
references/05-VPS-EMPLOYEE.md · code · .ssh/
Pipe to python — executes piped content as Python code
references/07-SKILLS-AND-FUTURE.md · prose · downgraded · | Python
HTTP request to bare IP address — common in malicious payloads
references/01-FOUNDATIONS.md · prose · downgraded · http://127.0.0.1
References webhook/callback URL
references/01-FOUNDATIONS.md · code · webhookUrl
Sets world-executable permissions
references/01-FOUNDATIONS.md · code · chmod 700
Changes file ownership
references/01-FOUNDATIONS.md · code · chown
References agent memory files
references/02-THE-SOUL-ARCHITECTURE.md · code · MEMORY.md
Opens WebSocket connection
references/01-FOUNDATIONS.md · prose · downgraded · WebSocket
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A/B/C/E). 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.