logo-design-guide
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.80). These URLs point to an unfamiliar third‑party domain offering a downloadable CLI (via a "curl | sh" installer that fetches binaries from dist.inference.sh and a plain checksums.txt) — a distribution pattern that can deliver unsigned executables and is risky unless the provider is well‑known and releases are cryptographically signed and audited.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill instructs users to run "curl -fsSL https://cli.inference.sh | sh" which fetches and executes remote install code from https://cli.inference.sh (and pulls binaries from dist.inference.sh) at runtime and the skill relies on the resulting infsh CLI, so this is a direct remote-code execution dependency.
Audit Metadata