NC-VERS-002

OpenClaw not more than 2 minor versions behind

๐ŸŸก Medium โœ… Stable ๐Ÿ“Š Contributes to score

What this checks

Checks that the installed version is within 2 minor versions of the latest release.

Why it matters

Being significantly behind increases the risk of missing critical security fixes and API incompatibilities.

How to fix it

Your installation is more than 2 months behind the latest release. OpenClaw uses date-based versioning (YYYY.M.D) this control measures calendar months behind, not semver minors.

Step 1 Check your installed version and the latest:

openclaw --version
openclaw update status

Step 2 Update using the built-in updater:

openclaw update

Or update using your package manager:

# Homebrew
brew upgrade openclaw

# npm
npm install -g openclaw@latest

# pnpm
pnpm add -g openclaw@latest

Step 3 Restart the gateway after upgrading:

openclaw gateway restart

Step 4 Verify: Run openclaw --version to confirm the upgrade, then re-run the audit. This finding clears once the gap is โ‰ค 2 months.

Technical details

FieldValue
Control IDNC-VERS-002
DomainVERS
SeverityMedium
StatusStable
Data sourceupdate_status_json
Source typecontextual
ModeMode 1 (OpenClaw native)
Introduced inLibrary v0.1.0
OWASP LLM 2025LLM03: Supply Chain

False positive notes

None based on factual version comparison.

Suppress this finding

If this finding is intentional or not applicable to your setup, you can exclude it:

clawvitals exclude NC-VERS-002 reason "your reason here"

Exclusions are auditable and expire automatically. See the exclusions guide.