<?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: Manu</title>
    <description>The latest articles on DEV Community by Manu (@manupranay_adupa_c1dd6247).</description>
    <link>https://dev.to/manupranay_adupa_c1dd6247</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%2F3690136%2F0d13ed51-46fb-4527-8fb5-39ae3cd7b7d3.png</url>
      <title>DEV Community: Manu</title>
      <link>https://dev.to/manupranay_adupa_c1dd6247</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/manupranay_adupa_c1dd6247"/>
    <language>en</language>
    <item>
      <title>Malicious Chrome Extensions Steal AI Chats</title>
      <dc:creator>Manu</dc:creator>
      <pubDate>Sat, 03 Jan 2026 01:08:42 +0000</pubDate>
      <link>https://dev.to/manupranay_adupa_c1dd6247/malicious-chrome-extensions-steal-ai-chats-2n8a</link>
      <guid>https://dev.to/manupranay_adupa_c1dd6247/malicious-chrome-extensions-steal-ai-chats-2n8a</guid>
      <description>&lt;p&gt;Almost 900,000 people had their private AI conversations silently stolen by fake Chrome extensions that looked like normal AI assistant tools. If you depend on AI for work, research, or coding, this is not just a tech story—it is a direct security and privacy issue.​&lt;/p&gt;

&lt;p&gt;AI chat security is now a core part of AI productivity tools, especially for professionals in Canada and worldwide who use platforms like ChatGPT, DeepSeek, and Perplexity every day. This guide explains what happened, why it matters, and how to build safer AI workflows using usebetterai.com-style practices.​&lt;/p&gt;

&lt;h2&gt;
  
  
  What Happened in the 900K AI Chat Theft Campaign?
&lt;/h2&gt;

&lt;p&gt;Two malicious Chrome extensions pretended to be legitimate AI assistant tools and quietly stole users’ AI conversations and browsing data. They targeted popular AI platforms, including ChatGPT and DeepSeek, and even appeared trustworthy inside the Chrome Web Store.​&lt;/p&gt;

&lt;p&gt;The campaign was discovered by OX Security’s research team in late 2025.​&lt;/p&gt;

&lt;p&gt;The fake extensions mimicked AITOPIA, a real AI sidebar extension, copying its interface and behavior.​&lt;/p&gt;

&lt;p&gt;Once installed, they scraped AI chats directly from the browser and sent the data to attacker-controlled servers every 30 minutes.​&lt;/p&gt;

&lt;p&gt;The Featured Extension Problem&lt;br&gt;
One of the malicious extensions carried Google’s “Featured” badge, which usually signals that an extension follows security and UX best practices. This made it look especially safe to non-technical users.​&lt;/p&gt;

&lt;p&gt;The two identified rogue extensions together had over 900,000 downloads.​&lt;/p&gt;

&lt;p&gt;OX Security reported them to Google on December 29, 2025, but they remained available at least through December 30.​&lt;/p&gt;

&lt;p&gt;This shows that even “Featured” or “Recommended” browser extensions cannot be assumed safe when handling sensitive AI content.&lt;/p&gt;

&lt;h2&gt;
  
  
  How These Malicious AI Extensions Actually Work
&lt;/h2&gt;

&lt;p&gt;To protect yourself, it helps to understand how these extensions steal data under the hood. The techniques used in this campaign are becoming common in AI-related malware.&lt;/p&gt;

&lt;p&gt;Step-by-Step: From Install to Exfiltration&lt;br&gt;
Once a user installs one of these malicious extensions, a predictable chain of events follows.​&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Unique tracking ID created&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The extension assigns a unique user ID and starts tracking your browsing sessions.​&lt;/p&gt;

&lt;p&gt;Monitoring your tabs and URLs&lt;/p&gt;

&lt;p&gt;Using Chrome’s tabs APIs, the extension watches when you open ChatGPT, DeepSeek, or other AI tools.​&lt;/p&gt;

&lt;p&gt;It also collects active tab URLs, exposing your research topics, internal tools, and sometimes query parameters.​&lt;/p&gt;

&lt;p&gt;Scraping AI conversations from the DOM&lt;/p&gt;

&lt;p&gt;When you are on an AI chat page, the extension reads the Document Object Model (DOM) and pulls both your prompts and the AI responses.​&lt;/p&gt;

&lt;p&gt;This can include confidential project details, source code, clinical notes, or internal company plans.&lt;/p&gt;

&lt;p&gt;Encoding and sending the data out&lt;/p&gt;

