character-design-sheet
Fail
Audited by Snyk on Feb 21, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.90). These endpoints serve a remote install script (curl ... | sh) from an unfamiliar domain (inference.sh/cli.inference.sh); executing unreviewed shell scripts from an untrusted/unknown host is a high-risk vector for malware/backdoors.
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 downloads and executes remote installer code from https://cli.inference.sh and the skill's runtime commands depend on the installed infsh CLI, so this is a required external dependency that executes remote code.
Audit Metadata