press-release-writing

Fail

Audited by Snyk on Feb 19, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.70). The domain and subdomains (inference.sh / cli.inference.sh / dist.inference.sh) are not widely recognized, and the recommended "curl ... | sh" install pattern that fetches platform binaries from a private dist subdomain is a high-risk distribution method (even if HTTPS and a plain-text checksums.txt exist, checksums without signatures and piping install scripts are unsafe and could be used to deliver malware).

MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).

  • Third-party content exposure detected (high risk: 1.00). SKILL.md's "Research & Fact-Checking" section explicitly instructs running inference.sh search apps (e.g., "infsh app run tavily/search-assistant" and "infsh app run exa/search") to fetch and interpret open web search results for verification and context, which are untrusted third-party sources that the agent will read and that can materially influence its outputs.

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 (and fetch binaries from dist.inference.sh), which fetches and executes remote installer code at runtime and is presented as a required dependency for the skill's research/fact‑checking workflow, so it is flagged.
Audit Metadata
Risk Level
CRITICAL
Analyzed
Feb 19, 2026, 08:05 PM