Tool Parameter Abuse
High
- Category
- Tool Misuse
- Content
``` POST /marketplace/listings — Create listing PUT /marketplace/listings/{id} — Update listing DELETE /marketplace/listings/{id} — Remove listing GET /marketplace/my/listings — Your listings ```- Confidence
- 95% confidence
- Finding
- The documented DELETE endpoint enables irreversible removal of marketplace listings, yet the skill provides no constraints around ownership checks, confirmation, or safe handling of the {id} parameter. In an LLM-agent setting, parameter confusion or prompt-induced misuse could cause unauthorized or unintended deletion of assets/listings.
