python-executor

Fail

Audited by Snyk on Mar 4, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.70). Mostly pointing to a single third‑party domain (inference.sh) that distributes a CLI via a curl | sh installer and downloadable binaries (with checksums provided) — while documentation, checksum files and GitHub API links are benign signs, piping a shell installer and fetching binaries from an untrusted third‑party domain is a nontrivial attack vector and thus a moderate–high risk.

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

  • Third-party content exposure detected (high risk: 0.90). SKILL.md explicitly shows and instructs running Python that fetches and parses arbitrary public web content/APIs (e.g., the "Web Scraping" example requests https://example.com and the "API Calls" example hits https://api.github.com), so untrusted third-party content can be ingested and influence execution.

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

  • Potentially malicious external URL detected (high risk: 0.90). The Quick Start instructs running "curl -fsSL https://cli.inference.sh | sh" (which downloads and executes remote installer code from https://cli.inference.sh and subsequent binaries from dist.inference.sh), so the skill relies on fetching and executing remote code as a required dependency.
Audit Metadata
Risk Level
CRITICAL
Analyzed
Mar 4, 2026, 10:41 AM