Caveat verdict

cursor-cloud-agents

45
🟠 Risky
Significant risk patterns flagged — automated deep scan, not behavioral proof.

The skill explicitly declares it reads CURSOR_API_KEY from ~/.openclaw/.env, ~/.openclaw/.env.local, .env, and ~/.cursor/config.json and caches credentials at ~/.cache/cursor-api/ without encryption; while the functionality (dispatching coding tasks to Cursor cloud) is legitimate, the broad multi-file credential harvesting and unencrypted local caching of secrets constitutes genuine risk.

⚠ 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
70
maintenance

Findings (7)

Pattern match critical

Possible hardcoded credential

README.md · code · API_KEY="your_cursor_api_key_here

Pattern match high

Accesses OpenClaw config/secrets directly

SKILL.md · frontmatter · ~/.openclaw/.env

Pattern match high

Accesses shell history/config

README.md · code · ~/.zshrc

Pattern match medium

Accesses sensitive environment variables

references/api-reference.md · code · process.env.CURSOR_API_KEY

Pattern match medium

POSTs data to external URL

references/api-reference.md · code · .post( 'https://

Pattern match medium

apt-get install — installs system packages

tests/run-tests.sh · prose · downgraded · apt-get install

Pattern match low

Makes HTTP request to external URL

references/api-reference.md · code · fetch('https://

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class B). 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.

credential_access

Is this flag fair?

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