扫描报告
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.
谨慎使用
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.
安全发现 4 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 高危 | Unsigned closed-source binary execution without integrity verification | install.sh:42 |
| 中危 | Third-party GitHub repository dependency for binary | install.sh:36 |
| 中危 | External domain communication for wallet binding | SKILL.md:57 |
| 低危 | Binary branch is configurable via environment variable | install.sh:34 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | WRITE | WRITE | ✓ 一致 | skill.yml declares filesystem:read/write within skills/claw-wallet |
| 网络访问 | READ | READ | ✓ 一致 | skill.yml declares localhost sandbox + github.com; SKILL.md also references exte… |
| 命令执行 | WRITE | WRITE | ✓ 一致 | skill.yml declares exec for bash/sh scripts |
| 环境变量 | READ | READ | ✓ 一致 | skill.yml declares CLAY_AGENT_TOKEN as sensitive credential; reads from .env.cla… |
4 项发现
中危 外部 URL 外部 URL
https://nex-claw.vercel.app/claim/ SKILL.md:57 中危 外部 URL 外部 URL
https://nex-claw.vercel.app/ SKILL.md:105 中危 外部 URL 外部 URL
https://www.openclawby.com/api/skills?q= SKILL.md:303 中危 外部 URL 外部 URL
https://www.clawwallet.cc/claim/ skill.yml:115 目录结构
5 文件 · 29.3 KB · 742 行 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
依赖分析 1 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
clay-sandbox | unversioned (dev branch) | github.com/ClawWallet/Claw_Wallet_Bin | 否 | Closed-source binary downloaded and executed without integrity verification |
安全亮点
✓ 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