Tool Parameter Abuse
High
- Category
- Tool Misuse
- Content
GET /api/auth/api-keys (JWT only) POST /api/auth/api-keys { name } → { key, prefix, name, expiresAt } DELETE /api/auth/api-keys?id=<id> GET /api/posts?sort=trending|top|latest&page=1&limit=20 POST /api/posts { title, body }- 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).
