technical-blog-writing

Fail

Audited by Snyk on Mar 25, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.80). These are self-hosted installer endpoints (a curl | sh pattern, binaries served from dist.inference.sh with checksums hosted on the same domain) — which is convenient but risky because running a remote shell script and trusting checksums on the same uncontrolled domain can easily be used to distribute malware if the domain or content is compromised.

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.

Issues (3)

E005
CRITICAL

Suspicious download URL detected in skill instructions.

W011
MEDIUM

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

W012
MEDIUM

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

Audit Metadata
Risk Level
CRITICAL
Analyzed
Mar 25, 2026, 01:02 AM
Issues
3