BC bank-skill
Traditional banking via Wise API + on-chain token swaps on Base
As a process C 62/100 · Has gaps — weak spots: result and completion, consistency, running it twice
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 · 15
✓ No critical or high findings
Medium and low: 15
-
medium Risky intent
intent-wallet-secretsREADME.md:55Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target| `CLAWBANK_WALLET_PASSWORD` | No | Sweeper wallet keystore password (default: clawbank-default) |
-
medium Risky intent
intent-wallet-secretsSKILL.md:22Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target- Optional: `CLAWBANK_WALLET_PASSWORD` (wallet keystore password, defaults to "clawbank-default")
-
low Secrets in code
secret-high-entropy-tokenbankskills/sweeper.py:17High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)UNIVERSAL_ROUTER_ADDRESS = "0x6f…b43"
quoted -
low Secrets in code
secret-high-entropy-tokenbankskills/sweeper.py:26High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)CLAWBANK_HOOKS = "0xb4…8CC"
quoted -
low Secrets in code
secret-high-entropy-tokenbankskills/sweeper.py:329High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)V3_ROUTER = "0x3f…FAD"
quoted -
low Secrets in code
secret-high-entropy-tokenbankskills/sweeper.py:479High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)CLAWBANK_ADDRESS = "0x16…B07"
detector -
low Risky intent
intent-wallet-secretsbankskills/wallet.py:84Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target (quoted — discussed, not commanded)"""Export the wallet private key for manual recovery or import into MetaMask.
quoted -
low Secrets in code
secret-high-entropy-tokenREADME.md:157High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"Set target token to 0x83…913" (USDC)
detector -
low Secrets in code
secret-high-entropy-tokenREADME.md:304High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)set_target_token("0x83…913") # USDCdetector -
low Secrets in code
secret-high-entropy-tokenREADME.md:307High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)set_target_token("0x16…B07") # ClawBankdetector -
low Secrets in code
secret-high-entropy-tokenREADME.md:466High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)- `token_address` — ERC-20 contract address on Base (e.g., "0x83…913" for USDC)
quoted -
low Secrets in code
secret-high-entropy-tokenREADME.md:502High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)set_target_token("0x83…913") # USDCdetector -
low Secrets in code
secret-high-entropy-tokenSKILL.md:202High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)echo '{"action": "set-target-token", "tokenAddress": "0x83…913"}' | ./run.shdetector -
low Secrets in code
secret-high-entropy-tokenSKILL.md:227High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)echo '{"action": "get-token-balance", "tokenAddress": "0x83…913"}' | ./run.shquoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:260High-entropy token-like string (may be an id, hash or a credential) (placeholder value)echo '{"action": "send-token", "tokenAddress": "0x83…913", "toAddress": "0x...", "amount": 5.0}' | ./run.shplaceholder
Files scanned: 29. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- note
frontmatter-keyunknown frontmatter key "homepage"
Process rating: all ten parameters 62/100
- 0Result and completion. Does not say what the result is
- 0Progress reporting. Says nothing while it works
- 30Running it twice. 17 mutating operations with no state check
- 40Consistency. Frontmatter name (bank-skill) differs from the folder (bank-skills)
- 50When it triggers. No condition that starts the skill
- 50Failures and branches. 0 branches, has a failure section
- 70Inputs and preconditions. Inputs and preconditions are listed
- 100Tools and files. No external tools needed
- 100Steps. 62 steps
- 100Execution cost. Instruction body is 2232 tokens
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
- +5Description has no quoted example phrases that should trigger the skill
- +4Description does not say when NOT to use the skill (false activations)
- +3Description length 63: 120–800 characters recommended
- +3Output format is not stated: the model decides each time
- +1No license
- +2Single-language instructions
- +4Structure: 21 headings
- +3Step-by-step instructions: 62 items
- +4Has examples (15 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 80.