pitch-deck-visuals
Fail
Audited by Snyk on Mar 18, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.90). Suspicious: both URLs point to an untrusted .sh domain and the skill explicitly instructs "curl ... | sh" from https://cli.inference.sh — a high-risk pattern because piping and executing a remote shell script runs unreviewed code that can install malware or backdoors.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The Quick Start instructs running "curl -fsSL https://cli.inference.sh | sh", which fetches and executes remote code from https://cli.inference.sh at runtime and is required to obtain the infsh CLI used throughout the skill, so this is a high-risk external dependency.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata