<?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: Ittikorn Longtee</title>
    <description>The latest articles on DEV Community by Ittikorn Longtee (@ittikorn_longtee_bb2ba907).</description>
    <link>https://dev.to/ittikorn_longtee_bb2ba907</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3745629%2F3f2fc701-c2cf-45b9-bcc9-7f9cf7d469be.jpg</url>
      <title>DEV Community: Ittikorn Longtee</title>
      <link>https://dev.to/ittikorn_longtee_bb2ba907</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ittikorn_longtee_bb2ba907"/>
    <language>en</language>
    <item>
      <title>I built a generic Privacy Shield for ChatGPT (and a Pro mode for Developers) 🛡️</title>
      <dc:creator>Ittikorn Longtee</dc:creator>
      <pubDate>Wed, 04 Feb 2026 12:02:33 +0000</pubDate>
      <link>https://dev.to/ittikorn_longtee_bb2ba907/i-built-a-generic-privacy-shield-for-chatgpt-and-a-pro-mode-for-developers-43jc</link>
      <guid>https://dev.to/ittikorn_longtee_bb2ba907/i-built-a-generic-privacy-shield-for-chatgpt-and-a-pro-mode-for-developers-43jc</guid>
      <description>&lt;h2&gt;
  
  
  The Copy-Paste Risk 😱
&lt;/h2&gt;

&lt;p&gt;As developers, we are used to scrubbing our code before committing to GitHub. But what about when we paste into ChatGPT or Gemini?&lt;/p&gt;

&lt;p&gt;One slip, and your client's &lt;strong&gt;email&lt;/strong&gt;, &lt;strong&gt;phone number&lt;/strong&gt;, or worse—your &lt;strong&gt;AWS keys&lt;/strong&gt;—are in the chat history.&lt;/p&gt;

&lt;p&gt;I built &lt;strong&gt;SafePaste AI&lt;/strong&gt; to solve this. It acts as a local firewall between your clipboard and the AI input box.&lt;/p&gt;

&lt;h2&gt;
  
  
  How it works (The Tech) 💻
&lt;/h2&gt;

&lt;p&gt;The extension runs &lt;strong&gt;100% locally&lt;/strong&gt;. It hooks into the paste event and sanitizes text based on Regex patterns &lt;em&gt;before&lt;/em&gt; it even touches the DOM.&lt;/p&gt;

&lt;h2&gt;
  
  
  Features Breakdown (Honest Pricing) 🏷️
&lt;/h2&gt;

&lt;p&gt;I believe in sustainable software, so I adopted a Freemium model. Here is exactly what you get:&lt;/p&gt;

&lt;h3&gt;
  
  
  ✅ Free Version (For Everyone / PMs / Sales)
&lt;/h3&gt;

&lt;p&gt;Great for general privacy and protecting PII (Personally Identifiable Information).&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Auto-Mask Emails:&lt;/strong&gt; Converts &lt;code&gt;client@example.com&lt;/code&gt; → &lt;code&gt;[HIDDEN-EMAIL]&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Auto-Mask Phone Numbers:&lt;/strong&gt; Converts &lt;code&gt;+1-555-0199&lt;/code&gt; → &lt;code&gt;[HIDDEN-PHONE]&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;Why use this?&lt;/em&gt; To prevent accidental leaks of customer data during drafting emails or reports.&lt;/p&gt;

&lt;h3&gt;
  
  
  ⚡ Pro Version (For Developers &amp;amp; Engineers)
&lt;/h3&gt;

&lt;p&gt;This enables the heavy-duty regex engines specifically for code and credentials.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F19kdfx7ejjbnf83gv6s8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F19kdfx7ejjbnf83gv6s8.png" alt=" " width="800" height="500"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;API Keys &amp;amp; Tokens:&lt;/strong&gt; Detects OpenAI (&lt;code&gt;sk-...&lt;/code&gt;), AWS (&lt;code&gt;AKIA...&lt;/code&gt;), Google (&lt;code&gt;AIza...&lt;/code&gt;), Slack, and Discord tokens.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Security Secrets:&lt;/strong&gt; Blocks Private Keys (&lt;code&gt;-----BEGIN PRIVATE KEY...&lt;/code&gt;), JWTs (&lt;code&gt;ey...&lt;/code&gt;), and DB Passwords.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Crypto &amp;amp; Finance:&lt;/strong&gt; Masks Wallet addresses (ETH/BTC) and Credit Card numbers.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Customization:&lt;/strong&gt; Add your own "Custom Words" or regex patterns to block specific internal project names.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  🔒 Privacy First
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Zero Analytics:&lt;/strong&gt; I don't track what you paste.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Local Processing:&lt;/strong&gt; All regex logic runs in your browser &lt;code&gt;content.js&lt;/code&gt;. No data is sent to any server.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  🤝 Multi-Platform Support
&lt;/h3&gt;

&lt;p&gt;Works seamlessly on &lt;a href="https://chatgpt.com/" rel="noopener noreferrer"&gt;ChatGPT&lt;/a&gt;, &lt;a href="https://claude.ai/" rel="noopener noreferrer"&gt;Claude&lt;/a&gt;, &lt;a href="https://gemini.google.com/" rel="noopener noreferrer"&gt;Gemini&lt;/a&gt;, &lt;a href="https://copilot.microsoft.com/" rel="noopener noreferrer"&gt;Microsoft Copilot&lt;/a&gt;, &lt;a href="https://chat.deepseek.com/" rel="noopener noreferrer"&gt;Deepseek&lt;/a&gt;, &lt;a href="https://poe.com/" rel="noopener noreferrer"&gt;Poe&lt;/a&gt;, &lt;a href="https://chat.mistral.ai/chat" rel="noopener noreferrer"&gt;Mistral&lt;/a&gt;, &lt;a href="https://www.blackbox.ai/" rel="noopener noreferrer"&gt;Blackbox&lt;/a&gt;, &lt;a href="https://www.perplexity.ai/" rel="noopener noreferrer"&gt;Perplexity&lt;/a&gt; and &lt;a href="https://github.com/copilot" rel="noopener noreferrer"&gt;Github Copilot&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try it out 🚀
&lt;/h2&gt;

&lt;p&gt;Whether you need the basic PII shield (Free) or the full Developer Security Suite (Pro), give it a spin.&lt;/p&gt;

&lt;p&gt;🔗 &lt;a href="https://chromewebstore.google.com/detail/safepaste-ai-privacy-shie/mmgbmmgmiofmnmplfhlojelhceibepjp?hl=en" rel="noopener noreferrer"&gt;Get Chrome Extension SafePaste AI - Privacy Shield&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Let me know if you have any feature requests! I'm actively working on adding more patterns.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;#privacy&lt;/code&gt; &lt;code&gt;#security&lt;/code&gt; &lt;code&gt;#chatgpt&lt;/code&gt; &lt;code&gt;#productivity&lt;/code&gt;&lt;/p&gt;

</description>
      <category>privacy</category>
      <category>productivity</category>
      <category>security</category>
      <category>chatgpt</category>
    </item>
  </channel>
</rss>
