ClawAudit verdict
openclaw-omni-expert
Comprehensive OpenClaw expert system with remote desktop automation capabilities; capabilities are user-directed for remote control and are consistent with the stated all-in-one configuration and automation 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.
Permission integrity
package_install
Findings (28)
Pipe to bash — executes piped content as shell commands
references/troubleshooting-guide.md · code · | bash
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
references/troubleshooting-guide.md · code · curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
Possible hardcoded credential
references/troubleshooting-guide.md · code · API_KEY="your-api-key
Recursive delete from root or home — destructive command
references/troubleshooting-guide.md · code · rm -rf ~
Pipe to python — executes piped content as Python code
references/troubleshooting.md · code · | python3
Accesses .ssh directory
SKILL.md · code · .ssh/
References sudo — requests elevated privileges
references/desktop-remote-guide.md · code · sudo
apt-get install — installs system packages
references/remote-support.md · code · apt-get install
HTTP request to bare IP address — common in malicious payloads
references/remote-support.md · code · http://127.0.0.1
yum install — installs system packages
references/troubleshooting-guide.md · code · yum install
References SSH/GPG private keys
references/remote-support.md · code · ssh-key
Accesses shell history/config
references/troubleshooting-guide.md · code · ~/.zshrc
Accesses OpenClaw config/secrets directly
references/troubleshooting-guide.md · code · ~/.openclaw/openclaw.json
References child_process — can spawn system processes
references/troubleshooting-guide.md · code · child_process
Uses spawn() — can execute external programs
references/troubleshooting-guide.md · code · spawn (
Instructs covert action — may act without user awareness
references/troubleshooting-guide.md · code · Silently
Pipe to sh — executes piped content as shell commands
scripts/config_expert.py · prose · downgraded · | sh
References webhook/callback URL
references/monitoring-guide.md · code · webhook_url
Sets world-executable permissions
references/remote-support.md · code · chmod 700
Changes file ownership
references/system-requirements.md · code · chown
subprocess execution — runs system commands from Python
scripts/autopilot.py · prose · downgraded · subprocess.run(
subprocess with shell=True — command injection vector
scripts/env_check.py · prose · downgraded · subprocess.run(
["lspci", "|", "grep", "-i", "nvidia"],
Opens WebSocket connection
references/intelligent-diagnosis-guide.md · prose · downgraded · WebSocket
References agent configuration files
scripts/case_library.py · prose · downgraded · agent_config
Python urllib.request — network access
scripts/diagnose.py · prose · downgraded · urllib.request
Python os.environ.get — reads environment variable
scripts/expert_diagnose.py · prose · downgraded · os.environ.get(
Python shutil file operation — copies/moves/deletes files
scripts/fix_issues.py · prose · downgraded · shutil.copy(
Python os.getenv — reads environment variable
scripts/vision_recognition.py · prose · downgraded · os.getenv(
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A/B/C/D/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.
package_installcredential_store Is this flag fair?
Thanks — recorded.