infsh-cli
Fail
Audited by Snyk on Aug 17, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.90). These links point to a remote installer script (curl | sh) and the accompanying binary distribution endpoints — a high-risk pattern for executable distribution because it runs remote code and fetches binaries unless you fully trust and verify signatures/checksums.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill instructs users to run "curl -fsSL https://cli.inference.sh | sh" (and the manual install fetches binaries from https://dist.inference.sh) which fetches and executes remote installer code at runtime and is a required dependency for the CLI.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata