Tool Parameter Abuse
High
- Category
- Tool Misuse
- Content
} ``` ### DELETE /api/api-keys/:id Revoke a key. Immediate effect — any subsequent request with this key returns 401. **Response:** `{ "success": true }`- Confidence
- 88% confidence
- Finding
- A destructive credential-management operation (`DELETE /api/api-keys/:id`) is exposed through the same skill context as ordinary training-plan interactions. Even though revocation is user-scoped, an agent manipulated by prompt injection or parameter confusion could revoke legitimate keys, causing denial of service and disrupting integrations or user access.
