python-executor
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). The links are mostly to a single, not widely-known domain (inference.sh) that includes an instruction to pipe a remote installer (curl ... | sh) and to download binaries from dist.inference.sh — executing remote shell scripts and fetching unsigned/locally-verified binaries from an unfamiliar domain is a risky pattern that could distribute malware, even if other links like api.github.com or documentation pages are benign.
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