infsh-cli
Warn
Audited by Snyk on Jul 7, 2026
Risk Level: MEDIUM
Full Analysis
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's install instructions explicitly run a remote shell script via "curl -fsSL https://cli.inference.sh | sh" (and the manual install fetches https://dist.inference.sh/cli/manifest.json), which fetches and executes remote code during setup and is required to use the CLI.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata