Mempool Intrusion Detection System
Warn
Audited by Snyk on Aug 3, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (medium risk: 0.30). The skill’s required runtime ingests outsider-authored free text in the Ethereum mempool transaction stream by parsing incoming WebSocket JSON messages (tx hashes) and then fetching/processing their transaction fields (including calldata
input_data) for payload feature extraction and ML classification.
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). The skill explicitly implements automated on-chain transaction execution: it builds pause transactions, signs them with a defender account, and broadcasts them (w3.eth.send_raw_transaction). It also documents gas optimization, front-running strategies, private key management, and retry/confirmation logic. These are direct financial execution capabilities (sending signed blockchain transactions / spending gas).
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata