<?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: Kidoai</title>
    <description>The latest articles on DEV Community by Kidoai (@kidoai).</description>
    <link>https://dev.to/kidoai</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%2F3889902%2F66d64d92-7b08-47c3-82c2-6304702b987a.png</url>
      <title>DEV Community: Kidoai</title>
      <link>https://dev.to/kidoai</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kidoai"/>
    <language>en</language>
    <item>
      <title>I built a real-time AI security monitor for local files — here's how the eepban engine works</title>
      <dc:creator>Kidoai</dc:creator>
      <pubDate>Tue, 21 Apr 2026 01:56:19 +0000</pubDate>
      <link>https://dev.to/kidoai/i-built-a-real-time-ai-security-monitor-for-local-files-heres-how-the-eepban-engine-works-2l6c</link>
      <guid>https://dev.to/kidoai/i-built-a-real-time-ai-security-monitor-for-local-files-heres-how-the-eepban-engine-works-2l6c</guid>
      <description>&lt;h2&gt;
  
  
  What I built
&lt;/h2&gt;

&lt;p&gt;Kido.ai is a lightweight Windows desktop app that monitors your local files &lt;br&gt;
in real-time and flags security threats using AI — designed for developers &lt;br&gt;
who ship fast and don't have time for manual security reviews.&lt;/p&gt;

&lt;h2&gt;
  
  
  The problem
&lt;/h2&gt;

&lt;p&gt;Vibe coders and solo developers often skip security tooling. Traditional &lt;br&gt;
antivirus is reactive. I wanted something that:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Watches files as you work&lt;/li&gt;
&lt;li&gt;Understands &lt;em&gt;what&lt;/em&gt; a threat means, not just that it matched a signature&lt;/li&gt;
&lt;li&gt;Gets smarter over time from real-world threat data&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  eepban 1.0 — the intelligence engine
&lt;/h2&gt;

&lt;p&gt;The core of Kido.ai is &lt;strong&gt;eepban 1.0&lt;/strong&gt;, an open source threat intelligence engine.&lt;/p&gt;

&lt;p&gt;It continuously pulls from 6 live sources:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;CISA KEV&lt;/strong&gt; — Known Exploited Vulnerabilities catalog&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;NVD&lt;/strong&gt; — National Vulnerability Database&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;OSV.dev&lt;/strong&gt; — Open Source Vulnerability database&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;GitHub Advisory&lt;/strong&gt; — GitHub's security advisory feed&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;URLhaus&lt;/strong&gt; — Malicious URL database&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;MalwareBazaar&lt;/strong&gt; — Malware sample database&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It auto-classifies threats, scores confidence, and generates detection rules automatically.&lt;/p&gt;

&lt;h2&gt;
  
  
  AI analysis pipeline
&lt;/h2&gt;

&lt;p&gt;When a threat is detected, it escalates through a multi-AI pipeline based on severity:&lt;/p&gt;

&lt;p&gt;Higher plan tiers unlock deeper AI analysis. The free tier runs local rules only.&lt;/p&gt;

&lt;h2&gt;
  
  
  DNS &amp;amp; Prompt injection detection
&lt;/h2&gt;

&lt;p&gt;Beyond file monitoring, Kido.ai also detects:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;DNS &amp;amp; C2 traffic&lt;/strong&gt; — catches callbacks to known malicious domains&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Prompt injection attempts&lt;/strong&gt; — for developers building AI-integrated apps&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Current state
&lt;/h2&gt;

&lt;p&gt;This is a &lt;strong&gt;beta build without OV code signing&lt;/strong&gt; — Windows SmartScreen will &lt;br&gt;
show a warning. Click "More info" → "Run anyway" to install.&lt;/p&gt;

&lt;p&gt;The engine source is fully open on GitHub so you can verify exactly what it does.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;GitHub (engine):&lt;/strong&gt; &lt;a href="https://github.com/Kido-ai-secure/engine" rel="noopener noreferrer"&gt;https://github.com/Kido-ai-secure/engine&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Download beta:&lt;/strong&gt; &lt;a href="https://github.com/Kido-ai-secure/engine/releases/tag/v1.0.0-beta" rel="noopener noreferrer"&gt;https://github.com/Kido-ai-secure/engine/releases/tag/v1.0.0-beta&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Website:&lt;/strong&gt; &lt;a href="https://kido-ai.com" rel="noopener noreferrer"&gt;https://kido-ai.com&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Would love feedback from the security community — especially on the threat &lt;br&gt;
detection approach and anything I might have missed.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>security</category>
      <category>opensource</category>
      <category>windows</category>
    </item>
  </channel>
</rss>
