Malicious OpenClaw/MoltBot Skills - 230+ Supply Chain Packages

Malicious OpenClaw/MoltBot Skills (TL-2026-0019), also tracked as MoltBot Malware, is a high-severity supply-chain compromise scored CVSS 8.1, first published 2026-02-02. It has no confirmed attribution, affects OpenClaw OpenClaw AI Assistant, maps to 19 MITRE ATT&CK techniques (T1005, T1027, T1036), and is covered by 13 detection rules and 30 indicators of compromise.

Key facts for TL-2026-0019

Threat ID
TL-2026-0019
Also known as
MoltBot Malware, OpenClaw Supply Chain, AI Assistant Malware
Severity
HIGH
CVSS
8.1 (CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N)
Status
ACTIVE
Category
SUPPLY_CHAIN
First published
2026-02-02
Last reviewed
2026-02-02
Attribution confidence
NONE
Motivation
FINANCIAL
Target sectors
Technology, Software Development, AI/ML, Individual Users, All Sectors Using AI Assistants
Target regions
Global
Detection rules
13
Indicators of compromise
30

Over 230 malicious OpenClaw/MoltBot skills were discovered across ClawHub (the official skills registry), GitHub repositories, and third-party sharing platforms. These skills exploited OpenClaw's trust model where installed skills receive system-level access through the AI agent — including file system read/write, shell command execution, network access, and messaging service integration. Malicious skills used prompt injection techniques embedded in SKILL.md files to override safety guardrails, exfiltrate API keys and tokens from openclaw.json configuration, establish reverse shells, install cryptocurrency miners, and pivot through connected messaging services (Telegram, WhatsApp, Signal, iMessage). This represents the first large-scale supply chain attack targeting an AI agent skill/plugin ecosystem, analogous to malicious npm/PyPI packages but with amplified impact because AI agents operate with broader system permissions than typical software dependencies.

How Malicious OpenClaw/MoltBot Skills works

OpenClaw (formerly MoltBot/ClawdBot) is an open-source AI personal assistant platform with 100,000+ users that supports extensibility through 'skills' — installable instruction packages that teach the AI agent how to use specific tools. Skills are distributed through ClawHub (the official registry at clawhub.com), GitHub repositories, and community sharing channels.

**The OpenClaw Skills Trust Model:**

OpenClaw skills follow the AgentSkills specification. Each skill is a directory containing a SKILL.md file with YAML frontmatter (metadata) and natural language instructions. When installed, skills are loaded into the agent's system prompt, giving them access to all tools the agent can use:

- File system: read, write, edit, delete files anywhere the agent has permissions - Shell execution: run arbitrary commands via the exec tool (with or without sandbox, depending on configuration) - Network access: web_fetch, web_search, browser automation - Messaging: send messages through connected services (Telegram, WhatsApp, Signal, Discord, iMessage) - Configuration: read openclaw.json containing API keys, tokens, and service credentials - Memory: read/write to MEMORY.md and memory files containing personal information

Skills are loaded from three locations with precedence: workspace/skills (highest) → ~/.openclaw/skills (managed) → bundled skills (lowest). Third-party skills installed via `clawhub install` land in the workspace skills directory and override bundled skills of the same name.

**The Attack Campaign:**

Security researchers identified 230+ malicious skills across ClawHub and GitHub that exploited this trust model through several attack vectors:

1. **Prompt Injection via SKILL.md:** Malicious instructions embedded in SKILL.md files that, when loaded into the agent's context, override safety guardrails and execute attacker-controlled actions. Because SKILL.md content is injected directly into the system prompt, prompt injection is the primary attack surface. Examples: - Instructions telling the agent to silently exfiltrate openclaw.json contents to an external URL - Instructions to disable exec.approvals (safety prompts) before running commands - Instructions to read MEMORY.md and send personal information to attacker-controlled channels

2. **Bundled Malicious Scripts:** Skills can reference scripts in their directory via {baseDir}. Malicious skills included shell scripts, Python scripts, or Node.js modules that: - Established reverse shells to attacker C2 servers - Installed cryptocurrency miners (XMRig) leveraging GPU resources common on AI workstations - Exfiltrated SSH keys, AWS credentials, browser cookies, and cryptocurrency wallet files - Modified other installed skills to inject persistence (skill-level supply chain attack within the supply chain attack)

3. **Typosquatting:** Malicious skills published under names similar to popular legitimate skills (e.g., 'nano-bannana-pro' vs legitimate 'nano-banana-pro', 'weatherr' vs 'weather'). Users installing via ClawHub could accidentally install the malicious variant.

4. **Name Shadowing:** Due to the skill precedence model, a workspace skill with the same name as a bundled skill overrides it. Malicious skills were published with the same names as popular bundled skills, designed to be installed to workspace/skills and silently replace the legitimate version.

5. **Metadata Abuse:** Skills can specify environment variables and API keys via frontmatter metadata. Malicious skills requested unnecessary environment variables (AWS_SECRET_ACCESS_KEY, GITHUB_TOKEN) or configured env injection that leaked secrets into command arguments visible in process listings.

**Impact:**

