Tool Parameter Abuse
High
- Category
- Tool Misuse
- Content
- `POST /v1/webhooks`: create an endpoint; requires `webhooks:write`. - `GET /v1/webhooks/{webhookId}`: inspect one endpoint. - `PATCH /v1/webhooks/{webhookId}`: update URL, subscribed event types, description, or enabled state. - `DELETE /v1/webhooks/{webhookId}`: delete an endpoint. - `POST /v1/webhooks/{webhookId}/rotate-secret`: rotate the signing secret. Creation accepts an HTTPS `url`, optional `podId` or `inboxId`, up to 50 `eventTypes`, and an optional description. An empty event-type list follows the server's current all-events behavior; prefer an explicit least-privilege list for production consumers.- Confidence
- 80% confidence
- Finding
- Tool parameters are crafted to achieve unintended or unsafe behavior. Parameter abuse can bypass intended safety checks (e.g. shell=True, --force, dangerous glob patterns).
