seo-content-brief
Fail
Audited by Snyk on Mar 8, 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 include an install script (cli.inference.sh) that pipes remote shell code and pulls platform binaries from dist.inference.sh — a common vector for distributing executables; although a checksums.txt is provided, without an independently verifiable signature or a well-known trusted vendor this is a moderate-to-high risk (the top-result-* URLs look like placeholder article pages and are not direct downloads).
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