Tool Parameter Abuse
High
- Category
- Tool Misuse
- Content
```typescript // REST API DELETE /v1/order?order_id={order_id}&symbol={symbol} // React SDK import { useOrderStream } from '@orderly.network/hooks';- Confidence
- 93% confidence
- Finding
- The skill exposes a destructive order-cancellation endpoint with attacker- or user-controlled identifiers and no accompanying guardrails, confirmation flow, or validation guidance. In an agent context, ambiguous or untrusted parameters could be propagated directly into a live cancellation action, resulting in unauthorized or unintended removal of open orders.
