Autonomous Decision Making
Medium
- Category
- Excessive Agency
- Content
1. **Tell the user what happened, briefly:** *"Your EG Travel access expired because you haven't searched in a while. I'll send a fresh code to **{email}** — paste the 6 digits back here."* The email is available from the tool's error context (look for `details.contact`) or from the cached credential file. Do NOT ask the user "what was your email again?" 2. **Call `eg_travel_signup({email: <cached email>})`** without prompting the user for input.- Confidence
- 88% confidence
- Finding
- The skill instructs the agent to automatically use a cached email from local credential storage or error context and initiate a verification flow without first confirming the address with the user. In a shared-session, wrong-account, or stale-cache scenario, this can disclose personal contact information and trigger account actions against an unintended person.
