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-textand returnsresp.json().get("text")), then thatuser_textis embedded into the Claude prompt (ask_brain()buildspromptfrom the running transcript and passes it toclaude -p ... --append-system-prompt).
Issues (1)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata