Architecture and data flow
Where the extension runs, where detection runs, and what happens to the text in between.
ChatGPT5
Drafting a support promptBeeSensible is a browser extension for Chrome and Edge, paired with a hosted detection service. Both pieces are required for the extension to work.
What happens when you type
You type into a supported web app. The extension sends the text to the BeeSensible API over TLS 1.3 for analysis. The API runs on Scaleway in France. The detection model itself runs on Hetzner in Germany. All processing stays inside the EU.
The detection result (a list of categories and positions) comes back to the extension. The extension then renders the colored highlights in the page. The text you typed is processed in working memory on the detection server and discarded immediately. It is never written to disk and never stored.
No external AI services are called. The detection model is hosted by BeeSensible. Text is not sent to ChatGPT, Google, or any other third-party AI.
What admins see
The dashboard shows aggregated detection counts by category, by app, and by time window. It does not show the text. It does not show individual users. The dashboard does not display statistics for any group smaller than 10 active users. That threshold is hardcoded and cannot be turned off.
Sending is your action
The extension does not block sending. It does not change your text. When a highlight appears, you decide whether to remove the value, replace it with a placeholder, or mask it. If you do nothing, the message goes out as you wrote it.
Components
| Component | Location | Provider |
|---|---|---|
| Extension | Chrome and Edge, on your device | n/a |
| Application and API | France | Scaleway |
| Detection model | Germany | Hetzner |
Documents
For the data processing agreement, the product DPIA, and security materials, contact trust@beesensible.eu. We reply in Dutch or English.