clawvitals

by bk-cm

Security health check and recurring posture tracking for OpenClaw. Finds real misconfigurations across authentication, version currency, and platform config. Tracks whether your security posture improves or regresses over time. Alerts on new critical findings. Run "run clawvitals" to get your first score in under 30 seconds.

View Chinese version with editor review

安装

claude skill add --url github.com/openclaw/skills/tree/main/skills/bk-cm/clawvitals

文档

ClawVitals

Security health check and recurring assessment for self-hosted OpenClaw installations.

Install

bash
clawhub install clawvitals

Or via OpenClaw directly:

code
openclaw skills install clawvitals

What it does

ClawVitals runs your first security scan in under 30 seconds. It checks your OpenClaw installation against a library of security controls, scores it with a RAG band (🟢 Green / 🟡 Amber / 🔴 Red), and tells you exactly what to fix.

On subsequent scans it detects regressions — new critical findings trigger an alert. Clean scans are silent.

What it checks (v0.1 — 6 scored controls)

ControlSeverityWhat it checks
NC-OC-003HighNo ineffective deny command entries
NC-OC-004CriticalNo open (unauthenticated) groups
NC-OC-008MediumAll configured channels healthy
NC-AUTH-001HighReverse proxy trust correctly configured
NC-VERS-001MediumOpenClaw not behind latest release
NC-VERS-002MediumOpenClaw not more than 2 versions behind

Plus 8 experimental controls (reported separately, not scored).

Full control docs: clawvitals.io/docs

Usage

code
run clawvitals              → run a manual scan
show clawvitals details     → full report with remediation steps
clawvitals history          → last 10 scan summaries
clawvitals schedule daily   → set up recurring daily scans (8am)
clawvitals schedule weekly  → weekly (Monday 8am)
clawvitals schedule off     → manual only
clawvitals status           → show current config + last scan
clawvitals telemetry on     → enable anonymous posture tracking dashboard
clawvitals config host_name "my-server"  → set a friendly name for this install

How scoring works

  • Starts at 100, deductions for each failing control (Critical: -25, High: -10, Medium: -5)
  • 🟢 Green: 90–100 (no urgent action)
  • 🟡 Amber: 70–89 (review recommended)
  • 🔴 Red: 0–69 (immediate action required)

Recurring scans

On first run, ClawVitals prompts you to set up a schedule. Scheduled scans are silent — you only get a message if a new critical or high finding appears since the last scan.

Optional: track your posture over time

Enable anonymous telemetry to see your score history at clawvitals.io/dashboard — free, no account required for basic view. No findings, file paths, hostnames, or secrets are ever shared.

code
clawvitals telemetry on

By Anguarda

ClawVitals is built and maintained by Anguarda — AI agent trust infrastructure.