ai-automation-workflows
Fail
Audited by Snyk on Feb 19, 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 single, non-mainstream domain that provides a remote install script (curl | sh) and downloadable CLI binaries (with only a plaintext checksum), plus an external webhook endpoint—running an unsigned/weakly-signed remote shell installer and fetching binaries from an untrusted domain (and sending error payloads to an unknown webhook) are strong indicators of a potentially unsafe distribution vector.
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