&lt;p&gt;The stolen data is encoded in Base64 and sent to command-and-control servers such as deepaichats[.]com and chatsaigpt[.]com.​&lt;/p&gt;

&lt;p&gt;Uploads are batched and sent roughly every 30 minutes to hide in normal traffic patterns.​&lt;/p&gt;

&lt;p&gt;Silent updates keep the attack alive&lt;/p&gt;

&lt;p&gt;Extensions can receive automatic updates that add or change malicious behavior without any user approval.​&lt;/p&gt;

&lt;p&gt;This “sleeper agent” pattern lets a harmless extension turn dangerous months later.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why AI Conversations Are a Goldmine
&lt;/h2&gt;

&lt;p&gt;For attackers, AI chats are rich, structured data. They can include:&lt;/p&gt;

&lt;p&gt;Product roadmaps, business strategies, or customer data.&lt;/p&gt;

&lt;p&gt;Source code and internal architecture details from developers.&lt;/p&gt;

&lt;p&gt;Clinical summaries or protocol-related notes from research staff (even if de-identified).&lt;/p&gt;

&lt;p&gt;The value of these chats makes them a prime target in 2026’s AI cybersecurity landscape.​&lt;/p&gt;

&lt;p&gt;Not Just One Incident: VPN Extensions, Featured Badges, and 8 Million Logged AI Chats&lt;br&gt;
The 900,000-user campaign is part of a wider pattern: browser extensions marketed as “privacy tools” or “productivity tools” quietly logging AI conversations at scale.​&lt;/p&gt;

&lt;h2&gt;
  
  
  The Free VPN and “Privacy” Extension Problem
&lt;/h2&gt;

&lt;p&gt;In December 2025, Koi Security revealed that several free VPN and privacy-related Chrome and Edge extensions with more than 8 million downloads were capturing AI conversations.​&lt;/p&gt;

&lt;p&gt;Extensions like Urban VPN Proxy and related tools intercepted conversations from ChatGPT, Claude, Gemini, Copilot, Perplexity, DeepSeek, Grok, and other AI platforms.​&lt;/p&gt;

&lt;p&gt;JavaScript code embedded in these extensions overrode core browser functions like fetch() and XMLHttpRequest, allowing real-time interception of user inputs and AI responses.​&lt;/p&gt;

&lt;p&gt;Some of these were also labeled as “Featured” on the browser extension stores.​&lt;/p&gt;

&lt;p&gt;Users often installed these extensions to increase privacy, but instead their AI conversations were monetized and logged without clear consent.​&lt;/p&gt;

&lt;p&gt;Enterprise Extension Risk: 99% Usage, 53% High-Risk Permissions&lt;br&gt;
An enterprise browser extension security report in 2025 found:​&lt;/p&gt;

&lt;p&gt;99% of enterprise users have at least one browser extension installed.&lt;/p&gt;

&lt;p&gt;Over half run more than 10 extensions at the same time.&lt;/p&gt;

&lt;p&gt;53% of users have at least one extension with “high” or “critical” permission scopes, able to access cookies, passwords, browsing data, and full page contents.&lt;/p&gt;

&lt;p&gt;For organizations that embrace AI-powered productivity—from clinical research sites to software teams—this means nearly every employee represents a potential attack vector via browser extensions.&lt;/p&gt;

&lt;p&gt;read more at - &lt;a href="https://usebetterai.com/malicious-chrome-extensions-steal-ai-chats-2026" rel="noopener noreferrer"&gt;Malicious Chrome Extensions Steal AI Chats: How to Protect Your Conversations in 2026&lt;/a&gt;&lt;/p&gt;

</description>
      <category>chromeextensions</category>
      <category>ai</category>
      <category>tools</category>
      <category>cloudsecurity</category>
    </item>
    <item>
      <title>How AI World Models Are Changing Video Games</title>
      <dc:creator>Manu</dc:creator>
      <pubDate>Sat, 03 Jan 2026 01:05:04 +0000</pubDate>
      <link>https://dev.to/manupranay_adupa_c1dd6247/how-ai-world-models-are-changing-video-games-4eb5</link>
      <guid>https://dev.to/manupranay_adupa_c1dd6247/how-ai-world-models-are-changing-video-games-4eb5</guid>
      <description>&lt;p&gt;AI “world models” are new tools that can build entire 3D game worlds from simple text or images, almost like a game engine on autopilot. Companies such as World Labs and Google DeepMind see this as a way to make game development faster, cheaper, and more creative. At the same time, European game worker unions worry that these tools will be used to cut jobs and worsen working conditions.​&lt;/p&gt;

