python-executor
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.70). Most URLs are concentrated on inference.sh (installer script, binary distribution and checksums) which appears legitimate but instructs piping a remote installer (.sh) and downloading binaries from a non-major-vendor domain — a potentially risky distribution pattern unless you verify checksums and provenance; the other links (example.com, api.github.com example, image) are benign examples.
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