Government data requests

YearRequests receivedData handed over
202400
202500
2026 (YTD)00

We can only respond to requests with data we hold. We do not hold user data. The architecture is documented at /about/mission. (Internal: update within 7 days of receipt.)

Code audits

DateScopeAuditorReport
No third-party audits commissioned yet. Source code is public: github.com/vuappstore.

How the Mirror Demo works

The "What this page knows about you" widget on the homepage reads three things, all client-side, with no network requests:

  • document.cookie — number of cookies set on this domain.
  • sessionStorage.length — whether a session has started.
  • Hard-coded zeros for trackers, analytics, and third-party scripts — verifiable in your browser's Network tab.

To verify the zeros yourself: open DevTools → Network → reload. You should see requests only to this origin. If you see a third-party request, that's a bug. File an issue.

Big Tech comparison sources

The comparison strip on the homepage cites public documentation:

Links checked manually. Surface 404s in the issue tracker.