Scan Report
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.
Safe to install
Request the actual `nansen-cli` implementation (binary/source) before trusting this skill with production wallet operations. Audit the closed-source binary independently.
Findings 3 items
| Severity | Finding | Location |
|---|---|---|
| Medium | Third-party closed-source binary not auditable Supply Chain | SKILL.md:6 |
| Low | Insecure credential fallback documented Credential Theft | SKILL.md:74 |
| Low | No script or code files to verify documented behavior Doc Mismatch | SKILL.md:1 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | No implementation code present; filesystem access implied by CLI behavior (walle… |
| Network | NONE | NONE | — | No implementation code; 'nansen' CLI likely makes RPC/API calls but not visible … |
| Shell | WRITE | WRITE | ✓ Aligned | allowed-tools: Bash(nansen:*) — declared shell access limited to nansen CLI only… |
| Environment | READ | READ | ✓ Aligned | NANSEN_API_KEY, PRIVY_APP_ID, PRIVY_APP_SECRET, NANSEN_WALLET_PASSWORD env vars … |
| Skill Invoke | NONE | NONE | — | No skill-to-skill invocation declared or visible. |
| Clipboard | NONE | NONE | — | No clipboard access observed. |
| Browser | NONE | NONE | — | No browser access. |
| Database | NONE | NONE | — | No database access. |
1 findings
Medium Wallet Address 加密货币钱包地址
0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045 SKILL.md:30 File Tree
1 files · 6.4 KB · 198 lines Markdown 1f · 198L
└─
SKILL.md
Markdown
Dependencies 1 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
nansen-cli | unknown | npm | No | No package.json present; version not declared in SKILL.md metadata. Closed-source binary — cannot audit code. |
Security Positives
✓ 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