BC agentwallet
EVM wallet tool for autonomous agents with built-in accountability. Creates, signs, and broadcasts ETH and ERC20 transfers on any EVM-compatible chain, then appends every transaction to a JSON log file. Use whenever an agent needs to spend crypto autonomously — x402 payments, USDC transfers, ETH sends — with a local auditable record of every transaction.
As a process C 57/100 · Has gaps — weak spots: result and completion, inputs and preconditions, consistency
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 · 10
✓ No critical or high findings
Medium and low: 10
-
low Secrets in code
secret-high-entropy-tokenindex.html:253High-entropy token-like string (may be an id, hash or a credential)<span class="flag">--contract</span> 0x83…913 \
-
low Secrets in code
secret-high-entropy-tokenindex.html:267High-entropy token-like string (may be an id, hash or a credential)<span class="flag">--swap-to</span> 0x83…913 \
-
low Secrets in code
secret-high-entropy-tokenindex.html:412High-entropy token-like string (may be an id, hash or a credential) (placeholder value)<tr><td>USDC</td><td>Base (8453)</td><td><code style="font…8em">0x83…913</code></td></tr>
placeholder -
low Secrets in code
secret-high-entropy-tokenindex.html:413High-entropy token-like string (may be an id, hash or a credential) (placeholder value)<tr><td>USDC</td><td>Ethereum (1)</td><td><code style="font…8em">0xA0…B48</code></td></tr>
placeholder -
low Secrets in code
secret-high-entropy-tokenindex.html:414High-entropy token-like string (may be an id, hash or a credential) (placeholder value)<tr><td>USDT</td><td>Base (8453)</td><td><code style="font…8em">0xfd…bb2</code></td></tr>
placeholder -
low Secrets in code
secret-high-entropy-tokenscripts/log_transaction.py:49High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)--contract 0x83…913 \\
detector -
low Secrets in code
secret-high-entropy-tokenscripts/log_transaction.py:56High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)--swap-to 0x83…913 \\
detector -
low Secrets in code
secret-high-entropy-tokenscripts/log_transaction.py:286High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)SWAP_ROUTER = "0x26…481" # Swap…r02 on Base
quoted -
low Secrets in code
secret-high-entropy-tokenSKILL.md:54High-entropy token-like string (may be an id, hash or a credential)--swap-to 0x83…913 \
-
low Secrets in code
secret-high-entropy-tokenSKILL.md:75High-entropy token-like string (may be an id, hash or a credential)--contract 0x83…913 \
Files scanned: 6. 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 57/100
- 0Result and completion. Does not say what the result is
- 0Inputs and preconditions. Does not say what the process needs to start
- 30Running it twice. 8 mutating operations with no state check
- 40Consistency. Frontmatter name (agentwallet) differs from the folder (cdnsoft-wallet)
- 60Tools and files. Uses tools (web) that frontmatter does not declare
- 70When it triggers. States when to use, but not when not to
- 100Steps. 5 steps
- 100Failures and branches. 1 branches, has a failure section
- 100Execution cost. Instruction body is 1349 tokens
- 100Progress reporting. Reports progress
- 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
- +5Description has no quoted example phrases that should trigger the skill
- +4Description does not say when NOT to use the skill (false activations)
- +3Output format is not stated: the model decides each time
- +1No license
- +2Single-language instructions
- +3Description length 356: enough signal without eating the budget
- +4Structure: 8 headings
- +3Step-by-step instructions: 5 items
- +4Has examples (10 code blocks)
- +3All 2 scripts are documented
Quality base 70; lint remarks subtract, signals add up to 100. Result: 87.