No cookies. No fingerprinting. No accounts. No IP logging. No content, ever. This is not a legal shield written to permit collection — it is a description of code that is incapable of collecting more than it states.
That is the complete list. Each counter is also kept as a per-calendar-day total so we can see a trend line. A daily total is still only a count — it is attached to a date, never to a person, a session, or a request.
User-Agent header in
memory for the duration of a single request and discards it immediately. Only the resulting
+1 — to either the human or the bot counter — is ever written to disk. The header
itself is never stored.
The counters live in a single file (data/telemetry.json) on the server that hosts
this instance. They are never sold, never shared, and never sent to a third party. There is no
analytics SDK, no tracking pixel, and no external beacon anywhere in this application.
If you use the Provider Vault Chrome extension, your API keys are encrypted (AES-256-GCM, PBKDF2) and stored only inside the extension on your own machine. They never reach this server except as a live request to the provider you configured, and they are never logged.