email-design
Fail
Audited by Snyk on Mar 25, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.80). These URLs are moderately-high risk because the skill instructs piping a remote installer (curl | sh) and fetching platform binaries from non‑widely‑known domains (cli.inference.sh / dist.inference.sh) with checksums hosted on the same infrastructure (which can be tampered if the host is compromised); the CTA (yoursite.com/action) itself is harmless but does not mitigate the executable-install pattern.
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.
Issues (2)
E005
CRITICALSuspicious download URL detected in skill instructions.
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata