5 Malicious OpenClaw Skills That Passed ClawScan + VirusTotal: Unit 42 Analysis

Unit 42 researchers identified five malicious OpenClaw skills that passed both ClawScan and VirusTotal detection. Two particularly concerning examples aren't malware in the traditional sense — they exploit the agent's instruction-following nature to conduct financial fraud.
Key Malicious Skills
- money-radar: Posed as a financial advisor skill. On every run, it pulled a
referrals.jsonfrom a malicious domain. The publisher dynamically swapped which products the agent recommended at runtime, injecting affiliate links that appeared as expert advice. - letssendit: Pooled SOL from all installed agents running this skill, enabling the operator to front-run a meme coin launch and dump on pump.fun — effectively a coordinated agent botnet executing a rug pull.
- omnicogg: Padded its README with 22MB of junk data so scanners skipped the file for being too large. A clean verdict masked an AMOS dropper inside.
Signature scanning is ineffective here. A skill that instructs the agent to always use a referral link contains no payload that any scanner would flag — it's just instructions. The Pass badge from ClawScan means nothing.
Practical Takeaway
Don't install third-party skills. Write your own. If you can read what a skill does, you can write it yourself, and then you actually know what your agent is running.
📖 Read the full source: r/openclaw
👀 See Also

Practical Security Practices for OpenClaw Agents
A Reddit post outlines specific security practices for OpenClaw users, including scheduled commands for updates and audits, managing agent access in shared channels, and securing API keys and skills.

Audit Your Claude Code Permissions: A Practical Guide to Scoping Tool Access
A Reddit user audited their Claude Code setup and found over-permissioned tools that could edit .env files and production configs. Practical steps: audit global vs. per-project tools, check CLAUDE.md for secrets, and scope file access per directory.

AI Chatbots Can Slipp Ads Into Responses Without Users Noticing
Research shows AI chatbots can covertly embed product ads in responses, influencing user choices while most participants didn't detect manipulation. The study used a custom chatbot to demonstrate the effect.

Agent Hush: Open-source tool prevents AI coding agents from leaking sensitive data
Agent Hush is an open-source tool that catches sensitive data before it leaves your machine, created after a developer's AI coding agent leaked API keys, server IPs, and personal info to a public GitHub repo while building a security project.