Security & GDPR

Compliance enforced in the architecture.

The GDPR requires demonstrable measures. AVGfilter replaces the behavioural rule 'no personal data into AI' with a technical safeguard inside the processing itself.

Live

See the privacy filter work live

Enter a text containing personal data and see exactly what the AI does and does not see.

Privacy filter, live

Personal data is tokenized before a model sees the text, and restored again once the answer returns.

  1. Received
  2. Tokenized
  3. AI processing
  4. Restored
  5. Completed
01

Input

text from the employee

Detected personal data

Run the filter to see which data gets replaced.

02

Tokenized version

sent to the model

No tokenization performed yet.

03

What the model receives

literal payload

Nothing sent yet.

Personal data never leaves the environment; the model only ever sees tokens.

04

Answer restored

readable for the employee

The answer is made readable again after processing.

Fail-closed: without tokenization no text reaches the modelready

Principles

Principles of the processing

Data minimisation

Only the fields required for the question are sent along. Functional data such as building type or floor area yes, identifying data no.

No personal data in prompts

All input passes the tokenization layer. Documents and intake via email or WhatsApp are tokenized too, before any AI call takes place.

No content in logging

Per AI call we record which categories of personal data were detected and how many, not the content. That makes the processing demonstrable without creating a second copy of the data.

Hosted inside the EU

The filter service runs in the EU (North Europe). The token mapping never leaves the EU.

Retention

Token mappings remain valid for a maximum of thirty days so conversations can be reloaded, and are deleted as soon as a conversation is cleaned up.

No model training on your data

Your input is not used for training. Because the model only receives tokens, there is no personal data available to train on.

Detection

What gets masked

  • Person names
  • Email addresses
  • Phone numbers (+31 / 06)
  • National ID (with checksum)
  • IBAN account numbers
  • Addresses and postcodes
  • Company registration numbers
  • Locations

FAQ

Frequently asked questions