AGENT LAB: SKILLS

content-repurposing

Fail

Audited by Snyk on Feb 19, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.90). These domains serve a third‑party CLI and the skill instructs piping https://cli.inference.sh into sh (curl | sh), which is an unverified remote script execution from an unfamiliar domain and is therefore a high‑risk vector for arbitrary/malicious code.

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

  • Potentially malicious external URL detected (high risk: 1.00). The skill's Quick Start instructs running "curl -fsSL https://cli.inference.sh | sh" which fetches and immediately executes remote shell code from https://cli.inference.sh as a required CLI dependency, so the URL directly controls code executed at runtime.
Audit Metadata
Risk Level
CRITICAL
Analyzed
Feb 19, 2026, 03:40 AM