BC etherscan
Query EVM chain data via Etherscan API v2. Use for on-chain lookups where Etherscan v2 applies: balances, transactions, token transfers (ERC-20/721/1155), contract source/ABI, gas prices, event logs, and verification of transaction completion. Also trigger when another tool submits a transaction and you need to confirm it finalized on-chain.
Query EVM chain data via Etherscan API v2.
As a process C 50/100 · Has gaps — weak spots: result and completion, inputs and preconditions, failures and branches
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 · 14
✓ No critical or high findings
Medium and low: 14
-
low Secrets in code
secret-high-entropy-tokenSKILL.md:92High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| WETH | Ethereum | 18 | `0xC0…Cc2` |
table -
low Secrets in code
secret-high-entropy-tokenSKILL.md:93High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| USDC | Ethereum | 6 | `0xA0…B48` |
table -
low Secrets in code
secret-high-entropy-tokenSKILL.md:94High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| USDT | Ethereum | 6 | `0xdA…ec7` |
table -
low Secrets in code
secret-high-entropy-tokenSKILL.md:95High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| DAI | Ethereum | 18 | `0x6B…d0F` |
table -
low Secrets in code
secret-high-entropy-tokenSKILL.md:96High-entropy token-like string (may be an id, hash or a credential) (documentation table row)| WBTC | Ethereum | 8 | `0x22…599` |
table -
low Exfiltration
exfil-secret-in-urlSKILL.md:119Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)curl -s "https://api.etherscan.io/v2/api?module=…&action=…&address=…&chainid=1&tag=…&apikey=…"
placeholder -
low Exfiltration
net-credential-useSKILL.md:119Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)curl -s "https://api.etherscan.io/v2/api?module=…&action=…&address=…&chainid=1&tag=…&apikey=…"
vendor-host -
low Exfiltration
exfil-secret-in-urlSKILL.md:125Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)curl -s "https://api.etherscan.io/v2/api?module=…&action=…&address=…&chainid=1&page=1&offset=10&sort=desc&apikey=…"
placeholder -
low Exfiltration
net-credential-useSKILL.md:125Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)curl -s "https://api.etherscan.io/v2/api?module=…&action=…&address=…&chainid=1&page=1&offset=10&sort=desc&apikey=…"
vendor-host -
low Exfiltration
exfil-secret-in-urlSKILL.md:131Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)curl -s "https://api.etherscan.io/v2/api?module=…&action=…&contractaddress=…&address=…&chainid=1&tag=l
placeholder -
low Exfiltration
exfil-secret-in-urlSKILL.md:138Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)curl -s "https://api.etherscan.io/v2/api?module=…&action=…&txhash=…&chainid=1&apikey=…"
placeholder -
low Exfiltration
net-credential-useSKILL.md:138Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)curl -s "https://api.etherscan.io/v2/api?module=…&action=…&txhash=…&chainid=1&apikey=…"
vendor-host -
low Exfiltration
exfil-secret-in-urlSKILL.md:145Credential passed in a URL query string (normal for some APIs — verify the host is the intended service) (placeholder value)curl -s "https://api.etherscan.io/v2/api?module=…&action=…&chainid=1&apikey=…"
placeholder -
low Exfiltration
net-credential-useSKILL.md:145Credential used in a network call (verify the destination is the intended service) (the skill's own vendor host)curl -s "https://api.etherscan.io/v2/api?module=…&action=…&chainid=1&apikey=…"
vendor-host
Files scanned: 1. 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 50/100
- 0Result and completion. Does not say what the result is
- 0Inputs and preconditions. Does not say what the process needs to start
- 0Failures and branches. Linear process with no failure handling
- 0Progress reporting. Says nothing while it works
- 60Tools and files. Uses tools (web) that frontmatter does not declare
- 70When it triggers. States when to use, but not when not to
- 85Steps. 6 steps, 1 vague phrases
- 100Consistency. Name and required fields are in place
- 100Execution cost. Instruction body is 1905 tokens
- 100Running it twice. No mutating operations
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 343: enough signal without eating the budget
- +4Structure: 13 headings
- +3Step-by-step instructions: 6 items
- +4Has examples (7 code blocks)
Quality base 70; lint remarks subtract, signals add up to 100. Result: 84.