Threat · curated 26 Sep 2026

Skill Poisioning turning AI agents into malware droppers - warns China's National CERT

Dossier

Coverage timeline

13 Sep 2026ministryofcyberaffairs.…

Single-source incident — first reported, latest, and curated coincide.

Why it matters

Skill poisoning turns trusted AI-agent plug-in ecosystems into a malware-delivery channel requiring no user click, making agent skill supply chains a live attack surface defenders must vet and monitor.

China's National Computer Virus Emergency Response Center (CVERC) warns of a 'skill poisoning' campaign in which attackers publish fake AI-agent skills/plug-ins containing hidden malicious prompt text; when an agent loads them it silently downloads a trojan capable of stealing files, granting remote control, and pivoting into networks. Analysts identified eight fake skill packs in repositories used by an agent system called 'Lobster'/'OpenClaw,' and IOCs were published in the advisory.

exploited-vuln

Summary

China's National Computer Virus Emergency Response Center (CVERC) has warned of a technique it calls 'skill poisoning,' in which attackers publish counterfeit AI-agent 'skills' (plug-ins) that carry hidden malicious prompt instructions. When an AI agent loads or uses the poisoned skill, it silently downloads a trojan in the background without the user clicking anything.[1]

CVERC and the National Engineering Laboratory for Computer Virus Prevention first reported the activity in April 2026, identifying eight fake skill packs in repositories used by an agent system referred to as 'Lobster' (龙虾) / OpenClaw. The delivered malware can steal local files, grant remote control, and pivot into a wider network. The case reappeared in official briefings by early September 2026, ahead of National Cybersecurity Awareness Week.[1]

All details in this dossier derive from a single aggregator article that attributes its content to CVERC and explicitly states it is not an official government portal, so claims should be treated as single-source pending corroboration.[1]

Attack chain

  1. Delivery / staging: Attackers publish fake 'skills' — plug-ins an AI agent is meant to load — in repositories and marketplaces, disguised as everyday utilities (social accounts, research, spreadsheets, prediction markets, crypto wallet, headless browser).[1]
  2. Execution via poisoned prompt: The skill contains hidden natural-language instructions embedded alongside legitimate ones. When the agent loads or runs the skill, it follows the malicious instructions and fetches a trojan in the background, without the user clicking a link.[1]
  3. Payload / impact: The downloaded trojan can steal files and local data, let an attacker take remote control, and use the compromised machine as a jump box into a company network or other devices.[1]

Disclosure timeline

DateEvent
April 2026CVERC and the National Engineering Laboratory for Computer Virus Prevention first reported the skill-poisoning activity and counterfeit skill packs in the 'Lobster'/OpenClaw agent ecosystem.[1]
Early September 2026The case reappeared in official briefings, with the national cyberspace threat report and Cybersecurity Awareness Week talking points treating agent plug-ins as a live attack path.[1]
13 September 2026Aggregator article published summarizing the CVERC advisory and IOC list.[1]
14–20 September 2026National Cybersecurity Awareness Week, ahead of which CAC officials listed agent skill-pack abuse among five AI security risks.[1]

How it works

The technique abuses the fundamental design of AI agents, which are built to fetch URLs, run scripts, call tools, and touch files. A poisoned skill inserts malicious instructions in natural-language prompt text that sits next to legitimate instructions; the agent executes both because that is how agents operate. Because prompts are hard to audit and there is no obvious 'this file is a virus' moment, users cannot easily distinguish a safe skill from a poisoned one.[1]

Risk is amplified because skills are easy to share via repos and marketplaces (like browser extensions or npm packages once were) and because agents often hold high privileges — some terminal agents can run system commands, so a hostile skill inherits those rights.[1]

Affected versions and patch status

ProductAffectedPatch status
'Lobster' (龙虾) / OpenClaw AI agent systemInstances loading skills from affected repositories/marketplaces; eight counterfeit skill packs identifiedNot specified in evidence[1]

