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).


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
CRITICAL

Suspicious download URL detected in skill instructions.

E006
CRITICAL

Malicious code pattern detected in skill scripts.

W011
MEDIUM

Third-party content exposure detected (indirect prompt injection risk).

W012
MEDIUM

Unverifiable external dependency detected (runtime URL that controls agent).

W013
MEDIUM

Attempt to modify system services in skill instructions.

Audit Metadata
Risk Level
CRITICAL
Analyzed
Apr 20, 2026, 06:16 AM
Issues
5
Security Audit — snyk — interp-path