cua-driver-rs
Fail
Audited by Snyk on Jul 8, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 1.00). These URLs include direct links to install scripts (.sh and .ps1) hosted on raw.githubusercontent.com and a GitHub releases direct-download of a PowerShell script, which are high-risk because executing remote scripts directly can deliver malware.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.75). SKILL.md’s runtime path includes
get_window_statereturningtree_markdown(AX/UIA/AT-SPI element labels) which is outsider-authored free text from the target application’s UI, and that text is fed into the agent’s LLM context for grounding.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The README instructs running remote install scripts that fetch-and-execute code at setup time (bash -c "$(curl -fsSL https://raw.githubusercontent.com/trycua/cua/main/libs/cua-driver/scripts/install.sh)" and irm https://raw.githubusercontent.com/trycua/cua/main/libs/cua-driver/scripts/install.ps1 | iex), which are runtime-installation steps that directly execute remote content required to obtain the
cua-driverdependency used by the skill.
Issues (3)
E005
CRITICALSuspicious download URL detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata