<?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: Omobolaji Adeyan</title>
    <description>The latest articles on DEV Community by Omobolaji Adeyan (@doidun2).</description>
    <link>https://dev.to/doidun2</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%2F3976519%2F273a2c45-4b87-406f-a703-ae44fbdb05c5.jpg</url>
      <title>DEV Community: Omobolaji Adeyan</title>
      <link>https://dev.to/doidun2</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/doidun2"/>
    <language>en</language>
    <item>
      <title>PhishGuard AI</title>
      <dc:creator>Omobolaji Adeyan</dc:creator>
      <pubDate>Tue, 09 Jun 2026 19:28:21 +0000</pubDate>
      <link>https://dev.to/doidun2/phishguard-ai-291k</link>
      <guid>https://dev.to/doidun2/phishguard-ai-291k</guid>
      <description>&lt;p&gt;I have added explainable SPF, DKIM, and DMARC signals to PhishGuard AI, my open-source Python phishing-detection project.&lt;/p&gt;

&lt;p&gt;The implementation parses a trusted receiver's &lt;code&gt;Authentication-Results&lt;/code&gt;header and treats authentication failures as supporting evidence rather thanproof of phishing.&lt;/p&gt;

&lt;p&gt;Measured regression examples:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A legitimate forwarded message with SPF failure remained &lt;code&gt;SAFE&lt;/code&gt;, moving from &lt;code&gt;0.3149&lt;/code&gt; to &lt;code&gt;0.3595&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;A synthetic credential lure with SPF, DKIM, and DMARC failures moved from &lt;code&gt;0.6525 SUSPICIOUS&lt;/code&gt; to &lt;code&gt;0.8220 PHISHING&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Pass results do not reduce the risk score because authenticated infrastructure can still send malicious messages. Missing, malformed, and unsupported values remain &lt;code&gt;unknown&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;The change includes case-insensitive parsing, forwarding false-positive coverage, CLI support, documentation, packaging verification, repository policy checks, CodeQL, and tests across Python 3.10 through 3.13.&lt;/p&gt;

&lt;p&gt;Pull request and engineering evidence:&lt;br&gt;
&lt;a href="https://github.com/omobolajiadeyan/phishguard-ai/pull/21" rel="noopener noreferrer"&gt;https://github.com/omobolajiadeyan/phishguard-ai/pull/21&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The project now also has a one-minute safe demo and a guide for first-time contributors:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/omobolajiadeyan/phishguard-ai" rel="noopener noreferrer"&gt;https://github.com/omobolajiadeyan/phishguard-ai&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I welcome technically grounded feedback, testing, documentation improvements, and focused open-source contributions.&lt;/p&gt;

&lt;h1&gt;
  
  
  Cybersecurity #Python #EmailSecurity #OpenSource #DevSecOps
&lt;/h1&gt;

&lt;h2&gt;
  
  
  Suggested Featured Link
&lt;/h2&gt;

&lt;p&gt;Title: Explainable SPF, DKIM and DMARC Signals in PhishGuard AI&lt;/p&gt;

&lt;p&gt;URL: &lt;a href="https://github.com/omobolajiadeyan/phishguard-ai/pull/21" rel="noopener noreferrer"&gt;https://github.com/omobolajiadeyan/phishguard-ai/pull/21&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Description: Conservative email-authentication scoring with false-positive regressions, documented trust boundaries, cross-version tests, CodeQL, and reproducible before-and-after results.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>python</category>
      <category>security</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
