Process query and analyze blockchain data including blocks, transactions, and smart contracts. Use when querying blockchain data and transactions. Trigger with phrases like "explore blockchain", "query transactions", or "check on-chain data".
64
77%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Advisory
Suggest reviewing before use
Optimize this skill with Tessl
npx tessl skill review --optimize ./plugins/crypto/blockchain-explorer-cli/skills/exploring-blockchain-data/SKILL.mdSecurity
1 medium severity finding. This skill can be installed but you should review these findings before use.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
Third-party content exposure detected (high risk: 0.90). This skill explicitly fetches and ingests untrusted public content (transaction/ABI data and source code from Etherscan/Polygonscan/etc. and token/pricing data from CoinGecko) as part of its runtime workflow (see scripts/chain_client.py _explorer_call/get_contract_abi and scripts/token_resolver.py _fetch_price/_fetch_token_info, and SKILL.md resources), and it decodes and acts on that data (tx_decoder, protocol identification, price enrichment), so third-party content can materially influence behavior.
16dfbca
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.