ln-030-vps-bootstrap

Fail

Audited by Snyk on May 5, 2026

Risk Level: HIGH
Full Analysis

HIGH W007: Insecure credential handling detected in skill instructions.

  • Insecure credential handling detected (high risk: 1.00). The prompt tells the operator to hand API keys/SSH keys/tokens to the LLM and explicitly instructs Claude to substitute those values into templates and generated commands/files (e.g. headers like --header "x-ref-api-key: ${REF_API_KEY}", rendered unit files, secrets.env), which requires the model to handle and output secret values verbatim.

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

  • Third-party content exposure detected (high risk: 0.90). The skill explicitly fetches and installs third‑party code and marketplace content (AGENT_SKILLS_REPO_URL / GitHub clone and Claude plugin marketplace in Step 5c) and ingests untrusted, user‑generated content at runtime via the dispatcher (references/dispatch.md — reading GitHub/GitLab issue bodies) and the Telegram relay-bot (Step 7c), all of which the agent is expected to read and act on, creating a clear avenue for indirect prompt injection.

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 creating a system user, installing packages, writing system-wide files (under /etc, /usr/local), adding systemd units, and running root/sudo commands over SSH, which directly modifies privileged machine state and requests privilege-escalated actions.

Issues (4)

W007
HIGH

Insecure credential handling 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
HIGH
Analyzed
May 5, 2026, 08:04 PM
Issues
4