infsh-cli
Fail
Audited by Snyk on Jul 10, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.90). The package installation flow includes a remote shell installer piped directly to sh (https://cli.inference.sh) and direct binary distribution files on dist.inference.sh (checksums/manifest), which are high‑risk patterns for distributing malware even if they appear to be from the same project domain.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill includes an installer that executes remote code via "curl -fsSL https://cli.inference.sh | sh" (and related downloads from https://dist.inference.sh/cli/*), which fetches and runs external code at runtime, so these URLs are runtime dependencies that can execute code.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata