BD eth-readonly
Read-only Ethereum blockchain queries — blocks, transactions, balances, contracts, logs via RPC and Etherscan APIs
As a process D 39/100 · Unfinished process — weak spots: steps, result and completion, when it triggers
How to improve
- Say in the description WHEN to use the skill ("use when…", example requests): that is the agent's main cue.
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 · 15
✓ No critical or high findings
Medium and low: 15
-
low Secrets in code
secret-high-entropy-tokenSKILL.md:101High-entropy token-like string (may be an id, hash or a credential)cast balance 0xd8…045 --rpc-url $ETH_RPC_URL
-
low Secrets in code
secret-high-entropy-tokenSKILL.md:107High-entropy token-like string (may be an id, hash or a credential)cast code 0xA0…5E3 --rpc-url $ETH_RPC_URL # USDC
-
low Secrets in code
secret-high-entropy-tokenSKILL.md:111High-entropy token-like string (may be an id, hash or a credential)cast lookup-address 0xd8…045 --rpc-url $ETH_RPC_URL
-
low Secrets in code
secret-high-entropy-tokenSKILL.md:124High-entropy token-like string (may be an id, hash or a credential) (quoted — discussed, not commanded)-d '{"jsonrpc":"2.0","method":"eth_getBalance","params":["0xd8…045","latest"],"id":1}'quoted -
low Exfiltration
exfil-secret-in-urlSKILL.md:184Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (detector / deny-list definition; the skill's own vendor host)curl -s "https://api.etherscan.io/api?module=…&action=…&apikey=…" | jq '.result'
detectorvendor-host -
low Exfiltration
net-credential-useSKILL.md:184Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)curl -s "https://api.etherscan.io/api?module=…&action=…&apikey=…" | jq '.result'
vendor-host -
low Secrets in code
secret-high-entropy-tokenSKILL.md:197High-entropy token-like string (may be an id, hash or a credential)cast logs 0xA0…5E3 --from-block 19000000 --to-block 19001000 \
-
low Exfiltration
exfil-secret-in-urlSKILL.md:217Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (detector / deny-list definition; the skill's own vendor host)curl -s "https://api.etherscan.io/api?module=…&action=…&address=…&apikey=…" | jq '.result[0].SourceCode'
detectorvendor-host -
low Exfiltration
net-credential-useSKILL.md:217Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)curl -s "https://api.etherscan.io/api?module=…&action=…&address=…&apikey=…" | jq '.result[0].SourceCode'
vendor-host -
low Exfiltration
exfil-secret-in-urlSKILL.md:220Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (the skill's own vendor host; quoted — discussed, not commanded)curl -s "https://api.etherscan.io/api?module=…&action=…&address=…&apikey=…"
vendor-hostquoted -
low Exfiltration
net-credential-useSKILL.md:220Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)curl -s "https://api.etherscan.io/api?module=…&action=…&address=…&apikey=…"
vendor-host -
low Exfiltration
exfil-secret-in-urlSKILL.md:226Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (the skill's own vendor host; quoted — discussed, not commanded)curl -s "https://api.etherscan.io/api?module=…&action=…&address=…&startblock=0&endblock=…&page=1&offset=10&sort=desc&apikey=…
vendor-hostquoted -
low Exfiltration
net-credential-useSKILL.md:226Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)curl -s "https://api.etherscan.io/api?module=…&action=…&address=…&startblock=0&endblock=…&page=1&offset=10&sort=desc&apikey=…
vendor-host -
low Exfiltration
exfil-secret-in-urlSKILL.md:229Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (the skill's own vendor host; quoted — discussed, not commanded)curl -s "https://api.etherscan.io/api?module=…&action=…&address=…&page=1&offset=10&sort=desc&apikey=…" | jq '.result[] | {tokenNamvendor-hostquoted -
low Exfiltration
net-credential-useSKILL.md:229Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)curl -s "https://api.etherscan.io/api?module=…&action=…&address=…&page=1&offset=10&sort=desc&apikey=…" | jq '.result[] | {tokenNamvendor-host
Files scanned: 2. Evidence is masked. Grey chips explain why severity was lowered.
Against the Agent Skills spec
- warning
description-no-whendescription does not say WHEN to use the skill (no "use when") - note
frontmatter-keyunknown frontmatter key "homepage"
Process rating: all ten parameters 39/100
- 0Steps. Prose only: no discrete steps
- 0Result and completion. Does not say what the result is
- 0Inputs and preconditions. Does not say what the process needs to start
- 20When it triggers. No condition that starts the skill
- 55Failures and branches. 1 branches
- 60Tools and files. Uses tools (web) that frontmatter does not declare
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 1887 tokens
- 100Running it twice. No mutating operations
- 100Progress reporting. Reports progress
- medium Safety rules and hard prohibitions inside a skill: they belong in the system prompt, here they protect nothing
- low 10 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
- +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 114: 120–800 characters recommended
- +3No numbered steps or checklist
- +3Output format is not stated: the model decides each time
- -2localhost URLs: will not work for another user
- +1No license
- +2Single-language instructions
- +4Structure: 20 headings
- +4Has examples (24 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 63.
External checks
ClawHub: clean
This is a read-only Ethereum lookup skill that uses standard RPC and Etherscan queries without wallet access, signing, persistence, or hidden behavior.
LLM: benign (high) · VirusTotal: benign · 28 May 2026