Caveat verdict

openclaw-cursor-agent

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

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.

0
security
90
transparency
70
maintenance

Findings (11)

Pattern match critical

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

docs/archive/WSL最终落地方案.md · code · curl https://cursor.com/install -fsS | bash

Pattern match critical

Pipe to bash — executes piped content as shell commands

docs/archive/WSL最终落地方案.md · code · | bash

Pattern match critical

Command substitution with curl — remote code execution

docs/LOCAL_SETUP_GUIDE.md · code · bash -c "$(curl

Pattern match critical

Pipe to sh — executes piped content as shell commands

docs/LOCAL_SETUP_GUIDE.md · code · | sh

Pattern match high

References sudo — requests elevated privileges

docs/archive/WSL最终落地方案.md · code · sudo

Pattern match high

Accesses OpenClaw config/secrets directly

docs/LOCAL_SETUP_GUIDE.md · code · ~/.openclaw/openclaw.json

Pattern match high

HTTP request to bare IP address — common in malicious payloads

docs/LOCAL_SETUP_GUIDE.md · code · http://43.162.108.47

Pattern match medium

apt-get install — installs system packages

docs/archive/WSL最终落地方案.md · prose · downgraded · apt-get install

Pattern match medium

Changes file ownership

docs/LOCAL_SETUP_GUIDE.md · code · chown

Pattern match medium

References child_process — can spawn system processes

extensions/openclaw-cursor-agent/index.js · prose · downgraded · child_process

Pattern match medium

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?

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