ai-automation-workflows

Fail

Audited by Snyk on Feb 25, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.70). The URLs point to a coherent vendor domain (inference.sh) and non-executable assets, but the workflow recommends piping a remote install script (curl ... | sh) that then downloads binaries from a custom "dist" host — a common malware distribution pattern even if checksums are published — so without independent vendor verification this is potentially risky.

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
Risk Level
CRITICAL
Analyzed
Feb 25, 2026, 05:37 PM