Tool Parameter Abuse
High
- Category
- Tool Misuse
- Content
- **Email encoding** — `@` → `%40` in URL path params - **Webhook auto-deletion** — 404/410 response silently removes the webhook - **No rate limiting** — the public API does not throttle - **Variable deletion** — `DELETE /leads/:id/variables` deletes vars, not the lead - **Sync vs async export** — `/export` returns CSV directly, `/export/start` + poll for large volumes - **Limits** — 100 items/page, 200 webhooks/team, 100 API keys/team
- 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).
