← Latest papers
🤖 AI

Proteus: A Self-Evolving Red Team for Agent Skill Ecosystems

The paper introduces Proteus, a self-evolving red-team framework that demonstrates current skill vetting systems significantly underestimate security risks by revealing how adaptive, feedback-driven attackers can iteratively bypass audits to create lethal agent skill variants.

Original authors: Zhaojiacheng Zhou

Published 2026-05-13
📖 4 min read☕ Coffee break read

Original authors: Zhaojiacheng Zhou

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 a world where you can download "skills" for your AI assistant, just like you download apps on your phone. These skills tell the AI how to do specific tasks, like checking your bank account or managing your calendar. But what if a hacker creates a "poisoned" skill that looks harmless but secretly steals your data?

This paper introduces Proteus, a digital security researcher designed to test how good our current safety guards are at catching these poisoned skills.

Here is the breakdown of how it works, using simple analogies:

1. The Problem: The "Whac-A-Mole" Game

Currently, when someone submits a new skill, it goes through a Security Auditor (a digital guard). The guard checks the skill's code and its description (documentation) to see if it's dangerous.

  • The Flaw: Most security tests only check the skill once. If the guard says "Pass," the skill is installed.
  • The Reality: A smart hacker doesn't just submit one bad skill and give up. They watch why the guard rejected it, tweak the skill slightly, and try again. They keep doing this until they find a version that slips past the guard but still does the damage.

The paper calls this "Adaptive Leakage." It's the risk that a hacker can keep trying until they break the lock.

2. The Solution: Proteus (The Self-Evolving Hacker)

The researchers built Proteus, an AI agent that acts like a relentless, learning hacker. Instead of just trying to trick the guard once, Proteus plays a multi-round game:

  1. Submit: It sends a skill to the guard.
  2. Listen: If the guard says "No," Proteus reads the reason (e.g., "This code looks suspicious" or "The description doesn't match the code").
  3. Evolve: Proteus uses that feedback to rewrite the skill. It might change the code, rewrite the description, or rearrange how the skill connects to other tools.
  4. Repeat: It keeps doing this until it finds a version that passes the guard and successfully performs the harmful action (like stealing data) in a safe, simulated sandbox.

3. The Five Axes of Attack

Proteus doesn't just change one thing; it attacks the skill from five different angles simultaneously, like a master lockpicker trying different tools:

  • The Goal: What is the skill trying to do?
  • The Structure: How is the skill organized?
  • The Code: The actual instructions.
  • The Channel: How it talks to the outside world.
  • The Documentation: The written description that explains what the skill does.

Proteus can mix and match changes in all these areas to confuse the guard.

4. The "Round Contract" (The Testing Arena)

To make sure Proteus is actually finding real holes, the researchers built a strict testing arena with three steps for every attempt:

  1. The Audit: Does the guard let it through?
  2. The Sandbox: Does the skill actually run without crashing?
  3. The Oracle: Did it actually do the harmful thing (like deleting a file or stealing a password)?

Proteus only counts as a "win" if it passes all three steps.

5. What They Found

The researchers tested Proteus against two real-world security guards (one open-source and one from a major tech company) and two different AI models.

  • The Results: Proteus was terrifyingly effective.
    • In just 5 rounds of trying, it successfully bypassed the guards 40% to 90% of the time.
    • It didn't just find one trick; it found 438 different ways to break the system.
    • Even the strongest guard they tested (AI-Infra-Guard) failed to stop Proteus about 41% of the time.
    • The "Transfer" Trick: When Proteus learned how to break one guard, it could often use those same tricks to break the other guard without needing to learn anything new.

6. The Big Takeaway

The paper concludes that our current way of checking AI skills is underestimating the danger. We are checking skills like a security guard checking a single photo of a person. But a real attacker is like a shapeshifter who keeps changing their face until the guard lets them in.

Proteus proves that if we don't build systems that can handle attackers who learn and adapt, our AI ecosystems will have huge, hidden holes that hackers can easily exploit.

In short: We thought our security guards were good at spotting bad skills. This paper shows that if a bad actor is smart enough to learn from their mistakes, those guards are actually quite easy to fool.

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 →