openclaw-server-secure-skill

PassAudited by VirusTotal on May 12, 2026.

Findings (1)

The skill is designed for server hardening and OpenClaw installation, with most commands being benign security configurations. However, it uses a high-risk `curl -fsSL https://tailscale.com/install.sh | sh` command in `SKILL.md` to install Tailscale. While Tailscale is a legitimate service and the action aligns with the stated purpose, executing remote scripts directly via `curl | sh` is a significant security risk due to the potential for arbitrary code execution if the remote source were compromised or the URL tampered with, classifying it as suspicious rather than benign.