logo-design-guide

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 point to a service-hosted install script and binary distribution (curl | sh and downloads from dist.inference.sh); while they use HTTPS and publish checksums, the installer pattern and unsigned/plaintext checksums on the same domain make it potentially unsafe and could be used to distribute malware if the site or host is compromised or malicious.

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.

Issues (2)

E005
CRITICAL

Suspicious download URL detected in skill instructions.

W012
MEDIUM

Unverifiable external dependency detected (runtime URL that controls agent).

Audit Metadata
Risk Level
CRITICAL
Analyzed
Mar 25, 2026, 01:01 AM
Issues
2