<?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: HamTek</title>
    <description>The latest articles on DEV Community by HamTek (@hamtek).</description>
    <link>https://dev.to/hamtek</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%2F3989747%2F2bd08b2f-ba85-4207-a8fb-532ed62350b1.png</url>
      <title>DEV Community: HamTek</title>
      <link>https://dev.to/hamtek</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hamtek"/>
    <language>en</language>
    <item>
      <title>leakproof: stop your AI coding tool from leaking secrets to the cloud (local, Apache-2.0)</title>
      <dc:creator>HamTek</dc:creator>
      <pubDate>Wed, 17 Jun 2026 20:21:09 +0000</pubDate>
      <link>https://dev.to/hamtek/leakproof-stop-your-ai-coding-tool-from-leaking-secrets-to-the-cloud-local-apache-20-39fn</link>
      <guid>https://dev.to/hamtek/leakproof-stop-your-ai-coding-tool-from-leaking-secrets-to-the-cloud-local-apache-20-39fn</guid>
      <description>&lt;p&gt;Author here. The problem leakproof targets: AI coding tools (Claude Code, Cursor, aider) ship a lot of working-tree context upstream, and if any of it contains a secret — an .env value, a key in a fixture, a token in a comment — it can leave before you notice. That's a big reason compliance-bound teams end up banning these tools. leakproof is a local proxy between the tool and the model API: outbound requests get scanned and redacted before they leave the machine. Nothing calls home — no cloud account, the audit log stays local. There's also a git pre-commit gate. You can check it out at &lt;a href="https://github.com/acunningham-ship-it/leakproof" rel="noopener noreferrer"&gt;https://github.com/acunningham-ship-it/leakproof&lt;/a&gt; and I'll anwser any questions below.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>programming</category>
      <category>safety</category>
    </item>
  </channel>
</rss>
