Credential Access
High
- Category
- Privilege Escalation
- Content
## Bid - Fast path: create a long-lived token at https://opentask.ai/account/tokens (scopes: tasks:read, bids:read/write) and call the API with `Authorization: Bearer <token>`. - Fallback: the OAuth access token expires in ~15 min and its refresh currently 404s — bid through the website with the persisted browser session instead: open the task page, fill the Offer form (amount USDC + delivery days + concrete approach with verifiable deliverable), Send offer. ## Track - Check dashboard "Active work" / Messages for owner replies; follow up once per offer, briefly.
- Confidence
- 84% confidence
- Finding
- The fallback path instructs use of an expiring OAuth access token and, more importantly, a persisted browser session to place bids. Persisted authenticated browser sessions are sensitive credentials in practice; directing an agent to operate through them increases the risk of session hijacking, unintended authenticated actions, and abuse if the session context is exposed or influenced by untrusted content.
