Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons

Social Media

Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons
Search the Site
Popular Searches:
technology Amazon AI
Recent Posts
Hackers Hijack Government Websites to Deliver Malware via Trusted Links
July 21, 2026
New Crypter Evades EDR and Deletes Malware From Disk
July 21, 2026
Google Gemini 3.5 Flash AI Speeds Vulnerability Detection and Patching
July 21, 2026
Home/Threats/AgentBaiting Campaign Uses 800 Fake AI Skills and MCP Servers to Deliver SmartLoader Malware
Threats

AgentBaiting Campaign Uses 800 Fake AI Skills and MCP Servers to Deliver SmartLoader Malware

Key Takeaways A new campaign, dubbed “AgentBaiting,” is actively exploiting the growing interest in AI tools by distributing SmartLoader malware through fake AI Skills and Model Context...

Jennifer sherman
Jennifer sherman
July 21, 2026 5 Min Read
4 0

Key Takeaways

  • A new campaign, dubbed “AgentBaiting,” is actively exploiting the growing interest in AI tools by distributing SmartLoader malware through fake AI Skills and Model Context Protocol (MCP) servers.
  • Attackers are leveraging platforms like GitHub and public AI capability catalogs to host over 800 fraudulent AI-related projects, making them appear legitimate.
  • The campaign is widespread, with researchers identifying approximately 7,600 malicious repositories and over 14 million downloads of malicious payloads.
  • AI agents (e.g., Claude Code, Gemini, ChatGPT) can inadvertently recommend these malicious repositories, increasing the risk of compromise for users seeking AI integrations.
  • The SmartLoader malware ultimately deploys StealC, a sophisticated info-stealer capable of exfiltrating sensitive credentials, browser data, and session tokens.

AgentBaiting Leverages Fake AI Tools for Malware Distribution

In an evolving threat landscape, cybercriminals are increasingly weaponizing the burgeoning field of artificial intelligence as a vector for malware delivery. A recently uncovered operation, named AgentBaiting, is actively employing deceptive AI Skills and Model Context Protocol (MCP) servers to disseminate SmartLoader malware. This sophisticated campaign exploits the trust associated with platforms like GitHub and public capability catalogs by presenting malicious projects as legitimate AI integrations, as detailed in a recent report by Island.

Table Of Content

  • Key Takeaways
  • AgentBaiting Leverages Fake AI Tools for Malware Distribution
  • The Scale of the FakeGit Operation
  • Anatomy of the AgentBaiting Lure
  • AI Discovery Becomes Risk
  • What You Should Do
  • Indicators of Compromise (IoCs)

The AgentBaiting campaign transforms a seemingly innocuous search for AI integration tools into a high-risk scenario for unsuspecting users. Victims are directed to ZIP archives, masquerading as legitimate installers, and then prompted to execute contained files that bear no functional resemblance to the advertised AI tool. Instead, these files deploy the SmartLoader malware.

The Scale of the FakeGit Operation

Island researchers first identified this campaign while monitoring the broader FakeGit operation. Their investigation revealed an extensive network comprising approximately 7,600 malicious repositories, created by roughly 6,600 distinct profiles. Crucially, over 800 of these profiles were specifically designed to imitate AI Skills or MCP servers. This scale indicates a highly organized and persistent threat actor.

The AI-focused phase of the campaign saw a significant surge in activity from March to April 2026. Malicious projects were listed more than 600 times across various public AI registries and catalogs, amplifying their visibility and potential reach. Furthermore, researchers documented over 14 million downloads from release assets across approximately 200 repositories linked to this campaign, underscoring the significant impact of AgentBaiting.

Anatomy of the AgentBaiting Lure

The success of FakeGit, and by extension AgentBaiting, hinges on its ability to establish a convincing facade of legitimacy. This is achieved through the replication of existing projects, the creation of lookalike user accounts, the provision of seemingly credible documentation, and the manipulation of engagement metrics to suggest popularity.

One notable example involved a lure that mimicked a popular Claude Skills collection, offering a ZIP archive confirmed to contain SmartLoader instead of the advertised AI tool. This tactic mirrors previous fake GitHub malware delivery operations that exploited familiar development workflows to gain user trust.

The malicious lures are designed to appeal to both individual users and enterprise environments, spanning various functionalities such as email, messaging, analytics, build systems, cloud services, and developer tools. Their deceptive naming conventions make them appear relevant to daily operational tasks, thereby reducing suspicion. Island’s analysis showed that 62 malicious repositories were presented as suitable for enterprise or internal developer use. Additionally, nearly two-thirds of the MCP lures falsely claimed to facilitate connections to cloud services, databases, or APIs.

