Install
openclaw skills install securityclawSecurity-first skill auditing and quarantine for OpenClaw skills. Use when installing new skills, reviewing skills from unknown sources, scanning skills for prompt injection/exfiltration/supply-chain risks, or when a bot suspects a skill is malicious. Guides static + optional sandbox checks, quarantines suspicious skills, and produces an owner-action checklist (Delete / Report / Allow / Scan all).
openclaw skills install securityclawRun the scanner (read-only by default):
python3 scripts/securityclaw_scan.py --skills-dir ~/.openclaw/skills --out report.json
Quarantine anything suspicious (moves folders, no deletion):
python3 scripts/securityclaw_scan.py --skills-dir ~/.openclaw/skills --quarantine-dir ~/.openclaw/skills-quarantine --quarantine --out report.json
If the report shows severity >= high for any skill:
Dynamic checks are optional and should run only after owner approval.
See references/sandboxing.md.
scripts/securityclaw_scan.py — main scanner + quarantinereferences/rules.md — rule catalog (what we flag and why)references/sandboxing.md — safe sandbox strategy + what to avoid