Tool Parameter Abuse
High
- Category
- Tool Misuse
- Content
#### Remove from Watchlist ``` DELETE /api/watchlist Content-Type: application/json { "wallet": "<WALLET>", "mint": "<MINT>" }- Confidence
- 93% confidence
- Finding
- The documented watchlist deletion operation takes a raw `wallet` and `mint` in the request body and is marked as unauthenticated, which implies an agent or caller could request modifications to another user's watchlist by supplying an arbitrary wallet address. In skill context, this is more dangerous because the document presents the endpoint as normal usage without any ownership verification, enabling unauthorized state-changing actions if the backend behaves as documented.
