customer-persona
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.70). The URLs point to a small/unfamiliar service that distributes CLI installers (including an install script piped via curl | sh) and hosts checksums on the same domain — a high-risk pattern because remote scripts/binaries can execute arbitrary code and checksums served from the same origin do not provide independent verification.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.90). The SKILL.md "Step 1: Research" explicitly instructs running commands like
infsh app run tavily/search-assistantandinfsh app run exa/searchto query public web/search results, which the agent is expected to read and use to build personas—so untrusted third‑party content can materially influence subsequent decisions and actions.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The Quick Start explicitly instructs running "curl -fsSL https://cli.inference.sh | sh" (which downloads and executes a remote installer and retrieves binaries from dist.inference.sh) and the skill's examples rely on that CLI at runtime, so this URL is a required runtime dependency that executes remote code.
Audit Metadata