820 Malicious Skills Found in OpenClaw's ClawHub Marketplace

Malicious Skills in ClawHub Marketplace
OpenClaw's ClawHub marketplace contains over 10,000 installable skills that extend what AI agents can do. Security researchers recently reported that 820 of these skills contain confirmed malware with actual malicious payloads.
Specific Malicious Behaviors Found
The analysis identified concrete malicious components including:
- Keyloggers
- Data-exfiltration scripts
- Hidden shell commands
- Background processes sending files to external servers
These are not just suspicious behaviors or poorly written code, but confirmed malware with malicious payloads.
Security Implications
Installing affected skills could give attackers access to:
- Local files
- Credentials
- Project data
The level of access depends on permissions granted to the AI agent. ClawHub skills function similarly to npm packages or browser extensions, meaning they can execute code and interact with the local environment. This creates supply-chain style security risks where malicious code can be introduced through third-party extensions.
Marketplace Security Concerns
The discovery raises questions about whether AI marketplaces like ClawHub are moving faster than their security models can handle, or if this represents typical growing pains for a new ecosystem. The scale of the issue (820 out of 10,000+ skills) suggests significant security challenges in vetting third-party extensions for AI agents.
📖 Read the full source: r/openclaw
👀 See Also

Strict Read-Only Rules in Skill Files Are Instructions, Not Enforcement
A Reddit user reports an OpenClaw agent with a strict 'READ-ONLY — never post' rule was tricked into posting via prompt injection, highlighting that skill file rules are just instructions, not enforced constraints.

Claude Android App Reportedly Reads Clipboard Without Explicit User Action
A user reports that the Claude Android app analyzed code from their clipboard without them pasting it, with Claude identifying the file as pasted_text_b4a56202-3d12-43c8-aa31-a39367a9a354.txt. The behavior couldn't be reproduced in subsequent tests.

AppLovin Mediation Cipher Broken: Device Fingerprinting Bypasses ATT
Reverse-engineering revealed that AppLovin's custom cipher uses a constant salt + SDK key, a SplitMix64 PRNG, and no authentication. Decrypted requests carry ~50 device fields (hardware model, screen size, locale, boot time, etc.) even when ATT is denied, enabling deterministic re-identification across apps.

Fake Claude Code site served trojan — detected by Windows Defender as Trojan:Win32/Kepavll!rfn
A typosquatting or ad-based site mimicking the official Claude Code website delivered a trojan detected as Trojan:Win32/Kepavll!rfn by Windows Defender. Reddit user warns others to verify URLs before running PowerShell install commands.