Tool Parameter Abuse
High
- Category
- Tool Misuse
- Content
### Delete Event ``` DELETE /api/calendars/{calendarId}/events/{eventId} Headers: X-API-Key: ${CALENDAR_API_KEY} ```- Confidence
- 97% confidence
- Finding
- The exposed DELETE endpoint allows direct destructive action using model-controlled parameters such as calendarId and eventId, creating a tool-parameter abuse risk. If the agent misresolves identifiers, follows a malicious prompt, or acts on incomplete context, it could delete arbitrary events without adequate user intent verification.
