Back to skill

Security audit

OpenClaw Safe Upgrade Rehearsal Kit

Security checks across malware telemetry and agentic risk

Overview

The skill is a coherent dry-run update rehearsal tool that avoids live mutation, with one environment-hardening issue to consider.

This is reasonable to install for dry-run OpenClaw update planning. Run it in a clean shell or CI job without unnecessary tokens in the environment, review the generated evidence before sharing it, and keep the stated stop-before-apply boundary: it does not authorize a live update.

SkillSpector

By NVIDIA
Vulnerability Patterns
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep
Findings (1)

Env Variable Harvesting

High
Category
Data Exfiltration
Content
def run_npm_json(arguments: list[str], cache_dir: Path) -> Any:
    environment = os.environ.copy()
    environment.update(
        {
            "NPM_CONFIG_IGNORE_SCRIPTS": "true",
Confidence
87% confidence
Finding
os.environ.copy()

VirusTotal

62/62 vendors flagged this skill as clean.

View on VirusTotal

Static analysis

No suspicious patterns detected.