Tool Parameter Abuse
High
- Category
- Tool Misuse
- Content
- `GET /chores/history` — Completion history - `POST /chores` — Create new chore - `POST /chores/update` — Update chore - `DELETE /chores/id/:id` — Delete chore ### Shopping - `GET /shoppinglist` — List all items
- 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).
