DC agent-wallet
Multi-chain wallet management for AI agents. Create wallets, check balances, transfer tokens (USDC/native), and bridge cross-chain. Use when agents need to send/receive payments, check funds, or manage crypto wallets. Supports Solana, Base, and Ethereum. Trigger phrases include "create wallet", "check balance", "send USDC", "transfer", "my addresses", "wallet status".
As a process C 52/100 · Has gaps — weak spots: when it triggers, inputs and preconditions, consistency
What is at stake
Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.
Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.
The purpose itself is risky: wallets, browser password stores, offensive security. Even an honest implementation gives the agent access to things that cost money.
Explain in the description why the access is needed and how it is limited; add tests that show refusals on dangerous requests.
How to improve
- Your own cases (evals/evals.json, 4–6 real requests with expected answers): the full check would then run those instead of a model-drafted suite.
- A spec.yaml with trigger phrases and assertions — a behaviour contract for CI; `skilltest init` writes a template.
Guard findings · 39
✓ No critical or high findings
Medium and low: 39
-
medium Risky intent
intent-wallet-secretsREADME.md:159Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target# Edit .env with your seed phrase
-
medium Risky intent
intent-wallet-secretsREADME.md:178Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer targetSeed Phrase: [12 words - SAVE SECURELY!]
-
medium Risky intent
intent-wallet-secretsREADME.md:311Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target- HD wallet derived from BIP-39 seed phrase
-
medium Risky intent
intent-wallet-secretsREADME.md:313Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target- **Never share or commit your seed phrase**
-
medium Risky intent
intent-wallet-secretsskill-card.md:22Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer targetRisk: Seed phrase exposure or reuse can compromise all funds controlled by the wallet. <br>
-
medium Risky intent
intent-wallet-secretsSKILL.md:8Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer targetMulti-chain wallet skill for AI agents. One seed phrase, all chains.
-
medium Risky intent
intent-wallet-secretsSKILL.md:29Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer targetGenerates BIP-39 seed phrase, derives addresses for all chains. Shows seed ONCE with security warning.
-
low Secrets in code
secret-high-entropy-tokendata/bridge-states.json:9High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"walletAddress": "0xbF…cC8",
quoted -
low Secrets in code
secret-high-entropy-tokendata/bridge-states.json:17High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"error": "execution reverted: \"ERC20: transfer amount exceeds allowance\" (action=\"estimateGas\", data=\"0x08…000
quoted -
low Secrets in code
secret-high-entropy-tokendata/bridge-states.json:27High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"walletAddress": "0xbF…cC8",
quoted -
low Secrets in code
secret-high-entropy-tokendata/bridge-states.json:35High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"error": "execution reverted (no data present; likely require(false) occurred (action=\"estimateGas\", data=\"0x\", reason=\"require(false)\", transaction={ \"data\": \"0x6f…000quoted -
low Secrets in code
secret-high-entropy-tokendata/bridge-states.json:45High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"walletAddress": "0xbF…cC8",
quoted -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:80High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…jyV+xktW…ZFZ+Q==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:151High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…m48+9Ovm…EqH/ti/7ASj…sop+LQ==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:169High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…kJw+JUEz…Ry8+JzNy…KLw==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:206High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha512-GhH/abcC…hoN+uBNo…mU1+t8xT…EBA==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:250High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…Z4v+DkGoC42/TS2ond+PARCxTJvgTFUNDZovyQ/uAQ4…g7A==",
detector -
low Exfiltration
read-dotenvREADME.md:158Reads a .env filecp .env.example .env
-
low Secrets in code
secret-high-entropy-tokenreferences/chains.md:17High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| Solana | `EPjF…t1v` | 6 |
table -
low Secrets in code
secret-high-entropy-tokenreferences/chains.md:18High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| Base | `0x83…913` | 6 |
table -
low Secrets in code
secret-high-entropy-tokenreferences/chains.md:19High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| Ethereum | `0xA0…B48` | 6 |
table -
low Secrets in code
secret-high-entropy-tokenreferences/chains.md:25High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| Solana | Devnet | `4zMM…cDU` | 6 |
table -
low Secrets in code
secret-high-entropy-tokenreferences/chains.md:26High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| Base | Sepolia | `0x03…F7e` | 6 |
table -
low Secrets in code
secret-high-entropy-tokenscripts/bridge-async.js:37High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)usdc: '0x03…F7e',
detector -
low Secrets in code
secret-high-entropy-tokenscripts/bridge-async.js:47High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)usdc: '0x1c…238',
detector -
low Secrets in code
secret-high-entropy-tokenscripts/wallet.js:33High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)? 'EPjF…t1v'
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/wallet.js:34High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded): '4zMM…cDU',
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/wallet.js:45High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)? '0x83…913'
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/wallet.js:46High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded): '0x03…F7e',
quoted -
low Secrets in code
secret-high-entropy-tokenscripts/wallet.js:57High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)? '0xA0…B48'
quoted -
low Risky intent
intent-wallet-secretsscripts/wallet.js:68Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target (quoted — discussed, not commanded)throw new Error('Invalid seed phrase format');quoted -
low Risky intent
intent-wallet-secretsscripts/wallet.js:109Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target (detector / deny-list definition)⚠️ CRITICAL: Save this seed phrase securely!
detector -
low Risky intent
intent-wallet-secretsscripts/wallet.js:113Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target (quoted — discussed, not commanded)Seed Phrase:
quoted -
low Risky intent
intent-wallet-secretsscripts/wallet.js:611Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target (quoted — discussed, not commanded)create Generate new wallet (shows seed phrase once)
quoted -
low Risky intent
intent-wallet-secretsscripts/wallet.js:631Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target (quoted — discussed, not commanded)WALLET_SEED_PHRASE Your 12 or 24 word seed phrase
quoted -
low Risky intent
intent-wallet-secretsSKILL.md:37Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target (quoted — discussed, not commanded)Response: "Add your seed phrase to `.env` as `WALLET_SEED_PHRASE`, then say 'Show my addresses' to verify."
quoted -
low Risky intent
intent-wallet-secretsSKILL.md:45Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target (quoted — discussed, not commanded)WALLET_SEED_PHRASE="your twelve word seed phrase goes here"
quoted -
low Risky intent
intent-wallet-secretsSKILL.md:66Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target (detector / deny-list definition)⚠️ CRITICAL: Save this seed phrase securely!
detector -
low Risky intent
intent-wallet-secretstest-bridge.js:11Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target (test fixture / example file)// Derive private key from seed phrase
fixture
Files scanned: 15. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
✓ No remarks against the Agent Skills spec
Process rating: all ten parameters 52/100
- 0Inputs and preconditions. Does not say what the process needs to start
- 0Progress reporting. Says nothing while it works
- 20When it triggers. No condition that starts the skill
- 30Running it twice. 5 mutating operations with no state check
- 40Consistency. Frontmatter name (agent-wallet) differs from the folder (agent-wallet-usdc)
- 50Failures and branches. 0 branches, has a failure section
- 60Tools and files. Uses tools (node) that frontmatter does not declare
- 60Result and completion. Output format stated, no completion criterion
- 100Steps. 16 steps
- 100Execution cost. Instruction body is 1132 tokens
- medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
- low The response is described with custom markup (5 tags): a typed call is more reliable
Everything here is measured from the skill text rather than judged by a model, so the numbers are checkable. A parameter weighs more when it is a more common reason for the process to stall.
Quality signals
- +4Description does not say when NOT to use the skill (false activations)
- -31 of 2 scripts are never mentioned in SKILL.md
- +1No license
- +2Single-language instructions
- +5Description quotes 6 example trigger phrases
- +3Description length 370: enough signal without eating the budget
- +4Structure: 17 headings
- +3Step-by-step instructions: 16 items
- +3Output format is stated explicitly
- +4Has examples (4 code blocks)
- +4Reference files are cited in the instructions (1 of 1)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 93.