press-release-writing
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.70). These URLs point to a small, self‑hosted CLI download (remote shell installer plus hosted binaries and a checksums file) — not clearly malicious but using a curl | sh installer and self‑hosted executables/checksums is a risky distribution pattern that can be abused if the domain or files are compromised, so verify the script and signatures before running.
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