&lt;h2&gt;
  
  
  What Are AI World Models?
&lt;/h2&gt;

&lt;p&gt;World models are advanced AI systems that simulate 3D environments, including objects, spaces, and how things move and interact. Instead of drawing every tree, building, or room by hand, developers can describe what they want and let the model generate a full scene.​&lt;/p&gt;

&lt;p&gt;World Labs’ Marble can turn text prompts, photos, videos, or rough 3D layouts into complete, editable 3D worlds.​&lt;/p&gt;

&lt;p&gt;DeepMind’s Genie 3 can create minutes of real-time, interactive 3D environments at HD resolution from simple prompts, generating one frame at a time while keeping the scene consistent.​&lt;/p&gt;

&lt;p&gt;These models export assets as meshes or similar formats that can be imported into game engines like Unity or Unreal, instead of trying to replace them completely.​&lt;/p&gt;

&lt;p&gt;For non-technical people, you can think of this as “Photoshop for worlds” rather than just pictures.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Game Studios Are Excited
&lt;/h2&gt;

&lt;p&gt;Large “triple‑A” games now often cost hundreds of millions of dollars and many years of work, which puts extreme pressure on teams. AI world models promise to handle some of the repetitive, time‑consuming work so humans can focus on design and storytelling.​&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Key benefits studios are hoping for:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Lower costs and faster production&lt;/p&gt;

&lt;p&gt;Generating large background environments and ambient spaces automatically could shrink art and level‑design time.​&lt;/p&gt;

&lt;p&gt;Smaller teams might build bigger worlds that previously required large studios and huge budgets.​&lt;/p&gt;

&lt;p&gt;More room for creative experiments&lt;/p&gt;

&lt;p&gt;DeepMind researchers say game creation is already changing and could be “completely transformed” in the next few years.​&lt;/p&gt;

&lt;p&gt;A producer who moved from Ubisoft to DeepMind hopes world models will free teams to “discover the fun,” try new ideas, and take more creative risks instead of spending all their time on production grind.&lt;/p&gt;

&lt;p&gt;New uses beyond games&lt;/p&gt;

&lt;p&gt;World Labs’ Marble is already being pitched for virtual production, visual effects, and VR experiences, not just gaming.​&lt;/p&gt;

&lt;h2&gt;
  
  
  Why Workers and Unions Are Pushing Back
&lt;/h2&gt;

&lt;p&gt;While companies talk about creativity and efficiency, many workers are worried about job security, stress, and how AI will actually be used.​&lt;/p&gt;

&lt;p&gt;Major concerns include:&lt;/p&gt;

&lt;p&gt;Layoffs and weaker job security&lt;/p&gt;

&lt;p&gt;European game unions say tens of thousands of industry jobs have disappeared in recent years while AI tools and cost‑cutting spread.​&lt;/p&gt;

&lt;p&gt;Their joint statement warns that generative AI is being imposed alongside layoffs and strict “return to office” rules, undermining working conditions.​&lt;/p&gt;

&lt;p&gt;Loss of control over tools and workflow&lt;/p&gt;

&lt;p&gt;Unions argue that AI is often introduced without meaningful input from staff, even though it directly affects their daily work and career paths.​&lt;/p&gt;

&lt;p&gt;They describe this as part of a broader pattern of mismanagement in the games industry, not just a tech issue.​&lt;/p&gt;

&lt;p&gt;Ethical and quality worries from developers&lt;/p&gt;

&lt;p&gt;Surveys like the GDC State of the Industry report show more developers now see generative AI as harmful to the industry, citing IP theft, energy use, and lower‑quality content.​&lt;/p&gt;

&lt;p&gt;In short, studios see AI as a way to “do more with less,” while many workers fear it will mean “do the same or more with fewer people.”&lt;/p&gt;

&lt;p&gt;Read more at &lt;a href="https://usebetterai.com/how-ai-world-models-are-changing-video-games" rel="noopener noreferrer"&gt;How AI World Models Are Changing Video Games (and Why Some Workers Are Worried)&lt;br&gt;
&lt;/a&gt;&lt;/p&gt;

