<?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: Ajay Thorat</title>
    <description>The latest articles on DEV Community by Ajay Thorat (@ajaybthorat20).</description>
    <link>https://dev.to/ajaybthorat20</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%2F674489%2Fc574d515-9dcc-49de-a41e-be3a12807719.png</url>
      <title>DEV Community: Ajay Thorat</title>
      <link>https://dev.to/ajaybthorat20</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ajaybthorat20"/>
    <language>en</language>
    <item>
      <title>The Night Our Server Got Owned — and Why I Built DevCompass</title>
      <dc:creator>Ajay Thorat</dc:creator>
      <pubDate>Mon, 21 Sep 2026 05:57:46 +0000</pubDate>
      <link>https://dev.to/ajaybthorat20/the-night-our-server-got-owned-and-why-i-built-devcompass-1kbi</link>
      <guid>https://dev.to/ajaybthorat20/the-night-our-server-got-owned-and-why-i-built-devcompass-1kbi</guid>
      <description>&lt;p&gt;It started with a sudden spike.&lt;/p&gt;

&lt;p&gt;CPU cores were maxed out. Memory was climbing fast. At first we thought it was just a heavy process. We killed it. The numbers dropped. Then they climbed again.&lt;/p&gt;

&lt;p&gt;That’s when we realised it wasn’t a normal spike.&lt;/p&gt;

&lt;p&gt;Someone had gained access to the server. They were bouncing through more than 19,000 IPs from different countries. The entry point was &lt;strong&gt;CVE-2025-66478&lt;/strong&gt; — a critical remote code execution vulnerability. Once inside, they dropped a crypto miner and started burning through every core and every bit of memory they could find.&lt;/p&gt;

&lt;p&gt;We moved fast. Took a full backup. Spun up a fresh droplet. Shut down the compromised server completely.&lt;/p&gt;

&lt;p&gt;The damage was contained, but the feeling stayed with me.&lt;/p&gt;

&lt;p&gt;We had deployed code that carried a known critical vulnerability. We only found out after the attacker was already inside, after the miner was already running, after the server was already under load.&lt;/p&gt;

&lt;p&gt;That night I kept thinking:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;What if something had warned us &lt;em&gt;before&lt;/em&gt; we pushed the update live?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Not after the attack.&lt;br&gt;&lt;br&gt;
Not after the CPU spiked.&lt;br&gt;&lt;br&gt;
Before the code even reached production.&lt;/p&gt;

&lt;p&gt;That question is the reason &lt;strong&gt;DevCompass&lt;/strong&gt; exists.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I wanted the tool to do
&lt;/h2&gt;

&lt;p&gt;I wanted something that could look at a project and tell me, clearly and early:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Are there serious vulnerabilities in the dependencies we’re about to ship?&lt;/li&gt;
&lt;li&gt;Are there unused packages adding unnecessary surface area?&lt;/li&gt;
&lt;li&gt;Are there license conflicts we should know about?&lt;/li&gt;
&lt;li&gt;How is the overall health of this dependency tree changing over time?&lt;/li&gt;
&lt;li&gt;Are there safer alternatives we should consider?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And if something looked risky, I wanted a way to fix it carefully — with a backup and a clear risk level — instead of hoping nothing breaks.&lt;/p&gt;

&lt;p&gt;So I built it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;DevCompass&lt;/strong&gt; is a CLI tool focused on dependency health for Node.js projects. You run it locally or in CI, and it gives you a picture of the real state of your dependencies before that code goes live.&lt;/p&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
bash
npm install -g devcompass
devcompass analyze
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>node</category>
      <category>javascript</category>
      <category>security</category>
      <category>devtools</category>
    </item>
  </channel>
</rss>
