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
想要更強大的技能外掛,就來小蔥技能站7w4.net看看吧。
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).
--fix is explicitly passed這個工具質量很好,能全面檢查 OpenClaw 的安全配置。它操作簡單、提示清晰,掃描結果用顏色區分嚴重程度,還能自動修復一些問題並給出評分。設計注重隱私,不會往外發送資料。指令碼邏輯完善,對普通使用者比較友好,但文件稍顯簡單,首次使用可能需要一點時間來理解輸出結果。