Scan Report
52 /100
claw-wallet
Local multi-chain wallet skill for AI agents with sandbox signing and configurable risk controls
Skill installs and executes an unsigned closed-source binary from GitHub without integrity verification, creating a supply chain risk, though the shell scripts themselves are transparent and the credential handling is properly scoped.
Use with caution
Before using this skill, verify the binary's integrity through published checksums or signatures. Consider auditing the sandbox binary independently or requesting source code availability. Use in isolated environments until verified.
Findings 4 items
| Severity | Finding | Location |
|---|---|---|
| High | Unsigned closed-source binary execution without integrity verification | install.sh:42 |
| Medium | Third-party GitHub repository dependency for binary | install.sh:36 |
| Medium | External domain communication for wallet binding | SKILL.md:57 |
| Low | Binary branch is configurable via environment variable | install.sh:34 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | WRITE | WRITE | ✓ Aligned | skill.yml declares filesystem:read/write within skills/claw-wallet |
| Network | READ | READ | ✓ Aligned | skill.yml declares localhost sandbox + github.com; SKILL.md also references exte… |
| Shell | WRITE | WRITE | ✓ Aligned | skill.yml declares exec for bash/sh scripts |
| Environment | READ | READ | ✓ Aligned | skill.yml declares CLAY_AGENT_TOKEN as sensitive credential; reads from .env.cla… |
4 findings
Medium External URL 外部 URL
https://nex-claw.vercel.app/claim/ SKILL.md:57 Medium External URL 外部 URL
https://nex-claw.vercel.app/ SKILL.md:105 Medium External URL 外部 URL
https://www.openclawby.com/api/skills?q= SKILL.md:303 Medium External URL 外部 URL
https://www.clawwallet.cc/claim/ skill.yml:115 File Tree
5 files · 29.3 KB · 742 lines Markdown 2f · 371L
Shell 2f · 256L
YAML 1f · 115L
├─
claw-wallet.sh
Shell
├─
install.sh
Shell
├─
README.md
Markdown
├─
SKILL.md
Markdown
└─
skill.yml
YAML
Dependencies 1 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
clay-sandbox | unversioned (dev branch) | github.com/ClawWallet/Claw_Wallet_Bin | No | Closed-source binary downloaded and executed without integrity verification |
Security Positives
✓ Shell scripts are transparent, readable, and perform expected operations
✓ User confirmation required before executing transactions and uninstall
✓ Credential access is properly scoped to skill directory only
✓ No hidden functionality detected in shell scripts
✓ No base64-encoded payloads, eval(), or obfuscated code
✓ No credential harvesting or exfiltration patterns
✓ No access to sensitive paths like ~/.ssh, ~/.aws, or .env
✓ No curl|bash direct execution patterns
✓ No direct IP network requests detected
✓ Upgrade process preserves critical wallet state files