email-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.70). The links are potentially risky: they instruct running a remote install script (curl | sh) from an unverified domain (inference.sh) — a high-risk pattern — and although the provider exposes a dist subdomain and a checksums.txt (which is good hygiene), the domain and binaries are not widely known/verified and piping remote scripts remains unsafe; the yoursite.com/action URL is just a placeholder CTA and not an installer but could point anywhere.
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 fetches and executes a remote installer at runtime (and the installed CLI is then used to run remote apps), so https://cli.inference.sh is a runtime external dependency that executes remote code.
Audit Metadata