<?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: Isha Rawool</title>
    <description>The latest articles on DEV Community by Isha Rawool (@isha_rawool).</description>
    <link>https://dev.to/isha_rawool</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%2F3831354%2F1f9bc815-dab7-42eb-9b56-074ea07245f5.jpg</url>
      <title>DEV Community: Isha Rawool</title>
      <link>https://dev.to/isha_rawool</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/isha_rawool"/>
    <language>en</language>
    <item>
      <title>I built a VS Code extension that catches secrets before you commit them</title>
      <dc:creator>Isha Rawool</dc:creator>
      <pubDate>Wed, 18 Mar 2026 11:45:17 +0000</pubDate>
      <link>https://dev.to/isha_rawool/i-built-a-vs-code-extension-that-catches-secrets-before-you-commit-them-25ee</link>
      <guid>https://dev.to/isha_rawool/i-built-a-vs-code-extension-that-catches-secrets-before-you-commit-them-25ee</guid>
      <description>&lt;p&gt;I found a hardcoded AWS key in an old project sitting there for months. Classic mistake that's happened to every developer. So I built something to stop it happening again.&lt;/p&gt;

&lt;p&gt;SecretSentinel detects hardcoded API keys, passwords and credentials in real-time as you type in VS Code - before you save, before you commit, before any damage is done.&lt;/p&gt;

&lt;h2&gt;
  
  
  What makes it different
&lt;/h2&gt;

&lt;p&gt;GitHub's secret scanning catches leaks after you push. By then the secret is in your git history and potentially already scraped by bots. SecretSentinel stops it at the source.&lt;/p&gt;

&lt;h2&gt;
  
  
  The technical part I'm proud of
&lt;/h2&gt;

&lt;p&gt;Pure regex pattern matching only catches known secret formats. So I implemented Shannon entropy scoring - if a string is random enough to statistically look like a secret, it gets flagged even without a matching pattern.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;Real-time detection across 60+ secret patterns&lt;/li&gt;
&lt;li&gt;Entropy-based detection for unknown secrets&lt;/li&gt;
&lt;li&gt;Git history scanner - finds secrets in past commits&lt;/li&gt;
&lt;li&gt;Severity levels - Critical, High, Medium, Low&lt;/li&gt;
&lt;li&gt;.env file differ - shows keys missing from .env.example&lt;/li&gt;
&lt;li&gt;One-click .env.example generator&lt;/li&gt;
&lt;li&gt;Security report generator&lt;/li&gt;
&lt;li&gt;Git staging interceptor&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Privacy
&lt;/h2&gt;

&lt;p&gt;Runs 100% locally. Your code never leaves your machine.&lt;/p&gt;

&lt;h2&gt;
  
  
  Links
&lt;/h2&gt;

&lt;p&gt;Install free on VS Code Marketplace:&lt;br&gt;
&lt;a href="https://marketplace.visualstudio.com/items?itemName=IshaRawool.secret-sentinel" rel="noopener noreferrer"&gt;https://marketplace.visualstudio.com/items?itemName=IshaRawool.secret-sentinel&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;GitHub:&lt;br&gt;
&lt;a href="https://github.com/isha0605/secret-sentinel" rel="noopener noreferrer"&gt;https://github.com/isha0605/secret-sentinel&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>vscode</category>
      <category>security</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
