Caveat verdict
openclaw-connect-node
Distributed execution node connecting to a user-specified Hub via WebSocket; credentials are node identity tokens explicitly configured by the user for their own hub infrastructure.
⚠ 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.
Permission integrity
package_install
Findings (15)
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
install-node.sh · prose · downgraded · curl -fsSL https://deb.nodesource.com/setup_22.x | bash
Pipe to bash — executes piped content as shell commands
install-node.sh · prose · downgraded · | bash
Pipe-to-python pattern — remote code execution risk
install-node.sh · prose · downgraded · curl -s "http://localhost:${PORT}/health" 2>/dev/null | python
Pipe to python — executes piped content as Python code
install-node.sh · prose · downgraded · | python3
Possible hardcoded credential
server/src/index.ts · prose · downgraded · Token: '***HIDDEN***
Opens WebSocket connection
SKILL.md · code · WebSocket
Dynamic import() — loads module at runtime
frontend/tailwind.config.js · prose · downgraded · import('
References sudo — requests elevated privileges
install-node.sh · prose · downgraded · sudo
apt-get install — installs system packages
install-node.sh · prose · downgraded · apt-get install
yum install — installs system packages
install-node.sh · prose · downgraded · yum install
References child_process — can spawn system processes
server/src/index.ts · prose · downgraded · child_process
HTTP request to bare IP address — common in malicious payloads
server/src/index.ts · prose · downgraded · http://127.0.0.1
Popular HTTP library — network access
frontend/package.json · prose · downgraded · axios
Accesses sensitive environment variables
server/src/index.ts · prose · downgraded · process.env.NODE_APP_KEY
References agent memory files
server/src/index.ts · prose · downgraded · MEMORY.md
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_inpackage_install Is this flag fair?
Thanks — recorded.