Skip to main content
Scans/clawhub/claw-wallet-pro

claw-wallet-pro

clawhub

Share

Summary

claw-wallet-pro v0.1.4 was classified as CRITICAL RISK with a risk score of 128. Sigil detected 8 findings across 7 files, covering phases including install hooks. Review the findings below before installing this package.

CRITICAL RISK(128)

v0.1.4

13 June 2026, 01:37 UTC

by Sigil Bot

Risk Score

128

Findings

8

Files Scanned

7

Provenance

Findings by Phase

Phase Ordering

Phases are ordered by criticality, with the most dangerous at the top. Click any phase header to expand or collapse its findings. Critical phases are expanded by default.

install-makefile-curl

LOW

Makefile/script pipes remote content to shell

README.md:29

cd skills/claw-wallet
curl -fsSL https://www.clawwallet.cc/install | bash
```
Why was this flagged?

A script or Makefile pipes content from a remote URL directly into a shell (curl | sh or wget | bash). This is inherently dangerous because the remote content can change at any time, and the command runs with the current user's permissions. Rated HIGH because it requires manual execution (unlike install hooks) but still executes arbitrary remote code.

install-makefile-curl

LOW

Makefile/script pipes remote content to shell

SKILL.md:4

description: "A multi-chain wallet skill for AI agents, with local sandbox signing, secure PIN handling, and configurable risk controls."
metadata: {"openclaw":{"always":false,"autonomousInvocation":false,"modelInvocation":{"default":"require-user-confirmation","reason":"Reinstall, upgrade, uninstall, and transaction execution require explicit user confirmation."},"homepage":"https://github.com/ClawWallet/Claw-Wallet-Skill","repository":"https://github.com/ClawWallet/Claw-Wallet-Skill","upstream
Why was this flagged?

A script or Makefile pipes content from a remote URL directly into a shell (curl | sh or wget | bash). This is inherently dangerous because the remote content can change at any time, and the command runs with the current user's permissions. Rated HIGH because it requires manual execution (unlike install hooks) but still executes arbitrary remote code.

install-makefile-curl

LOW

Makefile/script pipes remote content to shell

SKILL.md:84

cd skills/claw-wallet
curl -fsSL https://www.clawwallet.cc/skills/install.sh | bash
```
Why was this flagged?

A script or Makefile pipes content from a remote URL directly into a shell (curl | sh or wget | bash). This is inherently dangerous because the remote content can change at any time, and the command runs with the current user's permissions. Rated HIGH because it requires manual execution (unlike install hooks) but still executes arbitrary remote code.

install-makefile-curl

LOW

Makefile/script pipes remote content to shell

SKILL.md:211


Linux/macOS: the wrapper runs `curl -fsSL …/skills/install.sh | bash` with `CLAW_WALLET_SKIP_INIT=1`. Windows: downloads and runs **`/skills/install.ps1`** from the same host.
Why was this flagged?

A script or Makefile pipes content from a remote URL directly into a shell (curl | sh or wget | bash). This is inherently dangerous because the remote content can change at any time, and the command runs with the current user's permissions. Rated HIGH because it requires manual execution (unlike install hooks) but still executes arbitrary remote code.

install-makefile-curl

HIGH

Makefile/script pipes remote content to shell

claw-wallet.sh:27

    export CLAW_WALLET_SKIP_INIT=1
    curl -fsSL "${CLAW_WALLET_BASE_URL}/install.sh" | bash
    exit 0
Why was this flagged?

A script or Makefile pipes content from a remote URL directly into a shell (curl | sh or wget | bash). This is inherently dangerous because the remote content can change at any time, and the command runs with the current user's permissions. Rated HIGH because it requires manual execution (unlike install hooks) but still executes arbitrary remote code.

install-makefile-curl

HIGH

Makefile/script pipes remote content to shell

install.sh:3

# claw wallet minimal installer for Linux/macOS
# Served at: https://www.clawwallet.cc/skills/install.sh  (curl -fsSL ... | bash)
# Usage: first-time install (wallet init) | upgrade (CLAW_WALLET_SKIP_INIT=1, no wallet init)
Why was this flagged?

A script or Makefile pipes content from a remote URL directly into a shell (curl | sh or wget | bash). This is inherently dangerous because the remote content can change at any time, and the command runs with the current user's permissions. Rated HIGH because it requires manual execution (unlike install hooks) but still executes arbitrary remote code.

install-makefile-curl

HIGH

Makefile/script pipes remote content to shell

skill.yml:109

          - "mkdir -p skills/claw-wallet"
          - "cd skills/claw-wallet && curl -fsSL https://www.clawwallet.cc/skills/install.sh | bash"
        windows:
Why was this flagged?

A script or Makefile pipes content from a remote URL directly into a shell (curl | sh or wget | bash). This is inherently dangerous because the remote content can change at any time, and the command runs with the current user's permissions. Rated HIGH because it requires manual execution (unlike install hooks) but still executes arbitrary remote code.

install-makefile-curl

HIGH

Makefile/script pipes remote content to shell

skill.yml:135

      - "mkdir -p skills/claw-wallet"
      - "cd skills/claw-wallet && curl -fsSL https://www.clawwallet.cc/skills/install.sh | bash"
    windows:
Why was this flagged?

A script or Makefile pipes content from a remote URL directly into a shell (curl | sh or wget | bash). This is inherently dangerous because the remote content can change at any time, and the command runs with the current user's permissions. Rated HIGH because it requires manual execution (unlike install hooks) but still executes arbitrary remote code.

Badge

Sigil scan badge for clawhub/claw-wallet-pro

Markdown

[![Sigil Scan](https://sigilsec.ai/badge/clawhub/claw-wallet-pro)](https://sigilsec.ai/scans/D8CBDABD-816C-49E1-87CF-88B62846F84B)

HTML

<a href="https://sigilsec.ai/scans/D8CBDABD-816C-49E1-87CF-88B62846F84B"><img src="https://sigilsec.ai/badge/clawhub/claw-wallet-pro" alt="Sigil Scan"></a>

Run This Scan Yourself

Scan your own packages

Run Sigil locally to audit any package before it touches your codebase.

curl -sSL https://sigilsec.ai/install.sh | sh
Read the docs →Free. Apache 2.0.

Sigil Pro

Cloud scanning, AI investigation, web dashboard, and CI/CD integration. 14-day free trial.

Start free trial →

Get threat intelligence and product updates

Security research, new threat signatures, and product updates. No spam.

Other clawhub scans

Believe this result is incorrect? Request a review or see our Terms of Service and Methodology.

Scanned bySigil Bot