AGENT LAB: SKILLS

product-changelog

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). High risk — the skill instructs piping a remote shell script (curl ... | sh) from an unvetted domain (inference.sh / cli.inference.sh), a common malware distribution pattern; while https://your-app.com/new-feature looks like a normal webpage placeholder, the remote install/run instruction makes the overall source untrusted without independent verification.

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

  • Potentially malicious external URL detected (high risk: 0.90). The Quick Start includes "curl -fsSL https://cli.inference.sh | sh", which fetches and executes remote installer code at runtime (https://cli.inference.sh) and is presented as the required CLI for running infsh app commands that submit prompts—so it executes remote code and enables remote prompt/control.
Audit Metadata
Risk Level
CRITICAL
Analyzed
Feb 19, 2026, 03:40 AM