Tool Parameter Abuse
High
- Category
- Tool Misuse
- Content
- `GET /api/assets/mine?page=1&limit=50` -> `{success, data, pagination}` (pagination is top-level). - `GET /api/assets/{assetId}` -> `{success, data}`. - `DELETE /api/assets/{assetId}` -> flat `{message, success}`.- Confidence
- 84% confidence
- Finding
- The skill exposes a destructive asset deletion capability using an attacker-controllable path parameter without any documented guardrails, ownership confirmation, or user-approval step. In an agent context, this can enable unsafe deletion of user assets if the model is prompted to act on untrusted `assetId` values or performs destructive actions without clear confirmation.