Indicators of Compromise

TypeIndicatorContext
file-hash7d7f1ff783505b0efeb4b76e6c1638aaHash of zohoclaw.zip, malicious skill 'Zoho / zoho claw' impersonating LinkedIn Actions.[1]
file-hash9797056c9935d3122516ac4056f24c8fHash of polymarket-all-in-one.zip, malicious skill impersonating Polymarket Better.[1]
file-hashb9d4e1cced33635217401eb899df6d7bHash of gorger.zip, malicious skill 'jfuu/gorger' impersonating Deep Research Agent.[1]
file-hashffceb45abbcfc4fe286f22f3ebc4a709Hash of bird-su.zip, malicious skill 'Bird Su' impersonating 'bird' social-media CLI.[1]
file-hashfb995fb61c22bb33f594a7c979b0b96cHash of better-polymarket.zip, malicious skill 'Better Polymarket'.[1]
file-hash4602c99cdd7df49c2e7d7a4451d94339Hash of excel-1kl.zip, malicious skill 'Excel' impersonating Excel Actions.[1]
file-hashb2d7f50410f361d11a11f5d7509080cfHash of amir.zip, malicious skill 'amir/gol' impersonating Solana Wallet CLI.[1]
file-hashd71414c5d6580cb31bdc8c1bf6791eacHash of agent-browser-zd1dook9mtfz.zip, malicious skill 'Agent Browser Zd1dook9mtfz' impersonating Browser Automation with agent-browser.[1]
file-pathzohoclaw.zipFile name of poisoned skill pack listed in CVERC advisory.[1]
file-pathpolymarket-all-in-one.zipFile name of poisoned skill pack listed in CVERC advisory.[1]
file-pathgorger.zipFile name of poisoned skill pack listed in CVERC advisory.[1]
file-pathbird-su.zipFile name of poisoned skill pack listed in CVERC advisory.[1]
file-pathbetter-polymarket.zipFile name of poisoned skill pack listed in CVERC advisory.[1]
file-pathexcel-1kl.zipFile name of poisoned skill pack listed in CVERC advisory.[1]
file-pathamir.zipFile name of poisoned skill pack listed in CVERC advisory.[1]
file-pathagent-browser-zd1dook9mtfz.zipFile name of poisoned skill pack listed in CVERC advisory.[1]

Key takeaways

  • Skill poisoning weaponizes the intended behavior of AI agents — fetching URLs, running scripts, and executing tools — making poisoned plug-ins a stealthy malware delivery channel that requires no user click.[1]
  • CVERC documented eight concrete poisoned skill packs with file names and hashes, giving defenders immediate hunt/block indicators, and warned of an escalation trend from poisoned skills toward increasingly autonomous AI-driven attacks.[1]
  • All information stems from a single aggregator attributing to CVERC; corroboration from primary CVERC publications is advisable before treating the details as fully confirmed.[1]

Defensive actions

  • Perform a security audit of a skill package before installation — review included prompts, external network links, scripted code, and called tool software to ensure they match the function description and contain no unknown-feature code.: Malicious instructions are hidden in natural-language prompt text alongside legitimate ones and cannot be spotted by ordinary users; auditing is the only way to catch a fetch you did not ask for.[1]
  • Install skills only from the official project or vendor channel and delete any skill that fetches a file you did not request.: Skill packs have become a new virus delivery channel spread through repos and marketplaces, mirroring past extension/npm abuse.[1]
  • Limit agent privileges — do not give an agent the whole disk, password store, or production network; sandbox it, allow-list outbound downloads, and log every tool call.: Agents often hold high privileges and can run system commands, so a hostile skill inherits those rights; a sudden unknown outbound domain in tool-call logs is the alert.[1]
  • Prefer skills that cannot run a shell or talk to a crypto wallet.: The poisoned skills targeted tokens, files, and network access; skills needing such capabilities are the most valuable to weaponize.[1]