The infection chain typically begins with a repository like 45d5r/databricks-mcp-server. This repository, for instance, advertises an enterprise integration with accompanying documentation and a download link. However, the downloaded archive contains a command launcher, a disguised LuaJIT-style runtime, and an obfuscated Lua program posing as a simple text file. Executing the launcher initiates the hidden payload rather than installing the promised MCP server.

Further analysis revealed that related malware variants can operate stealthily by hiding their console windows, retrieving command server details from a Polygon smart contract, establishing persistence through scheduled tasks, and fetching encrypted stages from GitHub. These stages ultimately inject StealC, a potent info-stealer, into another process, continuing the credential theft objective previously observed in operations targeting StealC infrastructure.

AI Discovery Becomes Risk

A critical new dimension introduced by AgentBaiting is the potential for AI agents themselves to discover and recommend these malicious projects, even without a direct link being provided to a human user. During testing, researchers found that AI models such as Claude Code, Gemini, and ChatGPT could independently identify campaign repositories when prompted to find a specific AI Skill or MCP server.

While the results varied, they consistently highlighted a dangerous vulnerability. In one test, an AI agent recommended a benign option but also included malicious installation instructions as an alternative. Another test saw Gemini return a fraudulent Walmart MCP repository as its top result, while ChatGPT listed the same repository among public options, even highlighting it as a suggested starting point.

The risk is further exacerbated by public registries, which can amplify exposure to these malicious offerings. Island observed over 600 campaign listings across platforms like LobeHub, Glama, MCP.so, and MCP Market. Some of these registries even reproduced the attackers’ fabricated documentation and download instructions, lending an additional layer of credibility to the malicious repositories. This is particularly concerning given growing security concerns surrounding MCP servers and AI integrations that may access sensitive business resources.

What You Should Do

  • Utilize Curated Catalogs: Rely on officially curated and vetted catalogs for AI Skills, MCP servers, and agent plug-ins instead of unrestricted discovery methods.
  • Isolate and Test New Capabilities: Before deploying any new AI capability, thoroughly test it in an isolated environment devoid of browser sessions, cloud credentials, SSH keys, or production data.
  • Scrutinize Downloaded Files: Reject any purported AI capability distributed as a Windows ZIP file that contains a launcher and a hidden payload, as this is a common indicator of compromise.
  • Verify Publishers and Projects: Do not rely solely on star counts, copied profiles, or registry listings to establish legitimacy. Always verify the authenticity and reputation of publishers as rigorously as you evaluate the projects themselves.
  • Monitor Agent Activity: Implement robust monitoring for downloads, Git clones, shell commands, and any changes to MCP or Skill configurations initiated by AI agents.
  • Maintain a Capability Inventory: Keep a detailed inventory of each AI capability, including its source repository, commit hash, version, and package hash, to expedite incident response and investigation.
  • Incident Response for Suspected Infection: If SmartLoader execution is suspected, immediately isolate the affected endpoint. Revoke all active browser sessions, OAuth grants, API tokens, cloud credentials, and developer credentials. Be aware that password resets alone may be insufficient, as StealC can exfiltrate live sessions, browser data, email, remote-access credentials, screenshots, and host details.

Indicators of Compromise (IoCs)

Note: IP addresses and domains are intentionally defanged (e.g., [.]) to prevent accidental resolution or hyperlinking. Re-fang only within controlled threat intelligence platforms such as MISP, VirusTotal, or your SIEM.

