SKILLEMALL.ai

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.

ClawHub Agent Skills author: cromatikap v0.3.4 MIT-0 6 files body ≈ 1 349 tokens Open the sourceclawhub.ai analyzed 3 d ago

As a process C 57/100 · Has gaps — weak spots: result and completion, inputs and preconditions, consistency

AnalyzerAI and agentstype and topics are labelled automatically from the skill text
JSON
Technical rating
B
89/100
safety, quality, tests
Safety 60%
90
Quality 40%
87
Run on models
none yet
Process rating
C
57/100
Has gaps
Result and completion w 14
0
Inputs and preconditions w 11
0
Running it twice w 4
30
the three weakest of ten parameters · all ten

How to improve

    For the model run — optional
    • 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-token index.html:253
      High-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-token index.html:267
      High-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-token index.html:412
      High-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-token index.html:413
      High-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-token index.html:414
      High-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-token scripts/log_transaction.py:49
      High-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-token scripts/log_transaction.py:56
      High-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-token scripts/log_transaction.py:286
      High-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-token SKILL.md:54
      High-entropy token-like string (may be an id, hash or a credential)
      --swap-to 0x83…913 \
    • low Secrets in code secret-high-entropy-token SKILL.md:75
      High-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.

    External checks

    ClawHub: suspicious
    This appears to be a real EVM wallet skill, but it gives an agent broad authority to sign irreversible crypto actions without strong built-in limits.
    LLM: suspicious (high) · VirusTotal: · 29 May 2026