technical-blog-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.80). These domains are not widely recognized and the workflow instructs piping https://cli.inference.sh into sh to fetch platform-specific binaries from dist.inference.sh (a high-risk "curl | sh" pattern) — the presence of a checksums.txt helps but does not eliminate risk unless you verify checksums out-of-band against a trusted source.

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

  • Third-party content exposure detected (high risk: 0.80). The SKILL.md Quick Start explicitly instructs using the CLI search app (infsh app run exa/search) to "Research topic depth", which implies fetching and ingesting open web/search results (untrusted third‑party content) that the agent is expected to read and that could materially influence writing decisions.

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).

  • Potentially malicious external URL detected (high risk: 1.00). The skill instructs installing and using the inference.sh CLI via "curl -fsSL https://cli.inference.sh | sh" and then running remote apps (e.g., infsh app run infsh/python-executor) which execute arbitrary code / control agent behavior, so https://cli.inference.sh is a runtime dependency that executes remote code.
Audit Metadata
Risk Level
CRITICAL
Analyzed
Feb 19, 2026, 07:39 PM