<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Rui Barreira</title>
    <description>The latest articles on DEV Community by Rui Barreira (@ruimbarreira).</description>
    <link>https://dev.to/ruimbarreira</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3983984%2F6147c430-5875-40db-a6fb-0a716470bfde.jpg</url>
      <title>DEV Community: Rui Barreira</title>
      <link>https://dev.to/ruimbarreira</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ruimbarreira"/>
    <language>en</language>
    <item>
      <title>How to verify a web tool never uploads your file (a 30-second DevTools test)</title>
      <dc:creator>Rui Barreira</dc:creator>
      <pubDate>Thu, 16 Jul 2026 10:16:56 +0000</pubDate>
      <link>https://dev.to/ruimbarreira/how-to-verify-a-web-tool-never-uploads-your-file-a-30-second-devtools-test-12md</link>
      <guid>https://dev.to/ruimbarreira/how-to-verify-a-web-tool-never-uploads-your-file-a-30-second-devtools-test-12md</guid>
      <description>&lt;p&gt;Every "free online PDF/image tool" promises your files are safe. Most still upload them to a server. Here's how to check for yourself in about 30 seconds — no trust required.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Network-tab test.&lt;/strong&gt; Open the tool, press F12 → Network, clear the log, then run the tool on a file. If your file is being uploaded, you'll see a request (usually a POST) carrying it. If the list stays empty of your file, the work happened entirely in your browser.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The air-gap test (even simpler).&lt;/strong&gt; Load the page, then turn off your Wi-Fi / go offline. If the tool still works, it &lt;em&gt;cannot&lt;/em&gt; be sending your file anywhere — there's no connection. Genuinely client-side tools keep working; server-based ones break immediately.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why it matters.&lt;/strong&gt; "Files deleted after 1 hour" still means your document — a contract, a passport scan, a medical form — sat on someone else's server. Client-side processing removes that risk entirely: the file never leaves your machine.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Disclosure:&lt;/strong&gt; I build &lt;a href="https://brevio.pro" rel="noopener noreferrer"&gt;Brevio&lt;/a&gt;, a set of free browser-based tools (PDF, image, dev, calculators) designed to pass both tests — you can run the checks above on any of them, or see the &lt;a href="https://brevio.pro/privacy-proof" rel="noopener noreferrer"&gt;privacy-proof page&lt;/a&gt;. But the tests work on &lt;em&gt;any&lt;/em&gt; tool, and that's the point: don't take a privacy claim on faith when you can verify it in 30 seconds.&lt;/p&gt;

&lt;p&gt;What tools do you always run the air-gap test on before trusting?&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>privacy</category>
      <category>devex</category>
      <category>security</category>
    </item>
  </channel>
</rss>
