Monitor blockchain mempools for pending transactions, gas analysis, and MEV opportunities. Use when analyzing pending transactions, optimizing gas prices, or researching MEV. Trigger with phrases like "check mempool", "scan pending txs", "find MEV", "gas price analysis", or "pending swaps".
74
—
Does it follow best practices?
Impact
—
No eval scenarios have been run
Advisory
Suggest reviewing before use
Security
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 (medium risk: 0.65). Outsider free text from the public Ethereum mempool is ingested via runtime RPC responses (e.g., `eth_pendingTransactions`/`txpool_content` in `scripts/rpc_client.py`), then decoded/printed as readable strings (e.g., `input_data` → `TransactionDecoder.decode_input()` → `method_name`/`method_type` shown in `scripts/formatters.py` and `scripts/mempool_analyzer.py`).
607d11b
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.