uv-ruff-python-tools

Warn

Audited by Snyk on Mar 7, 2026

Risk Level: MEDIUM
Full Analysis

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

  • Potentially malicious external URL detected (high risk: 1.00). The skill includes explicit runtime commands that fetch and execute remote installer scripts (curl -LsSf https://astral.sh/uv/install.sh | sh and powershell "irm https://astral.sh/uv/install.ps1 | iex"), which the skill recommends as the required way to install uv and therefore directly executes remote code.

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 includes instructions that bypass security protections (PowerShell -ExecutionPolicy ByPass and curl | sh installer) and directs installation of system-level tools that modify machine state, though it does not explicitly request creating users or using sudo.
Audit Metadata
Risk Level
MEDIUM
Analyzed
Mar 7, 2026, 12:51 AM