ClawAudit verdict

openclaw-omni-expert

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

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.

0
security
70
transparency
70
maintenance

Permission integrity

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (28)

Pattern match critical

Pipe to bash — executes piped content as shell commands

references/troubleshooting-guide.md · code · | bash

Pattern match critical

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

Pattern match critical

Possible hardcoded credential

references/troubleshooting-guide.md · code · API_KEY="your-api-key

Pattern match critical

Recursive delete from root or home — destructive command

references/troubleshooting-guide.md · code · rm -rf ~

Pattern match critical

Pipe to python — executes piped content as Python code

references/troubleshooting.md · code · | python3

Pattern match high

Accesses .ssh directory

SKILL.md · code · .ssh/

Pattern match high

References sudo — requests elevated privileges

references/desktop-remote-guide.md · code · sudo

Pattern match high

apt-get install — installs system packages

references/remote-support.md · code · apt-get install

Pattern match high

HTTP request to bare IP address — common in malicious payloads

references/remote-support.md · code · http://127.0.0.1

Pattern match high

yum install — installs system packages

references/troubleshooting-guide.md · code · yum install

Pattern match high

References SSH/GPG private keys

references/remote-support.md · code · ssh-key

Pattern match high

Accesses shell history/config

references/troubleshooting-guide.md · code · ~/.zshrc

Pattern match high

Accesses OpenClaw config/secrets directly

references/troubleshooting-guide.md · code · ~/.openclaw/openclaw.json

Pattern match high

References child_process — can spawn system processes

references/troubleshooting-guide.md · code · child_process

Pattern match high

Uses spawn() — can execute external programs

references/troubleshooting-guide.md · code · spawn (

Pattern match high

Instructs covert action — may act without user awareness

references/troubleshooting-guide.md · code · Silently

Pattern match high

Pipe to sh — executes piped content as shell commands

scripts/config_expert.py · prose · downgraded · | sh

Pattern match medium

References webhook/callback URL

references/monitoring-guide.md · code · webhook_url

Pattern match medium

Sets world-executable permissions

references/remote-support.md · code · chmod 700

Pattern match medium

Changes file ownership

references/system-requirements.md · code · chown

Pattern match medium

subprocess execution — runs system commands from Python

scripts/autopilot.py · prose · downgraded · subprocess.run(

Pattern match medium

subprocess with shell=True — command injection vector

scripts/env_check.py · prose · downgraded · subprocess.run( ["lspci", "|", "grep", "-i", "nvidia"],

Pattern match low

Opens WebSocket connection

references/intelligent-diagnosis-guide.md · prose · downgraded · WebSocket

Pattern match low

References agent configuration files

scripts/case_library.py · prose · downgraded · agent_config

Pattern match low

Python urllib.request — network access

scripts/diagnose.py · prose · downgraded · urllib.request

Pattern match low

Python os.environ.get — reads environment variable

scripts/expert_diagnose.py · prose · downgraded · os.environ.get(

Pattern match low

Python shutil file operation — copies/moves/deletes files

scripts/fix_issues.py · prose · downgraded · shutil.copy(

Pattern match low

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?

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