Security9 min readFebruary 21, 2026

Why Open AI Agent Registries Are Dangerous

Open registries have a serious malware problem. Here's the data from the ClawHavoc report — and how to stay safe.

ET

EasyClaw Team

EasyClaw Team

Why Open AI Agent Registries Are Dangerous

In February 2026, the "ClawHavoc" report revealed something terrifying: 12% of agents on open registries contain malware. This is not a theoretical risk — it's happening right now, and businesses are getting hurt.

Critical Security Alert

If you are running AI agents from open registries without auditing the code, your data, credentials, and crypto wallets may already be compromised.


The Problem

Open AI agent registries work like this:

  1. Anyone creates an account (often anonymous)
  2. They upload agent code (no review process)
  3. Users discover and download the agent
  4. Users run it on their machines (with full system access)

No verification. No security audit. No accountability. It is the software equivalent of picking up a USB drive in a parking lot and plugging it into your work computer.

This model worked for open-source code libraries where the community could review changes over time. But AI agents are different — they execute actions, access APIs, read files, and make network requests. A malicious agent can do real damage in seconds.


What the ClawHavoc Report Found

341
Malicious skills found on a single open registry
Source: Koi Security, Feb 2026

The Koi Security team conducted a systematic audit of open AI agent registries. Their findings:

  • 341 malicious skills identified on a major open registry
  • 42,900 exposed instances discoverable on the public internet
  • 15,200 instances vulnerable to remote code execution (CVSS score: 8.8)
  • 12% overall malware rate across the marketplace

These are not edge cases found by looking for obscure, unpopular agents. Many of the malicious agents had hundreds of downloads and appeared legitimate on the surface. They targeted popular categories like crypto trading, productivity tools, and data analysis — exactly the categories that business users search for.


Types of Malware Found

The ClawHavoc campaign used sophisticated techniques to avoid detection:

1. Data Exfiltration

The most common attack. Agents steal API keys, database credentials, environment variables, and access tokens. The stolen credentials are exfiltrated to attacker-controlled servers within seconds of the agent running.

Impact: Attackers gain access to your cloud infrastructure, SaaS tools, and databases.

2. Cryptocurrency Drainers

Agents that target crypto traders by mimicking legitimate trading tools. Once running, they scan for wallet credentials and drain funds.

Impact: Direct financial loss. The Koi Security report linked $16 million in crypto theft to malicious AI agents.

3. Backdoors

Agents that install persistent access mechanisms on your machine. Even after you remove the agent, the attacker retains access through hidden backdoor processes.

Impact: Long-term compromise of your machine and network. Backdoors are difficult to detect and remove.

4. Keyloggers and Screen Capture

Agents that capture keyboard input and take periodic screenshots, then transmit the data to external servers.

Impact: Passwords, sensitive conversations, confidential documents — all captured and exfiltrated.

5. Supply Chain Attacks

Agents that appear legitimate but include malicious dependencies. The agent code itself looks clean, but it pulls in compromised libraries that execute the attack.

Impact: Extremely difficult to detect even with manual code review. Requires deep dependency analysis.


Why Open Registries Can't Fix This

The fundamental problem is structural, not technical:

No Vetting Process

Open registries operate on a "publish first, review maybe" model. Anyone can upload code, and it is immediately available to users. There is no security review, no code audit, no human oversight.

Anonymous Creators

Most open registries allow anonymous or pseudonymous accounts. When a malicious agent is discovered, there is no way to trace it back to the attacker or hold them accountable.

No Accountability

If you download a malicious agent from an open registry, there is no support team to contact, no incident response, and no recourse. You are entirely on your own.

Outdated and Abandoned Code

Many agents on open registries haven't been updated in months or years. They contain known vulnerabilities, deprecated API calls, and broken dependencies that create additional attack surfaces.

Scale Makes Review Impossible

With thousands of agents being uploaded every month, manual review at scale is impractical. Automated scanning catches some threats but misses sophisticated attacks — exactly the kind documented in the ClawHavoc report.


The EasyClaw Difference

Every agent on EasyClaw passes a four-stage verification process before it is listed:

We refuse to list agents that do not pass our security checks. This means our catalog is smaller than open registries — and that is the point. Quality and security over quantity.


How to Stay Safe

Whether you use EasyClaw or not, follow these practices:

1. Only Use Verified Agents

Use agents from curated marketplaces (like EasyClaw) or well-known enterprise platforms (Microsoft, Salesforce). Never run agents from anonymous sources.

2. Run in a Sandbox

Always test new agents in an isolated environment — a Docker container, a VM, or a dedicated test machine. Never run an untested agent on a production machine.

3. Audit Code Before Running

If you are technical, review the agent's source code before executing it. Look for network calls to unknown domains, file system access patterns, and obfuscated code.

4. Use API Keys With Limited Permissions

Never give an agent your root credentials or admin API keys. Create scoped API keys with the minimum permissions the agent needs.

5. Monitor Network Traffic

After deploying an agent, monitor its network traffic for the first 24-48 hours. Unexpected outbound connections to unknown domains are a major red flag.

6. Keep Agents Updated

If you use open-source agents, keep them updated. Known vulnerabilities in outdated versions are the easiest attack vector.


The Bottom Line

Free is not free when your data gets stolen.

The convenience of open registries comes with a 12% chance that the agent you download contains malware. For business use, that risk is unacceptable.

"

The AI agent ecosystem is in the same position that browser extensions were in 2015 — a Wild West with minimal oversight and significant security risks. Curated marketplaces are the solution.

"
Koi Security Research Team

Verified > Free. Always.

Browse verified agents at EasyClaw.store/agents.


Last updated: February 21, 2026