BC awp-wallet
Use when the user says "send ETH/USDC to 0x...", "check my balance", "how much do I have", "approve token spending", "sign this message", "estimate gas", "what's my wallet address", or needs any crypto transfer, balance check, token approval, or on-chain signing. 400+ EVM chains, auto-gasless.
As a process C 62/100 · Has gaps — weak spots: steps, inputs and preconditions, 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.
Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.
The skill contains commands that delete files, rewrite disks or execute code fetched from the network. The agent may run them without asking if it believes the instructions require it.
Replace destructive commands with safe equivalents that ask for confirmation, scope them to one folder, and stop piping curl into a shell: pin a version and a checksum.
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-secretsinstall.sh:12Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target# --mnemonic <phrase> Import existing wallet from seed phrase
-
medium Dangerous commands
cmd-shell-rcinstall.sh:137Writes to a shell startup fileprintf '\n# Added by awp-wallet installer\n%s\n' "$RC_LINE" >> "$HOME/.profile"
-
medium Risky intent
intent-wallet-secretsskill-card.md:23Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer targetMitigation: Use a dedicated low-value wallet and avoid importing an existing seed phrase. <br>
-
low Secrets in code
secret-high-entropy-tokenassets/default-config.json:59High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"address": "0xA0…B48",
quoted -
low Secrets in code
secret-high-entropy-tokenassets/default-config.json:63High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"address": "0xdA…ec7",
quoted -
low Secrets in code
secret-high-entropy-tokenassets/default-config.json:67High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"address": "0x6B…d0F",
quoted -
low Secrets in code
secret-high-entropy-tokenassets/default-config.json:71High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"address": "0xC0…Cc2",
quoted -
low Secrets in code
secret-high-entropy-tokenassets/default-config.json:75High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)"address": "0x22…599",
quoted -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:32High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…p81+8Ob3…L40/b0i7…gQw==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:56High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…jgR+Mkmf+D189…ihQ==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:118High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha512-+lF0B…kdX+94aG…d8c+B3KT…U6A==",
detector -
low Secrets in code
secret-high-entropy-tokenpackage-lock.json:428High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)"integrity": "sha5…CzX+oOPq…N14+GARU…vzg==",
detector -
low Secrets in code
secret-high-entropy-tokenscripts/lib/eip7702.js:30High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)? "0x0D…6B5" // Kernel v3 implementation address
detector -
low Risky intent
intent-wallet-secretsscripts/wallet-cli.js:69Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target (quoted — discussed, not commanded).requiredOption("--mnemonic <phrase>", "Mnemonic seed phrase")quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:149High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)Any token: `--asset 0x83…913`
quoted
Files scanned: 21. 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 62/100
- 0Steps. Prose only: no discrete steps
- 0Inputs and preconditions. Does not say what the process needs to start
- 30Running it twice. 4 mutating operations with no state check
- 60Result and completion. Output format stated, no completion criterion
- 70When it triggers. States when to use, but not when not to
- 100Tools and files. No external tools needed
- 100Failures and branches. 3 branches, has a failure section
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 1355 tokens
- 100Progress reporting. Reports progress
- low 11 top-level sections: this looks like several domains in one skill
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)
- +3No numbered steps or checklist
- -31 of 1 scripts are never mentioned in SKILL.md
- +1No license
- +2Single-language instructions
- +5Description quotes 7 example trigger phrases
- +3Description length 294: enough signal without eating the budget
- +4Structure: 21 headings
- +3Output format is stated explicitly
- +4Has examples (16 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 86.