agent-tools
Fail
Audited by Snyk on Jul 23, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 1.00). These URLs include a remote installer (https://cli.inference.sh) that the docs instruct you to pipe directly to sh plus direct binary distribution endpoints (dist.inference.sh/cli/*), which are high-risk patterns for malware distribution unless you fully trust and verify the publisher and signatures.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill directly instructs running a remote installer via "curl -fsSL https://cli.inference.sh | sh" and fetching/executing binaries via https://dist.inference.sh/cli/manifest.json and https://dist.inference.sh/cli/checksums.txt, which fetches and executes remote code at runtime.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata