google-tasks
Pass
Audited by Gen Agent Trust Hub on Jun 28, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads and executes the
@useclawlink/clipackage from the NPM registry usingnpx. This tool is the primary interface for the integration. - [COMMAND_EXECUTION]: Shell commands are used to manage the lifecycle of the integration, including
login,connect, andrunfor executing API actions. - [PROMPT_INJECTION]: The skill processes task titles and notes from the Google Tasks API, which constitutes a surface for indirect prompt injection.
- Ingestion points: External data enters the agent context through methods such as
googletasks_list_tasksandgoogletasks_get_taskinSKILL.md. - Boundary markers: The skill instructs the agent to "confirm with the user before any write," providing a manual safety checkpoint.
- Capability inventory: The agent has access to destructive capabilities such as
googletasks_delete_taskandgoogletasks_clear_tasksviaSKILL.md. - Sanitization: No explicit programmatic sanitization of task content is described.
Audit Metadata