setup

Fail

Audited by Snyk on Jul 19, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 1.00). Suspicious: the skill instructs piping a remote shell script from a third-party domain (astral.sh) directly to sh, which is a high‑risk pattern for distributing malware unless the source is fully trusted and verified.

MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).

  • Third-party content exposure detected (high risk: 0.75). The required workflow runs bash setup.sh, which “scrapes Jeff's channel” and “loads the videos,” so the LLM context is likely fed outsider-authored free text from public web content fetched at runtime (Jeff’s channel pages/video metadata) via the scraping step.

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

  • Potentially malicious external URL detected (high risk: 1.00). The setup explicitly runs a remote install script at runtime with "curl -LsSf https://astral.sh/uv/install.sh | sh", which fetches and executes remote code and is required for the install step.

Issues (3)

E005
CRITICAL

Suspicious download URL detected in skill instructions.

W011
MEDIUM

Third-party content exposure detected (indirect prompt injection risk).

W012
MEDIUM

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

Audit Metadata
Risk Level
CRITICAL
Analyzed
Jul 19, 2026, 12:09 PM
Issues
3
Security Audit — snyk — setup