<?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: thunderbird</title>
    <description>The latest articles on DEV Community by thunderbird (@thund3rbird).</description>
    <link>https://dev.to/thund3rbird</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%2F3997687%2Fa7590ab0-a5cf-48b0-850b-5669d7320497.png</url>
      <title>DEV Community: thunderbird</title>
      <link>https://dev.to/thund3rbird</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/thund3rbird"/>
    <language>en</language>
    <item>
      <title>I built a live secret scanner for VS Code (and why CI scanning is too late)</title>
      <dc:creator>thunderbird</dc:creator>
      <pubDate>Mon, 22 Jun 2026 23:35:30 +0000</pubDate>
      <link>https://dev.to/thund3rbird/i-built-a-live-secret-scanner-for-vs-code-and-why-ci-scanning-is-too-late-46f5</link>
      <guid>https://dev.to/thund3rbird/i-built-a-live-secret-scanner-for-vs-code-and-why-ci-scanning-is-too-late-46f5</guid>
      <description>&lt;p&gt;We've all done it: pasted an API key into a file "just to test," then a week later&lt;br&gt;
it's in your git history, a screenshot, or a livestream. Most secret scanners —&lt;br&gt;
gitleaks, trufflehog — run in CI, &lt;strong&gt;after&lt;/strong&gt; the secret is already committed.&lt;/p&gt;

&lt;p&gt;So I built &lt;strong&gt;Secret Guardian&lt;/strong&gt;, a VS Code extension that catches secrets &lt;em&gt;live, in&lt;br&gt;
the editor&lt;/em&gt;, the moment they appear — and visually &lt;strong&gt;masks&lt;/strong&gt; them so they never show&lt;br&gt;
up in screenshots or screen-shares.&lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=thund3rbird.secret-guardian" rel="noopener noreferrer"&gt;Secret Guardian on the VS Code Marketplace&lt;/a&gt;&lt;/strong&gt; (free)&lt;/p&gt;

&lt;h3&gt;
  
  
  What it does
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Detects 17+ secret types as you type: AWS, GitHub, GitLab, Google, Slack, Stripe,
OpenAI, SendGrid, Twilio, npm tokens, private keys, JWTs, credentials in URLs.&lt;/li&gt;
&lt;li&gt;A generic &lt;strong&gt;high-entropy&lt;/strong&gt; rule catches the long-tail.&lt;/li&gt;
&lt;li&gt;Masks detected secrets with a lock overlay — safe for demos.&lt;/li&gt;
&lt;li&gt;Flags everything in the Problems panel + a one-click workspace scan.&lt;/li&gt;
&lt;li&gt;100% local. Nothing leaves your machine.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  How detection works
&lt;/h3&gt;

&lt;p&gt;Two layers: tight &lt;strong&gt;regexes&lt;/strong&gt; for known formats (e.g. &lt;code&gt;AKIA…&lt;/code&gt;, &lt;code&gt;ghp_…&lt;/code&gt;), and an&lt;br&gt;
&lt;strong&gt;entropy + context&lt;/strong&gt; check for unknown secrets (high Shannon entropy assigned to a&lt;br&gt;
secret-like name), with placeholders like &lt;code&gt;your_api_key&lt;/code&gt; filtered out.&lt;/p&gt;

&lt;h3&gt;
  
  
  Try it
&lt;/h3&gt;

&lt;p&gt;Install from the &lt;strong&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=thund3rbird.secret-guardian" rel="noopener noreferrer"&gt;Marketplace&lt;/a&gt;&lt;/strong&gt;,&lt;br&gt;
open a file, paste a fake key. I'd love feedback on accuracy and false positives.&lt;/p&gt;

</description>
      <category>security</category>
      <category>showdev</category>
      <category>tooling</category>
      <category>vscode</category>
    </item>
  </channel>
</rss>
