Highlights
Information Disclosure: 1 prior fix. Scrutinize any change in this area.
src-tauri/src/settings.rs: most-fixed (2 issues). Treat as high-risk during review.
0 high-severity fixes in this history; regressions here are high-impact.
Recurring patterns
The bug types that recur here, drawn from past fixes, not open vulnerabilities.
Prompt Injection: The default post-processing prompt concatenates a user transcript into an LLM prompt, allowing embedded instructions to be followed unless explicitly neutralized.
Information Disclosure: Cloud provider API keys stored in settings could leak into logs or diagnostic dumps because the default Debug implementation prints all fields.