agent-tools
Fail
Audited by Snyk on Aug 12, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.80). The bundle includes a remote installer endpoint (https://cli.inference.sh) that the docs instruct users to curl and pipe to sh — a high-risk pattern for distributing arbitrary/executable code even if hosted on the project's domain.
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