NC-VERS-004
Node.js runtime within LTS support window
What this checks
Checks that the Node.js runtime is within the LTS support window.
Why it matters
Running on unsupported Node.js versions means no security patches for the runtime itself.
How to fix it
Upgrade to a supported Node.js LTS version. See: https://clawvitals.io/docs/NC-VERS-004
Technical details
| Field | Value |
|---|---|
| Control ID | NC-VERS-004 |
| Domain | VERS |
| Severity | Medium |
| Status | Experimental |
| Data source | node_version |
| Source type | contextual |
| Mode | Mode 1 (OpenClaw native) |
| Introduced in | Library v0.1.0 |
| OWASP LLM 2025 | LLM03: Supply Chain |
False positive notes
None expected โ based on official Node.js release schedule.
Suppress this finding
If this finding is intentional or not applicable to your setup, you can exclude it:
clawvitals exclude NC-VERS-004 reason "your reason here"
Exclusions are auditable and expire automatically. See the exclusions guide.