High-risk tools in Codex CCXT MCP
6 of the 113 tools in Codex CCXT MCP are classified as high risk. This page profiles those tools specifically, with recommended policy actions and the attack patterns that target them.
Every operation listed below is an action PolicyLayer recommends controlling at the transport layer. Open any tool to see the full profile, risk score, and YAML policy snippet.
Tools at high risk
-
ccxt_callExecuteCall any existing method on the configured CCXT exchange. Mutating methods are subject to the trading gate.
-
ccxt_cancel_orderExecuteCall exchange.cancelOrder(id, symbol, params), subject to the trading gate.
-
ccxt_cancel_ordersExecuteCall exchange.cancelOrders(ids, symbol, params), subject to the trading gate.
-
ccxt_cancel_orders_for_symbolsExecuteCall exchange.cancelOrdersForSymbols(orders, params), subject to the trading gate.
-
ccxt_set_margin_modeExecuteCall exchange.setMarginMode(marginMode, symbol, params), subject to the trading gate.
-
ccxt_set_position_modeExecuteCall exchange.setPositionMode(hedged, symbol, params), subject to the trading gate.
Attacks that target this class
High-risk tools in any server share these documented attack patterns. Each links to the full case and the defensive policy.