<?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: Samuel Mallo</title>
    <description>The latest articles on DEV Community by Samuel Mallo (@samuel_mallo_c5c41371d1e8).</description>
    <link>https://dev.to/samuel_mallo_c5c41371d1e8</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%2F4123631%2Fc3552482-6a07-47dd-a786-502107af575f.png</url>
      <title>DEV Community: Samuel Mallo</title>
      <link>https://dev.to/samuel_mallo_c5c41371d1e8</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/samuel_mallo_c5c41371d1e8"/>
    <language>en</language>
    <item>
      <title>I Built a Filipino AI Scam-Risk Analyzer - Here's How It Works</title>
      <dc:creator>Samuel Mallo</dc:creator>
      <pubDate>Sun, 13 Sep 2026 22:09:49 +0000</pubDate>
      <link>https://dev.to/samuel_mallo_c5c41371d1e8/i-built-a-filipino-ai-scam-risk-analyzer-heres-how-it-works-1pn4</link>
      <guid>https://dev.to/samuel_mallo_c5c41371d1e8/i-built-a-filipino-ai-scam-risk-analyzer-heres-how-it-works-1pn4</guid>
      <description>&lt;p&gt;How I Built Check Mo Muna: An AI Scam-Risk Analyzer for Filipinos&lt;/p&gt;

&lt;p&gt;Scam messages are getting harder to recognize, so I built Check Mo Muna, a free Filipino-focused tool that helps users assess suspicious messages before they click or pay.&lt;/p&gt;

&lt;p&gt;Users can paste a message or upload a screenshot. The system uses OCR, deterministic cybersecurity rules, and AI to identify potential phishing, fraud, payment scams, social engineering, and other red flags.&lt;/p&gt;

&lt;p&gt;The interesting part is that AI doesn't make the final decision.&lt;/p&gt;

&lt;p&gt;The analysis pipeline works in several stages: &lt;/p&gt;

&lt;p&gt;screenshots are first processed with OCR, then the extracted text is evaluated by deterministic cybersecurity rules and AI. Their results are passed to a risk engine, which produces the final risk score, explanation, and recommendations.&lt;/p&gt;

&lt;p&gt;The risk engine gives the deterministic security rules more weight than the AI:&lt;/p&gt;

&lt;p&gt;70% Rules + 30% AI&lt;/p&gt;

&lt;p&gt;This helps keep the system more predictable while still allowing AI to understand context.&lt;/p&gt;

&lt;p&gt;I also spent time testing false positives, especially legitimate security warnings that contain words like OTP, PIN, or password.&lt;/p&gt;

&lt;p&gt;The goal isn't to tell users:&lt;/p&gt;

&lt;p&gt;“This person is definitely a scammer.”&lt;/p&gt;

&lt;p&gt;Instead, Check Mo Muna answers:&lt;/p&gt;

&lt;p&gt;“Here are the warning signs. Here's how risky this looks. Here's what you should consider doing next.”&lt;/p&gt;

&lt;p&gt;The MVP is live and completely free:&lt;/p&gt;


&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;div class="c-embed__content"&gt;
      &lt;div class="c-embed__body flex items-center justify-between"&gt;
        &lt;a href="https://checkmomuna.vercel.app/" rel="noopener noreferrer" class="c-link fw-bold flex items-center"&gt;
          &lt;span class="mr-2"&gt;checkmomuna.vercel.app&lt;/span&gt;
          

        &lt;/a&gt;
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;
&lt;br&gt;
Built by Samuel Mallo, an AI engineer and cybersecurity professional.

&lt;p&gt;Bago mag-click. Bago magbayad. Check mo muna.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>cybersecurity</category>
      <category>security</category>
      <category>software</category>
    </item>
  </channel>
</rss>
