ai-automation-workflows
Fail
Audited by Snyk on Mar 4, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.80). These URLs point to an unfamiliar single-domain distribution (cli.inference.sh + dist.inference.sh) that instructs users to execute a remote install script (curl | sh) and download binaries verified only by plain checksums, plus a generic webhook endpoint — a combination that is higher-risk because piping remote shell scripts and fetching unsigned/uncertain binaries from an untrusted domain can be used to distribute malware or exfiltrate data.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The Quick Start runs "curl -fsSL https://cli.inference.sh | sh" (which downloads/executes a remote installer and fetches binaries from dist.inference.sh), so the skill depends at runtime on executing remote code from https://cli.inference.sh (and https://dist.inference.sh) to provide the required infsh CLI.
Audit Metadata