og-image-design
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.70). These links include a direct "curl | sh" installer (https://cli.inference.sh) — a high‑risk distribution pattern unless the publisher is verified and the downloaded binary is validated (the presence of dist.inference.sh/checksums.txt lowers but does not eliminate risk); the og-image and page URLs are just static content and low risk on their own.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The Quick Start contains a direct install-and-execute command (curl -fsSL https://cli.inference.sh | sh) which fetches and runs remote install code (and pulls binaries from dist.inference.sh) that the skill depends on to run infsh apps, so remote code is executed at runtime.
Audit Metadata