</description>
      <category>career</category>
      <category>discuss</category>
      <category>gamedev</category>
    </item>
    <item>
      <title>Malicious Chrome Extensions Steal AI Chats: How to Protect Your Conversations in 2026</title>
      <dc:creator>Manu</dc:creator>
      <pubDate>Sat, 03 Jan 2026 01:01:40 +0000</pubDate>
      <link>https://dev.to/manupranay_adupa_c1dd6247/malicious-chrome-extensions-steal-ai-chats-how-to-protect-your-conversations-in-2026-2f6p</link>
      <guid>https://dev.to/manupranay_adupa_c1dd6247/malicious-chrome-extensions-steal-ai-chats-how-to-protect-your-conversations-in-2026-2f6p</guid>
      <description>&lt;p&gt;Almost 900,000 people had their private AI conversations silently stolen by fake Chrome extensions that looked like normal AI assistant tools. If you depend on AI for work, research, or coding, this is not just a tech story—it is a direct security and privacy issue.​&lt;/p&gt;

&lt;p&gt;AI chat security is now a core part of AI productivity tools, especially for professionals in Canada and worldwide who use platforms like ChatGPT, DeepSeek, and Perplexity every day. This guide explains what happened, why it matters, and how to build safer AI workflows using usebetterai.com-style practices.​&lt;/p&gt;

&lt;h2&gt;
  
  
  What Happened in the 900K AI Chat Theft Campaign?
&lt;/h2&gt;

&lt;p&gt;Two malicious Chrome extensions pretended to be legitimate AI assistant tools and quietly stole users’ AI conversations and browsing data. They targeted popular AI platforms, including ChatGPT and DeepSeek, and even appeared trustworthy inside the Chrome Web Store.​&lt;/p&gt;

&lt;p&gt;The campaign was discovered by OX Security’s research team in late 2025.​&lt;/p&gt;

&lt;p&gt;The fake extensions mimicked AITOPIA, a real AI sidebar extension, copying its interface and behavior.​&lt;/p&gt;

&lt;p&gt;Once installed, they scraped AI chats directly from the browser and sent the data to attacker-controlled servers every 30 minutes.​&lt;/p&gt;

&lt;h2&gt;
  
  
  The Featured Extension Problem
&lt;/h2&gt;

&lt;p&gt;One of the malicious extensions carried Google’s “Featured” badge, which usually signals that an extension follows security and UX best practices. This made it look especially safe to non-technical users.​&lt;/p&gt;

&lt;p&gt;The two identified rogue extensions together had over 900,000 downloads.​&lt;/p&gt;

&lt;p&gt;OX Security reported them to Google on December 29, 2025, but they remained available at least through December 30.​&lt;/p&gt;

&lt;p&gt;This shows that even “Featured” or “Recommended” browser extensions cannot be assumed safe when handling sensitive AI content.&lt;/p&gt;

&lt;h2&gt;
  
  
  How These Malicious AI Extensions Actually Work
&lt;/h2&gt;

&lt;p&gt;To protect yourself, it helps to understand how these extensions steal data under the hood. The techniques used in this campaign are becoming common in AI-related malware.&lt;/p&gt;

&lt;h2&gt;
  
  
  Step-by-Step: From Install to Exfiltration
&lt;/h2&gt;

&lt;p&gt;Once a user installs one of these malicious extensions, a predictable chain of events follows.​&lt;/p&gt;

&lt;p&gt;Unique tracking ID created&lt;/p&gt;

&lt;p&gt;The extension assigns a unique user ID and starts tracking your browsing sessions.​&lt;/p&gt;

&lt;p&gt;Monitoring your tabs and URLs&lt;/p&gt;

&lt;p&gt;Using Chrome’s tabs APIs, the extension watches when you open ChatGPT, DeepSeek, or other AI tools.​&lt;/p&gt;

&lt;p&gt;It also collects active tab URLs, exposing your research topics, internal tools, and sometimes query parameters.​&lt;/p&gt;

&lt;p&gt;Scraping AI conversations from the DOM&lt;/p&gt;

&lt;p&gt;When you are on an AI chat page, the extension reads the Document Object Model (DOM) and pulls both your prompts and the AI responses.​&lt;/p&gt;

&lt;p&gt;This can include confidential project details, source code, clinical notes, or internal company plans.&lt;/p&gt;

&lt;p&gt;Encoding and sending the data out&lt;/p&gt;

&lt;p&gt;The stolen data is encoded in Base64 and sent to command-and-control servers such as deepaichats[.]com and chatsaigpt[.]com.​&lt;/p&gt;

&lt;p&gt;Uploads are batched and sent roughly every 30 minutes to hide in normal traffic patterns.​&lt;/p&gt;

&lt;p&gt;Silent updates keep the attack alive&lt;/p&gt;

