Flash Loan Arbitrage Executor
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). In
scripts/arbitrage_finder.py,get_real_quote_0x()fetches outsider-controlled JSON fromhttps://api.0x.org/swap/v1/price(andhttps://api.1inch.dev/swap/v5.2/1/quote) and ingests that free text/fields at runtime to compute prices and liquidity before selecting arbitrage routes.
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). The skill is explicitly designed to perform on-chain crypto financial operations: it integrates Aave V3 flash loans, executes real token swaps on DEX routers, builds/signs and sends transactions, borrows and repays flash loans atomically, and requires a private key for live execution. These are direct crypto transaction capabilities (sending signed transactions, moving funds, transferring profits), so it grants Direct Financial Execution Authority.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata