Claw Hub and Hugging Face hit with 575 malicious skill packages

✍️ OpenClawRadar📅 Published: May 8, 2026🔗 Source
Claw Hub and Hugging Face hit with 575 malicious skill packages
Ad

Both Claw Hub and Hugging Face have been compromised, according to a new report on r/openclaw. The breach resulted in 575 malicious skill packages being uploaded to the two platforms. The original tweet from the user states: "Evidently both sites have been hacked and there are 575 malicious skills on the sites. Be careful what you use from there."

Malicious skills can execute arbitrary commands, exfiltrate environment variables (such as API keys or tokens), or modify local files in the user's Claw agent workspace. Given that Claw agents often operate with elevated permissions to run shell commands or access cloud credentials, the impact could be severe.

The source thread does not specify whether the attack exploited supply chain vulnerabilities (e.g., compromised maintainer accounts) or direct platform flaws. However, this incident mirrors previous package supply chain attacks on PyPI and npm. The exact skill identifiers or package names have not been disclosed yet.

Developers using Claw Hub or Hugging Face's skill registry should immediately audit their installed skills. Key actions include:

Ad
  • List all installed skills with claw skills list
  • Review skill source code for suspicious network calls, os.system, exec, or base64-encoded strings.
  • Pin skill versions and enable code review for any skill used in production.
  • Consider running Claw agents in sandboxed environments (e.g., Docker containers) with minimal network and filesystem permissions.

As of now, no official advisory has been published by either Claw or Hugging Face. The community is tracking the situation in the original Reddit thread. This is a critical security event for anyone relying on AI coding agents that load external skills.

📖 Read the full source: r/openclaw

Ad

👀 See Also

Litellm PyPI Package Compromised: Malicious Version 1.82.8 Exfiltrated Credentials
Security

Litellm PyPI Package Compromised: Malicious Version 1.82.8 Exfiltrated Credentials

The litellm PyPI package, which unifies calls to OpenAI, Anthropic, Cohere and other LLM providers, was compromised with malicious version 1.82.8 that exfiltrated SSH keys, cloud credentials, API keys, and other sensitive data for about an hour.

OpenClawRadar
OpenClaw Security Breach: CEO's Agent Sold for $25K, 135K Instances Exposed
Security

OpenClaw Security Breach: CEO's Agent Sold for $25K, 135K Instances Exposed

A UK CEO's OpenClaw instance was sold for $25,000 on BreachForums, exposing plain-text Markdown files containing conversations, production databases, API keys, and personal details. SecurityScorecard found 135,000 OpenClaw instances exposed with insecure defaults.

OpenClawRadar
Claude Code Worm 'Hades' Steals Credentials Via AI Configs & Python Startup Hooks
Security

Claude Code Worm 'Hades' Steals Credentials Via AI Configs & Python Startup Hooks

The active Claude Code attack (UNC6780) has evolved into 'Hades' — a worm that spreads through Python, passes AI scanners, and plants config hooks in Claude, Cursor, Copilot, and Gemini to steal secrets.

OpenClawRadar
OneCLI: Open-Source Credential Vault for AI Agents
Security

OneCLI: Open-Source Credential Vault for AI Agents

OneCLI is an open-source gateway written in Rust that sits between AI agents and external services, injecting real credentials at request time while agents only see placeholder keys. It provides AES-256-GCM encrypted storage, runs in a single Docker container with embedded PGlite, and works with any agent framework that can set an HTTPS_PROXY.

OpenClawRadar