Install
openclaw skills install skillguard-scannerSecurity scanner for OpenClaw/ClawHub skills. Detects malware, reverse shells, credential theft, prompt injection, memory poisoning, typosquatting, and suspicious prerequisites before installation. Use when installing new skills, auditing existing skills, checking a skill name for typosquatting, or scanning ClawHub skills for security risks.
openclaw skills install skillguard-scannerScan OpenClaw skills for security threats before they compromise your system.
python3 {scripts}/scanner.py
python3 {scripts}/scanner.py --skill <skill-name>
python3 {scripts}/scanner.py --check-name <name>
python3 {scripts}/scanner.py --fetch-clawhub <skill-name>
nc -e, bash -i >& /dev/tcp, ncat, mkfifobase64 -d | bash, eval(), exec() with encoded payloadswebhook.site, glot.io, ngrok.io, pastebin.comSOUL.md, MEMORY.md, AGENTS.md.env, API keys, tokens, SSH keyssubprocess, os.system, child_process (common but worth noting)Each finding includes a FP estimate (low/medium/high):
python3 {scripts}/scanner.py --fetch-clawhub <skill-name> (requires clawhub CLI){baseDir}/../data/scan_results.json (configurable via --json-out)As of February 2026, 341 malicious skills were found on ClawHub (Koi Security / ClawHavoc campaign), distributing Atomic Stealer malware via fake prerequisites. OpenClaw has 512 known vulnerabilities (Kaspersky audit). There is no official skill vetting process. SkillGuard fills this gap.
See references/threat-landscape.md for detailed background.