bingx-spot-trade
Warn
Audited by Snyk on Apr 22, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W009: Direct money access capability detected (payment gateways, crypto, banking).
- Direct money access detected (high risk: 1.00). The skill is explicitly a crypto exchange trading integration (BingX spot). It defines authenticated endpoints and a signing function to place and cancel orders, create OCO orders, and execute market/limit trades. The quick reference lists POST endpoints like /openApi/spot/v1/trade/order (Place a single order), /trade/batchOrders, /trade/cancel, /oco/order, etc. The included fetchSigned function performs HMAC SHA256 signing with API keys and the examples show placing market buys (spend 100 USDT) and limit sells. The agent is instructed to collect order parameters and to ask for CONFIRM before executing writes in prod-live. This is a purpose-built financial execution tool for crypto market orders, not a generic API caller.
Issues (1)
W009
MEDIUMDirect money access capability detected (payment gateways, crypto, banking).
Audit Metadata