install-deps

Fail

Audited by Snyk on May 7, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.80). The link is to a direct installer shell script on astral.sh (likely the official "uv" installer), so while the domain appears legitimate and uses HTTPS, executing a remote .sh (curl | sh) is inherently risky — audit the script and confirm the vendor before running.

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

  • Potentially malicious external URL detected (high risk: 0.90). The skill runtime includes a command that would fetch and execute a remote install script via "curl -LsSf https://astral.sh/uv/install.sh | sh", which runs remote code to install the preferred "uv" tool that the plugin treats as a hard prerequisite for its venv workflow.

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

  • Attempt to modify system services in skill instructions detected (high risk: 0.90). The prompt instructs installing system-wide packages (e.g., "sudo apt install ...") and running external install scripts (curl | sh), which modify the host system and require elevated privileges, so it pushes the agent to change the machine state.

Issues (3)

E005
CRITICAL

Suspicious download URL detected in skill instructions.

W012
MEDIUM

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

W013
MEDIUM

Attempt to modify system services in skill instructions.

Audit Metadata
Risk Level
CRITICAL
Analyzed
May 7, 2026, 09:13 PM
Issues
3
Security Audit — snyk — install-deps