&lt;p&gt;Extensions can receive automatic updates that add or change malicious behavior without any user approval.​&lt;/p&gt;

&lt;p&gt;This “sleeper agent” pattern lets a harmless extension turn dangerous months later.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why AI Conversations Are a Goldmine
&lt;/h2&gt;

&lt;p&gt;For attackers, AI chats are rich, structured data. They can include:&lt;/p&gt;

&lt;p&gt;Product roadmaps, business strategies, or customer data.&lt;/p&gt;

&lt;p&gt;Source code and internal architecture details from developers.&lt;/p&gt;

&lt;p&gt;Clinical summaries or protocol-related notes from research staff (even if de-identified).&lt;/p&gt;

&lt;p&gt;The value of these chats makes them a prime target in 2026’s AI cybersecurity landscape.​&lt;/p&gt;

&lt;p&gt;Not Just One Incident: VPN Extensions, Featured Badges, and 8 Million Logged AI Chats&lt;br&gt;
The 900,000-user campaign is part of a wider pattern: browser extensions marketed as “privacy tools” or “productivity tools” quietly logging AI conversations at scale.​&lt;/p&gt;

&lt;h2&gt;
  
  
  The Free VPN and “Privacy” Extension Problem
&lt;/h2&gt;

&lt;p&gt;In December 2025, Koi Security revealed that several free VPN and privacy-related Chrome and Edge extensions with more than 8 million downloads were capturing AI conversations.​&lt;/p&gt;

&lt;p&gt;Extensions like Urban VPN Proxy and related tools intercepted conversations from ChatGPT, Claude, Gemini, Copilot, Perplexity, DeepSeek, Grok, and other AI platforms.​&lt;/p&gt;

&lt;p&gt;JavaScript code embedded in these extensions overrode core browser functions like fetch() and XMLHttpRequest, allowing real-time interception of user inputs and AI responses.​&lt;/p&gt;

&lt;p&gt;Some of these were also labeled as “Featured” on the browser extension stores.​&lt;/p&gt;

&lt;p&gt;Users often installed these extensions to increase privacy, but instead their AI conversations were monetized and logged without clear consent.​&lt;/p&gt;

&lt;p&gt;Enterprise Extension Risk: 99% Usage, 53% High-Risk Permissions&lt;br&gt;
An enterprise browser extension security report in 2025 found:​&lt;/p&gt;

&lt;p&gt;99% of enterprise users have at least one browser extension installed.&lt;/p&gt;

&lt;p&gt;Over half run more than 10 extensions at the same time.&lt;/p&gt;

&lt;p&gt;53% of users have at least one extension with “high” or “critical” permission scopes, able to access cookies, passwords, browsing data, and full page contents.&lt;/p&gt;

&lt;p&gt;For organizations that embrace AI-powered productivity—from clinical research sites to software teams—this means nearly every employee represents a potential attack vector via browser extensions.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why This Matters for Professionals Using AI Every Day
&lt;/h2&gt;

&lt;p&gt;If you are a web developer, clinical researcher, or knowledge worker using AI as a core tool, these attacks are not abstract. They directly affect your work, compliance obligations, and, in some cases, patient or client confidentiality.&lt;/p&gt;

&lt;p&gt;High-Risk Use Cases&lt;br&gt;
You are especially at risk if you:&lt;/p&gt;

&lt;p&gt;Paste internal code, credentials, or infrastructure details into ChatGPT, DeepSeek, or Perplexity.&lt;/p&gt;

&lt;p&gt;Summarize internal SOPs, study protocols, or regulatory documents inside AI tools.&lt;/p&gt;

&lt;p&gt;Use AI to draft agreements, HR decisions, or sensitive corporate communications.&lt;/p&gt;

&lt;p&gt;When malicious extensions scrape AI conversations, they gain:&lt;/p&gt;

&lt;p&gt;Internal naming conventions, URLs, and system structures.&lt;/p&gt;

&lt;p&gt;Business strategy and research plans.&lt;/p&gt;

&lt;p&gt;Potentially identifiable fragments that, when combined, may violate contracts or regulations.&lt;/p&gt;

&lt;p&gt;As AI becomes a core productivity layer in 2026, attackers are following the data.&lt;/p&gt;

&lt;p&gt;Read more at &lt;a href="https://usebetterai.com/malicious-chrome-extensions-steal-ai-chats-2026" rel="noopener noreferrer"&gt;usebetterai &lt;/a&gt;&lt;/p&gt;

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