Tool Parameter Abuse
High
- Category
- Tool Misuse
- Content
Enum and length violations fail class-validator first, so those come back as a `message` **array** instead of a code: `"platforms should not be empty"`, `"each value in platforms must be one of the following values: ..."`, `"externalId must be shorter than or equal to 128 characters"`, `"redirectUrl must be shorter than or equal to 2000 characters"`. ### DELETE /social-posts/:id Delete a scheduled post by ID.
- 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).
