omega-cursor-cli

Warn

Audited by Snyk on Mar 2, 2026

Risk Level: MEDIUM
Full Analysis

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).

  • Potentially malicious external URL detected (high risk: 0.80). The skill explicitly invokes npx -y @cursor/agent at runtime (and documents npm install -g @cursor/agent), which will fetch and execute remote package code from the npm registry (e.g. https://registry.npmjs.org/@cursor/agent), so a remote dependency is executed at runtime and can directly control agent behavior.

MEDIUM W013: Attempt to modify system services in skill instructions.

  • Attempt to modify system services in skill instructions detected (medium risk: 0.60). The skill explicitly instructs headless, auto-approved execution (--yolo --trust) which bypasses workspace approval prompts and auto-authorizes tool calls that could perform destructive changes, even though it does not explicitly request sudo, create users, or edit system-level files.
Audit Metadata
Risk Level
MEDIUM
Analyzed
Mar 2, 2026, 04:33 AM