Running the skill exposes Google Tasks lists and incomplete tasks to the agent session
Source references: 2The commands request task-list output and all incomplete tasks in a selected list. Task names, due dates, and other table fields may contain private or work-sensitive information. The supplied lines do not instruct transmission to an outside recipient, but the data becomes visible in the execution environment or agent output.
If `gws` is authorized for the relevant Google account, task information may be retained in the agent session, command history, or logs.
The risk is supported, although this access directly serves the stated purpose and the source does not instruct sending the data to an outside recipient. The recipe lists the user's task lists and then returns all incomplete tasks from a selected list as a table, potentially exposing private task titles and due dates to the agent session. Before running it, the user can require an explicitly selected list, restrict Google Tasks permissions, and avoid retaining full output in session logs.
1. List task lists: `gws tasks tasklists list --format table`2. List tasks with status: `gws tasks tasks list --params '{"tasklist": "TASKLIST_ID", "showCompleted": false}' --format table`3. Review due dates and prioritize overdue itemsShow 1 other places
Find Google Tasks that are past due and need attention.