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.90). These are unverified third‑party domains and the skill explicitly instructs piping a remote install script (curl https://cli.inference.sh | sh), which executes unreviewed code from an unknown source — 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 skill's Quick Start requires running "curl -fsSL https://cli.inference.sh | sh", which fetches and immediately executes remote code from https://cli.inference.sh at runtime and is required for the infsh commands used throughout the skill.
Audit Metadata