python-executor
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.70). Most URLs point to documentation and assets on inference.sh (and harmless examples like example.com and api.github.com), but the skill explicitly instructs piping a remote install script (curl https://cli.inference.sh | sh) and downloading binaries from dist.inference.sh — a high-risk distribution pattern if the domain or binaries are untrusted.
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.
Issues (3)
E005
CRITICALSuspicious download URL detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata