Software Installation Assistant

PassAudited by VirusTotal on May 11, 2026.

Overview

Type: OpenClaw Skill Name: x-install Version: 1.0.0 The x-install skill is a legitimate assistant for the x-cmd CLI tool, providing installation commands for various software packages. It includes a comprehensive security-focused installation guide (data/install.md) that explicitly ranks installation methods by risk, warns against 'curl | sh' in sensitive environments, and instructs the AI agent to obtain explicit user consent before proceeding with any installation. The skill demonstrates high transparency regarding its security properties and follows best practices for agent-led software management.

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.

What this means

If the user chooses the auto-install route, code from get.x-cmd.com runs on their machine and could affect their user environment if the source or network path is compromised.

Why it was flagged

The guide documents a curl-to-shell installer from an external source, which is a supply-chain/code-execution exposure. It is purpose-aligned and clearly warned about, with safer alternatives and consent guidance.

Skill content
**⚠️ WARNING:** This executes remote code without manual review.

```bash
curl -fsSL https://get.x-cmd.com | sh
```

... **Only proceed with auto-install if user explicitly consents**
Recommendation

Prefer the Homebrew or download-review-execute method, and only use the auto-install command in disposable or low-sensitivity environments after explicit approval.