local-ai-use

Fail

Audited by Snyk on Aug 26, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E004: Prompt injection detected in skill instructions.

  • Potential prompt injection detected (medium risk: 0.30). This skill persistently steers agents to route multimodal calls (images, TTS, STT) to a local Lemonade Server — including auto-installing/configuring the server and writing a permanent AGENTS.md routing rule that enforces local endpoints even when not explicitly requested — which is suspicious steering that weakens agent/user boundaries without clear malicious intent.

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

  • Third-party content exposure detected (low risk: 0.10). The runtime workflow only ingests user-authored text from the chat prompt (to generate prompt/TTS input/STT transcription targets) and then sends it as request bodies to the local Lemonade endpoints; it does not read from any outsider-authored queue/feed/source without selecting a user-provided item first.

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 skill instructs the agent to install and manage a system daemon (lemond), includes explicit sudo/apt/systemctl/installer commands, and auto-installs software that modifies system services — actions that change machine state and require elevated privileges.

Issues (4)

E004
CRITICAL

Prompt injection 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
Aug 26, 2026, 03:20 AM
Issues
4
Security Audit — snyk — local-ai-use