test-pure-skill

Fail

Audited by Snyk on Apr 5, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.90). This is a direct raw.githubusercontent.com link to an install.sh shell script (used with curl | sh), which is inherently high-risk because executing remote scripts without inspection can deliver malware even if hosted on GitHub; verify the repository owner and inspect/sign the script before running.

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 (medium risk: 0.60). The prompt instructs running a remote install script via "curl ... | sh", which directs the agent/user to execute a downloaded installer that can modify the host system (even if it doesn't explicitly request sudo), so it can compromise machine state.

Issues (3)

E005
CRITICAL

Suspicious download URL detected in skill instructions.

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 5, 2026, 12:42 PM
Issues
3