Caveat verdict

openclaw-connect-node

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

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.

0
security
60
transparency
80
maintenance

Permission integrity

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (15)

Pattern match high

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

Pattern match high

Pipe to bash — executes piped content as shell commands

install-node.sh · prose · downgraded · | bash

Pattern match high

Pipe-to-python pattern — remote code execution risk

install-node.sh · prose · downgraded · curl -s "http://localhost:${PORT}/health" 2>/dev/null | python

Pattern match high

Pipe to python — executes piped content as Python code

install-node.sh · prose · downgraded · | python3

Pattern match high

Possible hardcoded credential

server/src/index.ts · prose · downgraded · Token: '***HIDDEN***

Pattern match medium

Opens WebSocket connection

SKILL.md · code · WebSocket

Pattern match medium

Dynamic import() — loads module at runtime

frontend/tailwind.config.js · prose · downgraded · import('

Pattern match medium

References sudo — requests elevated privileges

install-node.sh · prose · downgraded · sudo

Pattern match medium

apt-get install — installs system packages

install-node.sh · prose · downgraded · apt-get install

Pattern match medium

yum install — installs system packages

install-node.sh · prose · downgraded · yum install

Pattern match medium

References child_process — can spawn system processes

server/src/index.ts · prose · downgraded · child_process

Pattern match medium

HTTP request to bare IP address — common in malicious payloads

server/src/index.ts · prose · downgraded · http://127.0.0.1

Pattern match low

Popular HTTP library — network access

frontend/package.json · prose · downgraded · axios

Pattern match low

Accesses sensitive environment variables

server/src/index.ts · prose · downgraded · process.env.NODE_APP_KEY

Pattern match low

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?

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