<?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: Rishikesh Yadav</title>
    <description>The latest articles on DEV Community by Rishikesh Yadav (@rishikeshyadav).</description>
    <link>https://dev.to/rishikeshyadav</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%2F4090565%2F91959cc9-5d0e-4c02-849c-967bbe075889.jpg</url>
      <title>DEV Community: Rishikesh Yadav</title>
      <link>https://dev.to/rishikeshyadav</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rishikeshyadav"/>
    <language>en</language>
    <item>
      <title>Building PhishGuard AI: My Journey in the Gen AI Academy APAC Edition 🚀</title>
      <dc:creator>Rishikesh Yadav</dc:creator>
      <pubDate>Sun, 23 Aug 2026 07:56:43 +0000</pubDate>
      <link>https://dev.to/rishikeshyadav/building-phishguard-ai-my-journey-in-the-gen-ai-academy-apac-edition-2coc</link>
      <guid>https://dev.to/rishikeshyadav/building-phishguard-ai-my-journey-in-the-gen-ai-academy-apac-edition-2coc</guid>
      <description>&lt;p&gt;Introduction&lt;br&gt;
As a computer science student specializing in cybersecurity, I've always been passionate about building tools that make the digital world safer. When I joined the Gen AI Academy APAC Edition, I wanted to bridge the gap between advanced artificial intelligence and proactive threat detection. That is how PhishGuard AI came to life.&lt;/p&gt;

&lt;p&gt;The Problem Statement&lt;br&gt;
Phishing attacks are growing more sophisticated every single day, often bypassing traditional signature-based security filters. Security analysts and everyday users need smarter, real-time mechanisms to catch malicious patterns, inspect suspicious links or payloads, and analyze digital forensics before a breach occurs.&lt;/p&gt;

&lt;p&gt;The Solution: How PhishGuard AI Works&lt;br&gt;
PhishGuard AI is designed to act as an intelligent forensics sandbox.&lt;/p&gt;

&lt;p&gt;It assists in scanning and detecting anomalies associated with phishing attempts.&lt;/p&gt;

&lt;p&gt;It parses threat indicators and presents clear, actionable insights to help mitigate security risks quickly.&lt;/p&gt;

&lt;p&gt;Powered by Google Cloud &amp;amp; Generative AI&lt;br&gt;
To bring this idea to life, I integrated Google's powerful Gen AI capabilities. Leveraging these technologies allowed the system to process data efficiently, automate forensic analysis, and provide smart classification of threats far faster than manual review.&lt;/p&gt;

&lt;p&gt;Technical Implementation&lt;br&gt;
Here is a quick look at the core backend/integration logic used to set up the processing pipeline:&lt;/p&gt;

&lt;p&gt;Python&lt;/p&gt;

&lt;h1&gt;
  
  
  PhishGuard AI - Core Analysis Initialization
&lt;/h1&gt;

&lt;p&gt;def analyze_threat(payload_data):&lt;br&gt;
    print("Initializing Gen AI threat analysis...")&lt;br&gt;
    # Processing heuristics and security indicators&lt;br&gt;
    return "Threat assessment complete."&lt;/p&gt;

&lt;p&gt;analyze_threat("sample_payload")&lt;br&gt;
Challenges Faced &amp;amp; Learnings&lt;br&gt;
Building an AI-driven security tool comes with challenges—ranging from optimizing parsing accuracy to managing data inputs safely. Working through these hurdles during the academy taught me a lot about fine-tuning AI workflows for real-world security scenarios.&lt;/p&gt;

&lt;p&gt;Conclusion &amp;amp; What's Next&lt;br&gt;
Participating in the Gen AI Academy has been an incredible learning curve, blending my core interest in cybersecurity with cutting-edge AI. I plan to scale PhishGuard AI further with enhanced automated detection models. Stay tuned for updates!&lt;/p&gt;

</description>
      <category>genai</category>
      <category>cybersecurity</category>
      <category>googlecloud</category>
      <category>devto</category>
    </item>
  </channel>
</rss>
