Tool Parameter Abuse
High
- Category
- Tool Misuse
- Content
### Lifecycle #### `DELETE /api/v1/articles/:id` — Archive (soft delete) Sets status to `archived`.
- Confidence
- 94% confidence
- Finding
- The skill exposes a destructive lifecycle operation (`DELETE /api/v1/articles/:id`) and normalizes it within the workflow documentation without requiring strong confirmation, identifier validation, or safer alternatives. In an agent setting, parameter mistakes or prompt-induced misuse could archive the wrong article or cause unwanted destructive state changes.
