prompt-engineering
Fail
Audited by Snyk on Mar 27, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.75). These URLs point to a small/unfamiliar domain that offers an executable install script (curl https://cli.inference.sh | sh) and downloadable binaries — a risky distribution pattern because executing remote shell scripts and fetching binaries from a low‑reputation domain is dangerous even though a checksums.txt is provided on the same domain (which does not provide 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 a runtime command that pipes a remote installer to the shell ("curl -fsSL https://cli.inference.sh | sh") which executes remote code (and downloads binaries from https://dist.inference.sh) and is required for running the provided infsh commands.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata