nodetool

Fail

Audited by Snyk on May 14, 2026

Risk Level: CRITICAL
Full Analysis

HIGH W007: Insecure credential handling detected in skill instructions.

  • Insecure credential handling detected (high risk: 0.90). The prompt includes examples that pass auth tokens/secrets directly in command-line arguments and stdin JSON (e.g., --auth-token "my_auth_token", echo '{"auth_token":"token"}' | ...), which would require the agent to embed secret values verbatim into generated commands/outputs and thus poses high exfiltration risk.

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.90). Both URLs point to raw install scripts (.sh and .ps1) intended to be piped to a shell/PowerShell — a pattern that can execute arbitrary commands from the remote repo (even if hosted on raw.githubusercontent.com), so unless you verify the repository/authenticity and inspect the scripts first, this is high risk.

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

  • Third-party content exposure detected (high risk: 0.70). The skill's documentation and CLI include explicit runtime commands that fetch and load third‑party, user‑hosted artifacts—e.g., "nodetool admin download-hf <model_name>" and "nodetool admin download-ollama" for HuggingFace/Ollama models and the install instructions that curl a script from raw.githubusercontent.com—so untrusted external content can be ingested and materially influence model behavior.

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

Issues (4)

W007
HIGH

Insecure credential handling detected in skill instructions.

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

Audit Metadata
Risk Level
CRITICAL
Analyzed
May 14, 2026, 12:14 AM
Issues
4
Security Audit — snyk — nodetool