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). These URLs include a remote installer URL that the docs instruct to pipe to sh (https://cli.inference.sh) plus direct binary distribution endpoints (dist.inference.sh manifest and checksums), which are high‑risk patterns for malware distribution unless the source is fully trusted and signatures/checksums are independently verified.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.75). The required workflow involves the CLI installer fetching and executing a remote shell script (
curl -fsSL https://cli.inference.sh | sh), which is outsider-authored free text from the public web and can be read/executed at runtime (indirect prompt-injection risk via arbitrary script behavior).
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 a remote installer (curl -fsSL https://cli.inference.sh | sh) and to download manifests/checksums from https://dist.inference.sh/cli/manifest.json and https://dist.inference.sh/cli/checksums.txt, which fetches and executes remote code at runtime.
Issues (3)
E005
CRITICALSuspicious download URL detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata