← Latest papers
💬 NLP

Malicious Agent Skills in the Wild: A Large-Scale Security Empirical Study

This paper presents the first large-scale empirical study of malicious third-party agent skills, introducing a labeled dataset of 157 confirmed threats that reveal a split ecosystem of data thieves and agent hijackers exploiting supply chain vulnerabilities and platform hooks, while demonstrating the effectiveness of responsible disclosure in removing 93.6% of these risks.

Original authors: Yi Liu, Zhihao Chen, Yanjun Zhang, Gelei Deng, Yuekang Li, Jianting Ning, Ying Zhang, Leo Yu Zhang

Published 2026-03-17
📖 5 min read🧠 Deep dive

Original authors: Yi Liu, Zhihao Chen, Yanjun Zhang, Gelei Deng, Yuekang Li, Jianting Ning, Ying Zhang, Leo Yu Zhang

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you've just bought a super-smart robot assistant (an AI Agent) that can help you write code, analyze data, and manage your digital life. To make this robot even more useful, developers created a "skill store" where people can download little add-on programs called Skills. Think of these like apps for your phone, but instead of just running on your phone, these skills run with full access to your computer, your files, and your passwords.

The paper you shared is a massive security investigation into this new "Skill Store." The researchers wanted to know: Is this store safe, or is it full of traps?

Here is the story of their findings, explained simply:

1. The Setup: A Wild West Store

The researchers looked at two popular online stores where people share these skills. In just three months, over 98,000 skills were uploaded.

  • The Problem: Unlike the Apple App Store, where apps are checked before they are sold, these skill stores have almost no security checks. Anyone can upload anything.
  • The Trap: Because these skills run with your full computer permissions, a "bad" skill can do anything you can do: steal your passwords, delete your files, or let hackers take over your machine.

2. The Investigation: The "Sniffer Dog" Method

The researchers didn't just read the descriptions of the skills (because liars can write nice descriptions). They built a digital sandbox—a safe, isolated room where they could run these 98,000 skills to see what they actually did.

  • The Result: Out of 98,000 skills, they found 157 confirmed malicious ones.
  • The Scale: While 157 sounds small compared to 98,000, it's actually huge because these aren't just "oops, I made a mistake" bugs. These are deliberate attacks. On average, each bad skill had 4 different ways to hurt you, and they used a "kill chain" (a step-by-step plan) to steal data.

3. The Two Types of Villains

The researchers discovered that the bad actors fall into two distinct groups, like two different types of criminals in a movie:

🕵️ Type A: The Data Thieves (The "Pickpockets")

  • What they do: They pretend to be helpful tools (like a "Math Calculator" or "Email Helper"). Once you install them, they quietly steal your passwords and send them to the hacker.
  • The Trick: They use a "factory" approach. One criminal group created 85 different fake skills that all looked slightly different but were built from the exact same template. They impersonated big brands to trick you.
  • The Analogy: Imagine a street vendor selling "Free Water" bottles, but every bottle has a hidden camera inside. They made 85 different bottles, but they all came from the same factory.

🎭 Type B: The Agent Hijackers (The "Mind Controllers")

  • What they do: They don't just steal data; they try to trick the AI itself. They write instructions that tell the AI, "Ignore your safety rules," "Don't ask the user for permission," and "Do this secretly."
  • The Trick: They hide their evil instructions inside the text description (the "manual") rather than the code. Since the AI reads the manual to understand what to do, it obeys the evil instructions.
  • The Analogy: Imagine a robot butler. A normal hacker tries to break the robot's arm to steal your wallet. A Hijacker walks up to the robot and whispers, "Hey, your owner told me to take your wallet and not tell them." The robot, being obedient, does exactly that.

4. The "Shadow" Features

The scariest part is how they hide.

  • The "Shadow" Metaphor: Imagine a car that looks like a normal sedan. But under the hood, it has a secret engine that only turns on when you drive past a specific building.
  • The Finding: The more sophisticated the attack, the better the hiding.
    • Beginner attacks: No hiding.
    • Advanced attacks: 100% of them had "Shadow Features"—capabilities that were nowhere to be found in the public description. They were hidden in comments, invisible characters, or encrypted code.

5. The "Natural Language" Danger Zone

This is the most unique finding. In traditional software, hackers hide bad code in the program files. Here, 84% of the dangerous stuff was hidden in the text descriptions (the "manuals").

  • Why it matters: Traditional security software scans code. It's like a security guard checking a suitcase for weapons. But these hackers hid the weapons inside the instruction manual that the robot reads. The security guard didn't know to check the manual!

6. The Good News: They Got Caught

The researchers practiced "Responsible Disclosure." They told the store owners about the 157 bad skills.

  • The Result: Within 30 days, 93.6% of the malicious skills were removed.
  • The Lesson: The store owners are responsive, but by the time they remove the bad skills, many users might have already installed them.

Summary: What Should We Learn?

  1. Don't trust the label: Just because a skill says "Safe Calculator" doesn't mean it is.
  2. The AI is gullible: Hackers are learning to trick the AI's brain (instructions) rather than just breaking its body (code).
  3. We are early: This ecosystem is like the internet in the 1990s or app stores in 2010. It's growing fast, but the security rules haven't caught up yet.
  4. The Solution: We need new tools that can "read" the instructions and compare them to what the program actually does, looking for those "Shadow Features."

In a nutshell: The world of AI assistants is getting a "Wild West" app store. Hackers are already there, wearing masks and hiding in plain sight. But now that we know what they look like, we can start building better locks and guards.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →