Tool Parameter Abuse
High
- Category
- Tool Misuse
- Content
outlook_get '/me' | jq . ``` - `outlook_get <path> [curl args]` — GET, body on stdout - `outlook_get_text <path>` — same plus `Prefer: outlook.body-content-type="text"`; **use this for anything you will read** (measured 9.4× smaller than HTML) - `outlook_post <path> <json>` / `outlook_patch <path> <json>` - `outlook_token_expiry` — prints time remaining, never the token
- Confidence
- 97% confidence
- Finding
- This duplicate finding points to the same dangerous interface: authenticated requests can be modified with arbitrary curl arguments. In the context of a mailbox token captured from the browser, parameter abuse is especially severe because it can redirect requests or leak sensitive data and credentials outside the intended Outlook API boundary.
