email-design
Fail
Audited by Snyk on Mar 8, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.70). These URLs point to an unfamiliar/single-purpose domain that hosts a curl|sh installer and binaries/checksums (plus a generic CTA link) — a common distribution pattern for legitimate CLIs but inherently risky because piping remote scripts to sh and relying on self-hosted checksums on the same domain can be abused to deliver malware if the domain or supply chain is compromised.
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