python-executor
Fail
Audited by Snyk on Mar 20, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.80). The URLs point to a non-standard third‑party service that instructs users to run a remote shell script (curl ... | sh) and download platform binaries from its own dist subdomain — which, even over HTTPS with checksums, is a common vector for malware if the provider or its distribution channel is compromised or 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