Tool Parameter Abuse
High
- Category
- Tool Misuse
- Content
call). Changing `target_type` or `sitemap` resets the stored diff baseline (fingerprint, snapshot, or URL set), so the next check starts fresh rather than comparing against the old target's state. 4. **Delete** — `DELETE /monitors/{id}` removes a monitor. 5. **Check history** — `GET /monitors/{id}/checks` lists the monitor's most recent check runs (newest first, capped at 50), including per-run webhook delivery status — use this to debug "why didn't I get notified."- Confidence
- 88% confidence
- Finding
- The skill exposes destructive operations such as DELETE and PATCH against monitor IDs without describing confirmation requirements, authorization guardrails at the agent layer, or validation of user intent. In an agent setting, a prompt-influenced or mistaken action could delete or alter monitoring configurations, causing loss of coverage or webhook destinations to be changed.
