test-node-cli

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.70). Although raw.githubusercontent.com is a legitimate GitHub CDN and "okx" appears to be an established organization, this is a direct link to an install.sh shell script — piping/running such scripts without inspecting them is a high-risk distribution vector that could deliver malware.

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

  • Third-party content exposure detected (high risk: 0.80). The skill invokes a third‑party CLI and installer from public sources—SKILL.md instructs curling and running https://raw.githubusercontent.com/okx/onchainos-skills/main/install.sh and src/main.ts executes "onchainos token price ETH" and prints/parses its output—so untrusted, public content can be ingested and influence the agent's responses.

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 (low risk: 0.30). The prompt instructs running an external installer via curl | sh which executes remote code and can change the machine state, but it does not request sudo, creation of users, or modification of privileged system files, so the risk is present but limited.

Issues (4)

E005
CRITICAL

Suspicious download URL detected in skill instructions.

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 5, 2026, 12:43 PM
Issues
4