llm-wiki

Fail

Audited by Snyk on Sep 8, 2026

Risk Level: HIGH
Full Analysis

HIGH W007: Insecure credential handling detected in skill instructions.

  • Insecure credential handling detected (high risk: 1.00). The skill prompt instructs the agent to ask the user for their Obsidian account email and password, and then execute a command embedding the plain-text password (ob login --email <email> --password '<password>'). This requires the LLM to handle user passwords directly in its output/commands.

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

  • Third-party content exposure detected (low risk: 0.10). The workflow ingests web pages and PDFs via web_extract when processing user-provided sources into the wiki.

MEDIUM W013: Attempt to modify system services in skill instructions.

  • Attempt to modify system services in skill instructions detected (high risk: 1.00). The skill prompt instructs the agent to run sudo loginctl enable-linger $USER, which specifically requires sudo privileges to modify system-level user lingering state.

Issues (3)

W007
HIGH

Insecure credential handling detected in skill instructions.

W011
MEDIUM

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

W013
MEDIUM

Attempt to modify system services in skill instructions.

Audit Metadata
Risk Level
HIGH
Analyzed
Sep 8, 2026, 07:00 PM
Issues
3
Security Audit — snyk — llm-wiki