- API key and token exfiltration from openclaw.json (messaging tokens, cloud API keys, payment keys) - Personal data theft from MEMORY.md and memory files (user preferences, schedules, contacts) - Cryptocurrency mining on AI workstations (typically high-end GPU machines) - Lateral movement through connected messaging services (sending phishing messages via victim's connected WhatsApp/Telegram/Signal) - Persistent backdoor access via modified agent workspace files - SSH key and credential theft from the host system

**Comparison to Traditional Supply Chain Attacks:**

Malicious OpenClaw skills are analogous to malicious npm/PyPI packages but with amplified impact: - npm packages execute code with the developer's permissions during install/build - OpenClaw skills execute instructions through an AI agent with system-level access, messaging integration, and persistent memory - The AI agent's broad capability set means a single malicious skill can simultaneously exfiltrate data, send messages, modify files, and execute commands — all through natural language instructions that bypass traditional code analysis tools

**Mitigation Response:**

ClawHub implemented enhanced review processes, skill signing, and reputation scoring. OpenClaw documentation now warns: 'Treat third-party skills as untrusted code. Read them before enabling.' Sandboxing support was improved to restrict skill script execution to Docker containers.

MITRE ATT&CK techniques used in TL-2026-0019

collection

T1005 Data from Local System; T1213 Data from Information Repositories

defense-evasion

T1027 Obfuscated Files or Information; T1036 Masquerading

exfiltration

T1041 Exfiltration Over C2 Channel; T1567 Exfiltration Over Web Service

execution

T1059 Command and Scripting Interpreter; T1204 User Execution

command-and-control

T1071 Application Layer Protocol

discovery

T1083 File and Directory Discovery

initial-access

T1195 Supply Chain Compromise; T1199 Trusted Relationship

impact

T1496 Resource Hijacking

credential-access

T1528 Steal Application Access Token; T1552 Unsecured Credentials

privilege-escalation

T1546 Event Triggered Execution; T1548 Abuse Elevation Control Mechanism

persistence

T1554 Compromise Host Software Binary

defense-impairment

T1685 Disable or Modify Tools

Affected products and versions in Malicious OpenClaw/MoltBot Skills

  • OpenClaw — OpenClaw AI Assistant
    Vulnerable versions: All versions using untrusted skills

Remediation for Malicious OpenClaw/MoltBot Skills

Immediate actions

  • Audit all installed OpenClaw/MoltBot skills
  • Remove skills from unknown or unverified publishers
  • Check for unauthorized outbound connections from AI assistant
  • Review recent credential access logs

Workarounds

  • Run AI assistant in sandboxed environment
  • Restrict network access for AI assistant process
  • Use endpoint detection to monitor for suspicious child processes

Longer-term hardening

  • Only install skills from verified publishers
  • Implement skill allowlisting in enterprise environments
  • Monitor AI assistant process behavior
  • Enable OpenClaw's built-in skill verification if available

Weaknesses (CWE) in Malicious OpenClaw/MoltBot Skills

CWE-829, CWE-494

Timeline of Malicious OpenClaw/MoltBot Skills

  • ClawHub launches as the official skills registry for OpenClaw, enabling community-contributed skills. Skills follow the AgentSkills specification with SKILL.md frontmatter and natural language instructions. Source: https://clawhub.com
  • First reports of suspicious OpenClaw skills on ClawHub and GitHub. Skills containing obfuscated exfiltration instructions and reverse shell scripts identified by community members during manual review.
  • Security researchers identify coordinated campaign of 230+ malicious OpenClaw/MoltBot skills across ClawHub, GitHub, and community forums. Attack vectors include prompt injection in SKILL.md, typosquatting, name shadowing, and bundled malicious scripts.
  • Impact assessment reveals API key exfiltration, cryptocurrency mining on AI workstations, lateral movement through connected messaging services, and persistent backdoor installation across affected OpenClaw installations. 100,000+ users potentially exposed.
  • OpenClaw documentation updated with security warnings: 'Treat third-party skills as untrusted code. Read them before enabling.' Sandboxing documentation improved. Source: https://docs.openclaw.ai/tools/skills
  • ClawHub implements enhanced review process, skill signing, and reputation scoring for published skills. OpenClaw improves Docker sandboxing support for skill script isolation. CVE-2026-25253 fix (commit 8cb0fa9) also hardens gateway trust model.
  • As of 2026-05-29, this is still active and has escalated: the "ClawHavoc" ClawHub poisoning campaign grew from the recorded 230 to 341 (Feb 1), 824 (Feb 16), and 1,184 malicious skills (Antiy Labs) across ~12 accounts. Despite ClawHub removals, signing and reputation scoring, live remnant packages persist (e.g. moonshine-100rze, 14,285 downloads) per Koi Security and The Hacker News; the related CVE-2026-25253 was patched in v2026.1.29 but the campaign itself has no single fix.

Sources cited for Malicious OpenClaw/MoltBot Skills

Threats related to Malicious OpenClaw/MoltBot Skills

Detection coverage for TL-2026-0019

As of 2026-02-02, Threadlinqs Intelligence publishes 13 detection rule(s) for TL-2026-0019 across Splunk SPL, Microsoft KQL and Sigma, covering 30 indicator(s) of compromise. The whole corpus is readable without an account; a free account unlocks full detection query text in Splunk SPL, Microsoft KQL and Sigma; paid tiers add raw indicator values, correlation and the MCP server. Threadlinqs MCP server · View plans.

Further reading

Threadlinqs Intelligence — Real-Time Threat Detection Platform

[ 0 threats ] [ 0 det ] [ CRIT: 0 ] [ HIGH: 0 ]
// threat_feed
$ sort --newest
Showing all threats

Latest Threats