og-image-design
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.85). The presence of a remote installer (curl -fsSL https://cli.inference.sh | sh) that pulls platform-specific binaries from dist.inference.sh is a high-risk pattern (downloading+executing remote code) unless you can independently verify the domain's legitimacy and validate cryptographic signatures/checksums; the yoursite.com URLs are benign page/image assets but not themselves executable.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill's Quick Start directs running curl -fsSL https://cli.inference.sh | sh (which downloads and executes a remote install script and pulls binaries from dist.inference.sh), so https://cli.inference.sh (and its dist host) are runtime external dependencies that execute remote code.
Audit Metadata