pitch-deck-visuals

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 are self-hosted installer endpoints that instruct users to curl | sh and pull platform binaries from a same-domain "dist" host with only an unsigned checksums.txt — a high-risk pattern because it executes remote code and could deliver malware if the domain/installer is compromised or malicious.

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
Risk Level
CRITICAL
Analyzed
Feb 19, 2026, 09:16 PM