pitch-deck-visuals
Fail
Audited by Snyk on Mar 27, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.80). Potentially suspicious: the install flow pipes a remote script (curl | sh) from an unrecognized domain and hosts binaries/checksums on private subdomains—this pattern can distribute malware unless you inspect the script and verify cryptographic signatures from a trusted source.
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).
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata