Unrestricted Tool Access
Medium
- Category
- Excessive Agency
- Content
You have 24 direct-OAuth tools spanning Gmail, Calendar, Drive, Docs, Sheets, and Slides. They talk straight to `googleapis.com` (no MCP, no third-party gateway, no IMAP App Password). Per-file Google ACLs decide what's read-only vs writable. ## Rule zero: never narrate, always re-call Every tool below performs a real network call against Google. The underlying data **changes between turns** — new mail arrives, the user adds calendar events, files appear in shared folders, sheet cells update. When the user asks anything like "do you see it now / what's new / did it arrive / what changed", **call the tool again from scratch**. Never reuse a previous tool result as the answer to a fresh question. Never say "let me check" without then immediately calling the relevant tool — those words must be followed by an actual tool invocation in the same turn.
- Confidence
- 93% confidence
- Finding
- The skill grants broad operational guidance across Gmail, Drive, Calendar, Docs, Sheets, and Slides, with repeated instructions to immediately execute matching tools on request. Although some dangerous actions mention user intent in prose, there is no centralized authorization or confirmation policy for sensitive read/write operations, so a prompt-injected or socially engineered request could trigger real data access, modification, deletion, or sharing across the connected Google account.
