pitch-deck-visuals
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.85). These URLs point to an unfamiliar third‑party site that instructs users to curl | sh an installer which fetches binaries from a "dist" subdomain — checksums are provided but not evidently signed — so running remote scripts and unsigned executables from an untrusted domain is a high-risk pattern for malware distribution.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The Quick Start instructs running curl -fsSL https://cli.inference.sh | sh (which downloads and executes a remote install script and pulls binaries from dist.inference.sh) and the skill then relies on that infsh CLI to run apps that execute code, so this is a runtime dependency that fetches and runs remote code (https://cli.inference.sh, https://dist.inference.sh).
Audit Metadata