binance-onchain-copy-trader
Pass
Audited by Gen Agent Trust Hub on Sep 11, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/copytrader.pyinvokes thebaw(Binance Agentic Wallet) CLI usingsubprocess.runandsubprocess.Popento perform wallet operations and subscribe to data streams. - [EXTERNAL_DOWNLOADS]: Fetches token audit and market data from
web3.binance.comusingurllib.request. This targets the official infrastructure of the vendor. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted market data and trading signals which drive automated monetary decisions.
- Ingestion points: Real-time trade data and signals from
baw tracker ws(scripts/copytrader.py). - Boundary markers: Normalization logic in
norm_addressandnorm_signal(scripts/copytrader.py) separates raw external data from internal logic using a fixed dictionary schema. - Capability inventory: Monetary order placement via
baw market-order swapandbaw limit-order sell(scripts/copytrader.py). - Sanitization: Strictly enforces numeric types using
fnumand sanitizes order parameters usingdecandqstrformatting helpers (scripts/copytrader.py).
Audit Metadata