1. What FirstGuard does

FirstGuard is a browser extension that locally analyzes content you type into large language model (LLM) interfaces to detect potential sensitive data leaks (personal data, secrets, financial, medical, or legal information) before submission.

The analysis relies on four complementary layers, all executed locally:

2. Data collected

No personal data is collected, transmitted, or stored on any external server.

3. Network connections

FirstGuard contacts no proprietary server. The only network connection occurs when NER detection is enabled (opt-in): the ONNX model is downloaded from cdn.jsdelivr.net on first use, then cached in IndexedDB. No user data is sent during this download.

4. Permissions requested