Tool Parameter Abuse
High
- Category
- Tool Misuse
- Content
- `GET /api/v1/hotels/bookings?guestId=...` - List bookings by guest - `GET /api/v1/hotels/bookings/all` - All bookings with date filters - `GET /api/v1/hotels/bookings/{id}` - Booking detail - `DELETE /api/v1/hotels/bookings/{id}` - Cancel booking - `POST /api/v1/hotels/bookings/{id}/amend` - Get alternative rates for amendments - `GET /api/v1/hotels/chains` - Hotel chain reference data - `GET /api/v1/hotels/currencies` - Supported currencies- 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).
