Security

This page describes the threat model for InstantFileTools and other Merge Everything products. It is written in plain English so a non-engineer can evaluate it, and links the technical primitives where appropriate.

What we protect, what we don't

We protect: the contents of the files you process. Every file operation runs in your browser. The server hosting the product has no API endpoint that accepts file content. We literally cannot read your files because they never travel to us.

We do not protect against: a compromised device or browser, malicious browser extensions, screen recording on your machine, or operating-system-level keyloggers. These threats sit inside your trust boundary, not ours.

Threat model

Technical safeguards

How to verify yourself

We strongly encourage technical users to verify our claims rather than trust them. The two-minute test:

  1. Open instantfiletools.com/compress-pdf in Chrome.
  2. Open DevTools → Network tab.
  3. Upload a small test PDF.
  4. Click "Compress." Observe network traffic during processing.
  5. You will see asset loads (libraries, fonts) but no request body containing the PDF.
  6. For belt-and-braces: turn off your network connection after the page loads. The tool still works.

Reporting a vulnerability

Email security@mergeeverything.com. We acknowledge within 72 hours. We do not currently run a bug bounty but credit responsible reports on this page.