ai-automation-workflows
Fail
Audited by Snyk on Mar 25, 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 a third‑party domain that instructs users to execute a remote "curl | sh" installer and download matching binaries from a dist subdomain (with webhook/error endpoints), which is a common and risky pattern for distributing malware if the domain or its assets are untrusted or compromised.
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.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata