Caveat verdict

openclaw-remote-install

45
🟠 Risky
Significant risk patterns flagged — automated deep scan, not behavioral proof.

Automates OpenClaw deployment to remote servers via SSH using user-supplied credentials passed as script arguments; while a legitimate DevOps use case, broad credential access and remote code execution across arbitrary hosts warrants scrutiny.

⚠ 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.

0
security
60
transparency
90
maintenance

Findings (9)

Pattern match critical

Possible hardcoded credential

SKILL.md · code · API_KEY="sk-ant-...

Pattern match high

Accesses .ssh directory

SKILL.md · code · .ssh/

Pattern match high

Pipe-to-shell pattern (curl | sh) — supply chain attack vector

scripts/install_openclaw_remote.sh · prose · downgraded · curl -fsSL https://get.docker.com | sh

Pattern match high

Pipe to sh — executes piped content as shell commands

scripts/install_openclaw_remote.sh · prose · downgraded · | sh

Pattern match high

Pipe to bash — executes piped content as shell commands

scripts/install_openclaw_remote.sh · prose · downgraded · | bash

Pattern match medium

subprocess execution — runs system commands from Python

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

Pattern match medium

subprocess with shell=True — command injection vector

scripts/configure_openclaw_remote.py · prose · downgraded · subprocess.run( full_cmd, shell=True

Pattern match medium

apt-get install — installs system packages

scripts/install_openclaw_remote.sh · prose · downgraded · apt-get install

Pattern match medium

apk add — installs Alpine packages

scripts/install_openclaw_remote.sh · prose · downgraded · apk add

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class A/D). 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.

network_incredential_accesscredential_store

Is this flag fair?

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