Tool Parameter Abuse
High
- Category
- Tool Misuse
- Content
- POST /login {email,password}; POST /logout; POST /auth/logout-all - GET /me; PATCH /me (displayName,email); PATCH /me/password - POST /auth/step-up {password} (opens window, default 15 min; PATCH /me/security/step-up sets 5/15/30/60) - GET /auth/sessions; DELETE /auth/sessions/:id - POST /auth/mfa/verify; POST /me/mfa/totp/start; POST /me/mfa/totp/enable; DELETE /me/mfa/totp; POST /me/mfa/recovery-codes - GET /auth/activity (login attempts; lockout diagnosis) - /me/preferences/:key (catalog-driven editor prefs); POST /me/avatar; DELETE /me/avatar- 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).
