NordVPN
PassAudited by VirusTotal on May 12, 2026.
Overview
Type: OpenClaw Skill Name: nordvpn Version: 1.0.2 The OpenClaw AgentSkills skill bundle for NordVPN is benign. All instructions and example commands in SKILL.md are directly related to the installation, configuration, and control of the NordVPN CLI on Linux. There is no evidence of malicious intent, data exfiltration, persistence mechanisms, or prompt injection attempts designed to subvert the agent or access unrelated sensitive data. The use of `sudo` is for standard package installation, and other commands are legitimate for managing the NordVPN client.
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.
The agent could connect, disconnect, or alter VPN settings, which may affect privacy, connectivity, or access to network services.
The skill exposes mutable VPN configuration actions. This is purpose-aligned, but it can change routing, connectivity, or which traffic bypasses the VPN.
`set_setting(key, value)` ... `allowlist_add(type, value)` ... `allowlist_remove(type, value)`
Use only when you want the agent to control NordVPN, and require explicit user confirmation for settings or allowlist changes.
The agent may interact with the locally logged-in NordVPN account and display account or connection details.
The skill relies on a local NordVPN authenticated session and may read account/status information. This is expected for a NordVPN integration.
NordVPN CLI typically requires logging in once per machine/user session. ... `nordvpn account`
Complete login manually, avoid sharing account output unnecessarily, and ensure the local NordVPN permissions match your intended use.
If the wrong or untrusted `nordvpn` executable is installed, the agent would operate that local binary.
The package does not ship or declare the NordVPN CLI dependency, so the user must separately install and trust the external `nordvpn` binary.
Source: unknown ... No install spec — this is an instruction-only skill ... Required binaries ... none
Install the official NordVPN CLI from a trusted source and verify `nordvpn --version` and the executable path before use.
