agent-tools
Fail
Audited by Snyk on Aug 6, 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 uses a remote installer piped to sh (https://cli.inference.sh) and downloads binaries/manifests from dist.inference.sh — piping a remote install script and direct binary distribution from a third-party domain are high-risk vectors for malware distribution.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). The runtime workflow ingests outsider-authored free text via the CLI-provided
--inputinline JSON or input file when running an app (e.g., prompts/queries/text), which is not constrained to a first-party/trusted source.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The docs include an installer that pipes remote shell code into sh ("curl -fsSL https://cli.inference.sh | sh") and a manual install that downloads binaries/manifest from https://dist.inference.sh/cli/checksums.txt and https://dist.inference.sh/cli/manifest.json, which fetch and install remote executable code at setup time.
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