Caveat verdict
openclaw-cursor-agent
Skill for managing long-running Cursor CLI coding tasks through tmux sessions; no capabilities declared, content describes standard agent orchestration with tmux for persistent development tasks.
⚠ 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.
Findings (11)
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
docs/archive/WSL最终落地方案.md · code · curl https://cursor.com/install -fsS | bash
Pipe to bash — executes piped content as shell commands
docs/archive/WSL最终落地方案.md · code · | bash
Command substitution with curl — remote code execution
docs/LOCAL_SETUP_GUIDE.md · code · bash -c "$(curl
Pipe to sh — executes piped content as shell commands
docs/LOCAL_SETUP_GUIDE.md · code · | sh
References sudo — requests elevated privileges
docs/archive/WSL最终落地方案.md · code · sudo
Accesses OpenClaw config/secrets directly
docs/LOCAL_SETUP_GUIDE.md · code · ~/.openclaw/openclaw.json
HTTP request to bare IP address — common in malicious payloads
docs/LOCAL_SETUP_GUIDE.md · code · http://43.162.108.47
apt-get install — installs system packages
docs/archive/WSL最终落地方案.md · prose · downgraded · apt-get install
Changes file ownership
docs/LOCAL_SETUP_GUIDE.md · code · chown
References child_process — can spawn system processes
extensions/openclaw-cursor-agent/index.js · prose · downgraded · child_process
Uses spawn() — can execute external programs
extensions/openclaw-cursor-agent/index.js · prose · downgraded · spawn(
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A/B/C/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.
Is this flag fair?
Thanks — recorded.