Transparency Log TRANSPARENCY LOG.
Every claim on this site is verifiable. This page is where you verify them. No signup. No cookies. Nothing to track.
Government data requests
| Year | Requests received | Data handed over |
|---|---|---|
| 2024 | 0 | 0 |
| 2025 | 0 | 0 |
| 2026 (YTD) | 0 | 0 |
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
| Date | Scope | Auditor | Report |
|---|---|---|---|
| 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:
- Dropbox — filename access per their security overview.
- Google Photos — face indexing per the Group Similar Faces support article.
- Notion — workspace ingestion per Notion AI and your data.
- iCloud — photo scanning per Apple's platform security guide.
- WhatsApp — metadata retention per their privacy policy.
- 1Password — server-side metadata per their security model.
Links checked manually. Surface 404s in the issue tracker.