Install
openclaw skills install openclaw-security-scannerRun 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.
openclaw skills install openclaw-security-scannerRun 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:
Ends with a security score out of 100 (A-F grade).
--fix is explicitly passed