Sunder: A Rust-Based Local Privacy Firewall for LLMs

Sunder is a local privacy firewall for AI chat interfaces, designed to run as a Chrome extension. This tool, created using Rust and compiled to WebAssembly, intercepts your input before it's sent over the network, stripping out sensitive information like emails, transaction IDs, and more. Sunder operates under a zero-trust model, assuming all providers may store your data, thereby preemptively anonymizing it by replacing sensitive information with tokens.
Key Details
- Privacy Model: Uses a zero-trust approach to ensure data protection, replacing sensitive information such as
[email protected]with[EMAIL_1]before sending it to an LLM. - Local Operations: All actions are performed locally in your browser using Rust compiled to WebAssembly, ensuring no network calls are made for privacy processing.
- Extension Framework: Built on the Plasmo framework, a React-based Chrome extension platform.
- Storage: Features a 100% local in-memory "Identity Vault" for secure data handling.
- Compatibility: Currently supports ChatGPT, Claude, Gemini, Perplexity, DeepSeek, and Copilot. Additionally, there's support for a local dashboard with Ollama, enabling full air-gap operation.
Sunder is suitable for anyone concerned with maintaining privacy when using AI services by keeping sensitive data local and ensuring AI models work with anonymized inputs.
📖 Read the full source: r/LocalLLaMA
👀 See Also

Anthropic reveals industrial-scale Claude AI data extraction by Chinese labs
Anthropic confirmed Chinese AI labs used over 24,000 fraudulent accounts to scrape 16 million exchanges from Claude, extracting safety guardrails and logic structures for military and surveillance systems.

Free Claude Skill Scans Other Skills for Security Risks
A developer has built a free Claude skill that reviews the security of other Claude skills by checking code for potentially malicious behavior and analyzing repositories with a scorecard-style approach. The tool helps answer whether a Claude skill appears reasonably safe to use.

Claude implements identity verification for certain use cases
Anthropic is rolling out identity verification for Claude through Persona Identities, requiring government-issued photo IDs and live selfies. The verification process takes under five minutes and is used to prevent abuse and comply with legal obligations.

Litellm PyPI Package Compromised: Malicious Version 1.82.8 Exfiltrated Credentials
The litellm PyPI package, which unifies calls to OpenAI, Anthropic, Cohere and other LLM providers, was compromised with malicious version 1.82.8 that exfiltrated SSH keys, cloud credentials, API keys, and other sensitive data for about an hour.