SKILLEMALL.ai

DC wallet-mcp

(no description)

Not recommendedlow grade D
ClawHub Agent Skills author: genoshide v1.5.0 MIT-0 27 files body ≈ 1 827 tokens Open the sourceclawhub.ai analyzed 4 d ago

As a process C 55/100 · Has gaps — weak spots: result and completion, when it triggers, inputs and preconditions

ProcedureAI and agentsInfrastructuretype and topics are labelled automatically from the skill text
JSON
Technical rating
D
43/100
safety, quality, tests
Safety 60%
71
Quality 40%
0
Run on models
none yet
Process rating
C
55/100
Has gaps
Result and completion w 14
0
Inputs and preconditions w 11
0
Progress reporting w 2
0
the three weakest of ten parameters · all ten

What is at stake

Medium-severity findings: the skill is probably honest, but read what alarmed the scanner.

Dangerous commands medium severity

Below is the worst case for this category. The finding here is medium: the guard saw a sign, not a proof.

If you install

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.

For the author

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

  1. Add a description to the frontmatter: without it the skill never triggers.
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 · 13

✓ No critical or high findings

Medium and low: 13
  • medium Dangerous commands cmd-pipe-to-shell-known-host CONTRIBUTING.md:20
    Pipe-to-shell installer from a well-known host (still executes remote code)
    curl -LsSf https://astral.sh/uv/install.sh | sh
  • medium Dangerous commands cmd-pipe-to-shell-known-host INSTALLATION.md:130
    Pipe-to-shell installer from a well-known host (still executes remote code)
    curl -LsSf https://astral.sh/uv/install.sh | sh
  • medium Dangerous commands cmd-pipe-to-shell-known-host OPENCLAW.md:52
    Pipe-to-shell installer from a well-known host (still executes remote code)
    curl -LsSf https://astral.sh/uv/install.sh | sh
  • medium Dangerous commands cmd-execpolicy-bypass OPENCLAW.md:66
    Runs PowerShell with execution policy bypassed
    powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
  • low Exfiltration read-dotenv CONTRIBUTING.md:26
    Reads a .env file
    cp .env.example .env
  • low Secrets in code secret-high-entropy-token EXAMPLES.md:210
    High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)
    token="0xA0…B48"
    fixturequoted
  • low Secrets in code secret-high-entropy-token EXAMPLES.md:233
    High-entropy token-like string (may be an id, hash or a credential) (test fixture / example file; quoted — discussed, not commanded)
    token="EPjF…t1v"
    fixturequoted
  • low Exfiltration read-dotenv INSTALLATION.md:137
    Reads a .env file
    cp ~/.local/share/uv/tools/wallet-mcp/.env.example ~/.wallet-mcp/.env
  • low Secrets in code secret-high-entropy-token README.md:154
    High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
    → scan_token_balances(chain="evm", label="eth_test", token="0xA0…B48")
    detector
  • low Secrets in code secret-high-entropy-token SKILL.md:106
    High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
    python3 ~/.openclaw/tools/wallet.py scan_token_balances --chain evm --label eth_test --token 0xA0…B48
    detector
  • low Secrets in code secret-high-entropy-token SKILL.md:171
    High-entropy token-like string (may be an id, hash or a credential) (detector / deny-list definition)
    python3 ~/.openclaw/tools/wallet.py scan_token_accounts --address 6ydK…GTZ
    detector
  • low Secrets in code secret-high-entropy-token src/wallet_mcp/core/solana.py:87
    High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)
    _TOKEN_PROGRAM = "Toke…5DA"
    quoted
  • low Risky intent intent-wallet-secrets src/wallet_mcp/server.py:160
    Handles crypto-wallet secrets (seed / mnemonic / private key) — a classic stealer target (detector / deny-list definition)
    private_key:     wallet private key (base58)
    detector

Files scanned: 25. Evidence is masked. Grey chips explain why severity was lowered.

Against the Agent Skills spec

  • error frontmatter SKILL.md: no YAML frontmatter block found
  • error name-missing SKILL.md: frontmatter has no `name`
  • error description-missing SKILL.md: no `description` — the skill can never trigger

Process rating: all ten parameters 55/100

  • 0Result and completion. Does not say what the result is
  • 0Inputs and preconditions. Does not say what the process needs to start
  • 0Progress reporting. Says nothing while it works
  • 30When it triggers. No condition that starts the skill
  • 30Running it twice. 11 mutating operations with no state check
  • 60Tools and files. Uses tools (web, python) that frontmatter does not declare
  • 100Steps. 4 steps
  • 100Failures and branches. 2 branches, has a failure section
  • 100Consistency. Name and required fields are in place
  • 100Execution cost. Instruction body is 1827 tokens
  • low 17 top-level sections: this looks like several domains in one skill
  • low The response is described with custom markup (3 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)
  • +3Description length 0: 120–800 characters recommended
  • +3Output format is not stated: the model decides each time
  • +1No license
  • +2Single-language instructions
  • +4Structure: 18 headings
  • +3Step-by-step instructions: 4 items
  • +4Has examples (24 code blocks)

Quality base 70; lint remarks subtract, signals add up to 100. Result: 0.

External checks

ClawHub: suspicious
This wallet skill is coherent, but it lets an agent store private keys and move or sweep crypto funds without built-in confirmation safeguards.
LLM: suspicious (high) · VirusTotal: · 29 May 2026