seo-content-brief
Fail
Audited by Snyk on Feb 25, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.90). They point to an unvetted third‑party domain that instructs users to curl | sh (execute a remote install script) and pull binaries from a dist subdomain — a high‑risk pattern because running remote scripts/binaries from unknown hosts can distribute malware even if a checksum file is present.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.90). This SKILL.md explicitly instructs fetching and analyzing top-ranking public URLs (see "SERP Analysis Process" Step 2:
infsh app run tavily/extract --input '{"urls": ["https://top-result-1.com/article", "https://top-result-2.com/article"]}'and related search commands), so the agent ingests untrusted, user-generated/open-web content that directly shapes its decisions and outputs, enabling indirect prompt injection.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill's Quick Start tells users to run a remote installer that is fetched and executed at runtime via "curl -fsSL https://cli.inference.sh | sh" (which then downloads binaries from dist.inference.sh), so this URL chain executes remote code and is required for the infsh commands the skill demonstrates.
Audit Metadata