voice-mode

Warn

Audited by Snyk on Jul 25, 2026

Risk Level: MEDIUM
Full Analysis

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

  • Third-party content exposure detected (high risk: 0.90). Outsider-authored free text can enter the LLM via the runtime STT pipeline: microphone audio is transcribed by ElevenLabs (transcribe() uses /speech-to-text and returns resp.json().get("text")), then that user_text is embedded into the Claude prompt (ask_brain() builds prompt from the running transcript and passes it to claude -p ... --append-system-prompt).

Issues (1)

W011
MEDIUM

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

Audit Metadata
Risk Level
MEDIUM
Analyzed
Jul 25, 2026, 05:23 PM
Issues
1
Security Audit — snyk — voice-mode