Site Transparency Checker
A tool claims your input “stays in your browser” — is that true? Enter a URL to surface, via static analysis, where the page could send data: external origins, trackers, and forms. Signals, not a verdict.
No clear sign that your input is sent out (no external form, no unknown third-party script). The analytics/ad tags below are tracking — a separate matter from input transmission. Verify for sure in DevTools.
Analyzed: https://itdef.net/ja
- Google AdSense
- Google Tag Manager
- pagead2.googlesyndication.com
- www.googletagmanager.com
“Analytics/ad tags” and “external resource origins” are mostly for tracking — a separate axis from whether YOUR input is sent out (most sites use them).
⚠️ Static analysis can show that a page COULD send data externally, but it cannot prove it doesn't (obfuscation, send-on-click, etc. are missed). The only sure check is your browser's DevTools → Network tab while you actually use the tool.
How to truly verify (DevTools)
- 1Open the page, then open DevTools with F12 (or right-click → Inspect).
- 2Open the “Network” tab and make sure it's recording.
- 3Actually use the tool and watch whether new requests (Fetch/XHR/WS) go to external domains.
- 4If there are no external sends, the page is client-side for that action.
How to use
- 1Paste the URL of a tool that claims to be browser-only.
- 2It statically analyzes the external destinations, trackers, external forms and send-style code on that page.
- 3Results are signals. Do the final check in your DevTools Network tab (below).
Why it matters
FAQ
QDoes “zero external destinations” mean it's safe?
No. Static analysis misses obfuscated, dynamic, or on-click sends. Zero means “none found statically,” not proof. The sure check is your DevTools Network tab.
QWhy can't this be browser-only (no server)?
Browser CORS prevents a page from observing another origin's runtime requests, so the target URL is fetched and analyzed server-side (only the URL is sent).
QIs it OK to check someone else's site?
The tool fetches the target page once and analyzes it statically — no active scanning or attack (the same scope as opening it in a browser). Internal/private addresses are blocked.