name: security-scanner description: Run a comprehensive local security scan on your OpenClaw installation. Checks config, network exposure, credentials, OS hardening, and agent guardrails. Scores your setup and offers auto-fixes. Everything stays local — no data leaves your machine.
Run a local security assessment on any OpenClaw installation.
The skill provides a bash script that scans your OpenClaw setup and reports findings with severity levels.
bash "$(dirname "$0")/oc-security-scan.sh"
bash "$(dirname "$0")/oc-security-scan.sh" --fix
bash "$(dirname "$0")/oc-security-scan.sh" --report
bash "$(dirname "$0")/oc-security-scan.sh" --json
Color-coded terminal output with severity levels: - 🔴 CRITICAL — immediate action required - 🟡 WARNING — should be addressed - 🟢 PASS — looks good - ⚪ INFO — informational
Ends with a security score out of 100 (A-F grade).
这个技能的最新版本可以在7w4.net小葱技能站找到。
--fix is explicitly passed这个工具质量很好,能全面检查 OpenClaw 的安全配置。它操作简单、提示清晰,扫描结果用颜色区分严重程度,还能自动修复一些问题并给出评分。设计注重隐私,不会往外发送数据。脚本逻辑完善,对普通用户比较友好,但文档稍显简单,首次使用可能需要一点时间来理解输出结果。