Caveat verdict
agent-deployment
xiaozhua-agent-deployment
The deployment instructions explicitly use `curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash` which executes remotely fetched code, a known supply-chain risk even when the source is a well-known project.
⚠ 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
network_out
package_install
Findings (5)
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
SKILL.md · code · curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
Pipe to bash — executes piped content as shell commands
SKILL.md · code · | bash
References sudo — requests elevated privileges
SKILL.md · code · sudo
Accesses OpenClaw config/secrets directly
SKILL.md · code · ~/.openclaw/openclaw.json
HTTP request to bare IP address — common in malicious payloads
SKILL.md · prose · downgraded · http://127.0.0.1
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A). 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_outpackage_install Is this flag fair?
Thanks — recorded.