Type Indicator Description
GitHub repository hfgwyge/yu-ai-agent Fake AI agent repository
File name yu-ai-agent-1.0-beta.3.zip SmartLoader package
SHA-256 216a2c99fd42c00f9323d8b16dd19f622f7f4778b2b1d7cf07a3de5621f2 Package hash
GitHub repository Mann1988/awesome-claude-skills Fake Claude Skills repository
File name awesome-skills-claude-3.3.zip SmartLoader package
SHA-256 91e5dbfaf45edf25fbc2168f92083e05dfa427afa7633e991392e33cc743 Package hash
GitHub repository h4vzz/awesome-ai-agent-skills Fake AI agent Skills repository
File name agentaiawesomeskills2.0.zip SmartLoader package
SHA-256 498fe8fb806cd0e6685f97fc7d74de769dae5a28cdc821557b7585ad5ad Package hash
GitHub repository StanLeyJ03/mcp-for-security Fake security MCP repository
File name for-security-mcp-3.3.zip SmartLoader package
SHA-256 62744baa8077bb8be237647fd78e3bea2ca0932bf4be3d5618600f971185 Package hash
GitHub repository xbim08/awesome-claude-code-plugins Fake Claude Code plug-ins repository
File name pluginsclaudeawesomecode2.4.zip SmartLoader package
SHA-256 1da8df487d30b988f3c350c065206726aaa13f079a07151cd42ab557999 Package hash
GitHub repository DomingosNgongo/walmart-mcp Fake Walmart MCP repository
File name mcp-walmart-2.2.zip SmartLoader package
SHA-256 c15693106682f2ddb26649cab6e1962a64537627cde4c5d3c79d5a0be8c7 Package hash
GitHub repository 45d5r/databricks-mcp-server Fake Databricks MCP repository
File name serverdatabricksmcp1.6.zip SmartLoader package
SHA-256 66afc7d87d10dbe392898c4e5c613e0442fabb396415c2bef3a5ef2ac758 Package hash
GitHub repository MauManto/jenkins-mcp-server Fake Jenkins MCP repository
File name mcp-server-jenkins-3.2.zip SmartLoader package
SHA-256 a33f40cab1ab7f971d3464af3e7595918107332b9e83342007571842b9e Package hash
GitHub repository waynestimulative605/docker-mcp-gateway Fake Docker MCP gateway repository
File name gateway-docker-mcp-v1.6-alpha.5.zip SmartLoader package
SHA-256 3c858facbad66f5479e2c4add171421dc1b6488b36f33e7cff073aba585 Package hash
GitHub repository lucaducapuca/alibabacloud-bigdata-skills Fake Alibaba Cloud Skills repository
File name alibabacloud-skills-bigdata-v1.7.zip SmartLoader package
SHA-256 fc1278f419e611bf40ca414099bfd9ad98a31ffb054371e8cb65a84849b Package hash

Disclaimer: HackersRadar reports on cybersecurity threats and incidents for informational and awareness purposes only. We do not engage in hacking activities, data exfiltration, or the hosting or distribution of stolen or leaked information. All content is based on publicly available sources.

Tags:

AttackExploitMalwareSecurityThreat

Share Article

Jennifer sherman

Jennifer sherman

Jennifer is a cybersecurity news reporter covering data breaches, ransomware campaigns, and dark web markets. With a background in incident response, Jennifer provides unique insights into how organizations respond to cyber attacks and the evolving tactics of threat actors. Her reporting has covered major breaches affecting millions of users and has helped organizations understand emerging threats. Jennifer combines technical knowledge with investigative journalism to deliver in-depth coverage of cybersecurity incidents.

Previous Post

Outlook Vulnerability Lets Attackers Hide C2 in Calendar Events

Next Post

Craneware Data Breach: Attackers Stole Extensive Patient and Employee Data

No Comment! Be the first one.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Popular Posts
Critical GitHub Actions Flaw Backdoors AsyncAPI npm Packages with Miasma RAT
July 21, 2026
Critical SharePoint RCE Vulnerability CVE-2023-29357 Actively Exploited
July 21, 2026
Top 10 Malware Used by Threat Actors in Recent Cyberattacks
July 21, 2026
Top Authors
Marcus Rodriguez
Marcus Rodriguez
Emy Elsamnoudy
Emy Elsamnoudy
David kimber
David kimber
Let's Connect
156k
2.25m
285k

Related Posts

Jennifer sherman
By Jennifer sherman
Threats

GlassWorm Attacks macOS via Malicious VS Code…

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Attacks

ClickFix Attack Hides Malicious Code via Stegan Security

January 1, 2026
Sarah simpson
By Sarah simpson
Vulnerabilities

MongoBleed Detector Tool Released to Detect MongoDB Vulnerability(CVE-2025-14847)

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Breaches

Conti Ransomware Gang Leaders & Infrastructure Exposed

January 1, 2026
Hackers News Hackers News
  • [email protected]

Quick Links

  • Contact Us
  • Privacy Policy
  • Terms of service

Categories

Attacks
Breaches
Comparisons
CyberSecurity News
Threats
Vulnerabilities

Let's keep in touch

receive fresh updates and breaking cyber news every day and week!

All Rights Reserved by HackersRadar ©2026

Follow Us