扫描报告
15 /100
nansen-wallet-manager
Wallet management — create (local or Privy server-side), list, show, export, send, delete. Use when creating wallets, checking balances, or sending tokens.
The skill is a documentation-only wrapper for a third-party CLI tool (`nansen`) with no implementation code present; the SKILL.md accurately describes its capabilities but no code exists to audit for hidden behavior.
可以安装
Request the actual `nansen-cli` implementation (binary/source) before trusting this skill with production wallet operations. Audit the closed-source binary independently.
安全发现 3 项
| 严重性 | 安全发现 | 位置 |
|---|---|---|
| 中危 | Third-party closed-source binary not auditable 供应链 | SKILL.md:6 |
| 低危 | Insecure credential fallback documented 凭证窃取 | SKILL.md:74 |
| 低危 | No script or code files to verify documented behavior 文档欺骗 | SKILL.md:1 |
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | NONE | — | No implementation code present; filesystem access implied by CLI behavior (walle… |
| 网络访问 | NONE | NONE | — | No implementation code; 'nansen' CLI likely makes RPC/API calls but not visible … |
| 命令执行 | WRITE | WRITE | ✓ 一致 | allowed-tools: Bash(nansen:*) — declared shell access limited to nansen CLI only… |
| 环境变量 | READ | READ | ✓ 一致 | NANSEN_API_KEY, PRIVY_APP_ID, PRIVY_APP_SECRET, NANSEN_WALLET_PASSWORD env vars … |
| 技能调用 | NONE | NONE | — | No skill-to-skill invocation declared or visible. |
| 剪贴板 | NONE | NONE | — | No clipboard access observed. |
| 浏览器 | NONE | NONE | — | No browser access. |
| 数据库 | NONE | NONE | — | No database access. |
1 项发现
中危 钱包地址 加密货币钱包地址
0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045 SKILL.md:30 目录结构
1 文件 · 6.4 KB · 198 行 Markdown 1f · 198L
└─
SKILL.md
Markdown
依赖分析 1 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
nansen-cli | unknown | npm | 否 | No package.json present; version not declared in SKILL.md metadata. Closed-source binary — cannot audit code. |
安全亮点
✓ SKILL.md is comprehensive and clearly documents credential handling, password requirements, and keychain usage
✓ No base64-encoded payloads, reverse shells, or obfuscated code found
✓ No hidden HTML comments or embedded instructions found
✓ No curl|bash or wget|sh remote script execution patterns present
✓ No direct credential exfiltration endpoints hardcoded in documentation
✓ Agent rules are well-defined: never generate passwords, never store passwords in logs/history
✓ Privy server-side wallet option avoids private key touching the agent machine
✓ Export of private keys is properly gated behind local wallet provider only
✓ allowed-tools declaration is narrow: Bash(nansen:*) — shell access limited to one CLI tool