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.80). These URLs are potentially high-risk because they instruct piping and executing a remote install script (curl | sh) that downloads platform binaries from dist.inference.sh—while SHA‑256 checksums are provided, they are hosted on the same domain (so a compromised site or supply‑chain attack could still deliver malware), and executing remotely fetched binaries without independent verification is inherently risky.

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

  • Potentially malicious external URL detected (high risk: 0.90). The Quick Start uses a runtime installation command that fetches and executes remote code via "curl -fsSL https://cli.inference.sh | sh" (which in turn downloads binaries from dist.inference.sh), and the skill's examples rely on the resulting infsh CLI as a required dependency.
Audit Metadata
Risk Level
CRITICAL
Analyzed
Feb 19, 2026, 07:57 PM