skill-claw

Warn

Audited by Socket on Apr 10, 2026

4 alerts found:

Anomalyx2Securityx2
AnomalyLOW
docs/proxmox.md

No clear evidence of intentional malware/backdoors/exfiltration is present in the provided fragment itself; it is primarily operational documentation. However, it repeatedly executes remote scripts directly via `curl | bash/sh` without demonstrating integrity verification, creating a significant supply-chain execution risk at provisioning time if upstream endpoints or transport were compromised. Additionally, it disables the browser sandbox (`noSandbox: true`), increasing exploit impact if the browser automation processes malicious content. Tailscale service publishing expands the reachable attack surface of the service behind localhost:18789 for VPN users. Strongly recommended mitigations: pin and verify installer artifacts (checksums/signatures), avoid direct `curl | bash` where possible, validate/limit permissions on the persistence mount, and reconsider browser sandbox disablement or compensate with additional isolation controls.

Confidence: 62%Severity: 62%
AnomalyLOW
docs/macos.md

No direct malicious behavior (exfiltration, keylogging, cryptomining, or backdoor logic) is evidenced in the provided snippet because it is installation/admin documentation rather than Gateway source code. However, the fragment presents a significant supply-chain risk pattern: executing an unaudited remote installer via `curl ... | bash`, combined with optional persistence through a launchd LaunchAgent. Actual malware likelihood cannot be confirmed without reviewing the fetched installer script and the installed Gateway/runtime implementation.

Confidence: 62%Severity: 63%
SecurityMEDIUM
scripts/setup-zsh.sh

No explicit malicious payload (e.g., credential theft, data exfiltration, backdoor persistence beyond normal shell configuration) is present in the shown code. However, the script has significant supply-chain risk: it performs direct remote code execution via `curl ... | sh` / `curl ... | bash` for zoxide and atuin, installs and runs third-party code via git clone and an fzf installer, and persists future execution by injecting `.zshrc` content that uses `eval` on dynamic initialization output from those tools. If any upstream content or download endpoints are compromised, this module could enable arbitrary code execution on the user’s machine both at install time and on every new zsh session.

Confidence: 78%Severity: 70%
SecurityMEDIUM
SKILL.md

Suspicious. The skill’s admin capabilities mostly match its stated purpose, but it combines broad host-control instructions with automatic activation and unverified download-execute install paths. Because an unverifiable OpenClaw installer/CLI is expected to handle stored credentials and bot tokens, the supply-chain and credential-forwarding risk is high even without direct evidence of malicious exfiltration.

Confidence: 84%Severity: 83%
Audit Metadata
Analyzed At
Apr 10, 2026, 03:51 AM
Package URL
pkg:socket/skills-sh/nyldn%2Fopenclaw-admin%2Fskill-claw%2F@aa9a329c7233d059578f10a7c6b4e897c787116b
Security Audit — socket — skill-claw