<?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: mandem123-wart</title>
    <description>The latest articles on DEV Community by mandem123-wart (@mandem123wart).</description>
    <link>https://dev.to/mandem123wart</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%2F3971066%2F22b359cd-e653-485e-acf7-3a1c2063d8fe.png</url>
      <title>DEV Community: mandem123-wart</title>
      <link>https://dev.to/mandem123wart</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mandem123wart"/>
    <language>en</language>
    <item>
      <title>built a cli tool with claude that audits your .env files</title>
      <dc:creator>mandem123-wart</dc:creator>
      <pubDate>Sat, 06 Jun 2026 10:03:21 +0000</pubDate>
      <link>https://dev.to/mandem123wart/built-a-cli-tool-with-claude-that-audits-your-env-files-5fj3</link>
      <guid>https://dev.to/mandem123wart/built-a-cli-tool-with-claude-that-audits-your-env-files-5fj3</guid>
      <description>&lt;p&gt;i built env-audit because every project i've seen has a messy .env file so i made a tool that just tells you what's wrong&lt;/p&gt;

&lt;p&gt;it flags unused variables undeclared ones and anything missing from .env.example. also auto generates a clean example file&lt;/p&gt;

&lt;p&gt;run it with no install: npx env-audit audit&lt;/p&gt;

&lt;p&gt;github: &lt;a href="https://github.com/mandem123-wart/first-ai-tool" rel="noopener noreferrer"&gt;https://github.com/mandem123-wart/first-ai-tool&lt;/a&gt;&lt;br&gt;
npm: &lt;a href="https://www.npmjs.com/package/env-audit" rel="noopener noreferrer"&gt;https://www.npmjs.com/package/env-audit&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Feedback welcome still early stages though&lt;/p&gt;

</description>
      <category>ai</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
