OpenClaw Update Checker
PassAudited by VirusTotal on May 12, 2026.
Overview
Type: OpenClaw Skill Name: openclaw-update-checker Version: 1.1.1 The OpenClaw Update Checker skill is benign. Both the `SKILL.md` documentation and the `scripts/check_update.py` code consistently describe and implement a read-only operation. The skill only reads specific `package.json` files at hardcoded paths (`/usr/lib/node_modules/openclaw/package.json`, `/usr/local/lib/node_modules/openclaw/package.json`) and performs a single HTTPS GET request to the public npm registry (`https://registry.npmjs.org/openclaw`). The Python script uses only standard library functions (`pathlib`, `urllib.request`, `json`, `re`) and explicitly avoids subprocess execution, file writing, or any other system modifications. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent.
Findings (0)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Running the skill will contact npm and inspect local OpenClaw package metadata, but the artifacts show no file writes or update actions.
The skill uses local file reads and an outbound registry request; these are clearly disclosed and aligned with checking the installed version against npm.
**File reads:** `/usr/lib/node_modules/openclaw/package.json` and `/usr/local/lib/node_modules/openclaw/package.json` ... **Network:** Single HTTPS GET to `https://registry.npmjs.org/openclaw`
Use it when you are comfortable with a public npm registry lookup; no extra permissions or credentials appear necessary.
There is less external provenance information than ideal, although the supplied source is short and consistent with the stated behavior.
The registry metadata does not provide an upstream source or homepage, so users must rely on the included artifacts for provenance review.
Source: unknown Homepage: none
Review the included script before installing if provenance matters in your environment.
