Run 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:
1) Do not execute the skill.
2) Quarantine the skill folder.
3) Notify the owner with:
4) Await owner instruction:
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共 1 个版本