Google Tasks

AdvisoryAudited by Static analysis on May 7, 2026.

Overview

No suspicious patterns detected.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If approved, the agent can change or delete Google Tasks data in the connected account.

Why it was flagged

The skill exposes create, update, and delete operations, but it also states they are scoped to Google Tasks and require confirmation before execution.

Skill content
Access is scoped to task lists and tasks with full CRUD operations within the connected Google Tasks account. ... All write operations require explicit user approval.
Recommendation

Approve only specific, intended write or delete actions, and verify the target task list or task before allowing changes.

What this means

The connected account’s task lists and tasks can be accessed through the skill according to the authorized OAuth permissions.

Why it was flagged

The skill requires a Maton API key and a Google Tasks OAuth connection, giving delegated access to the connected Google Tasks account.

Skill content
Set your API key as `MATON_API_KEY` ... Open the returned `url` in a browser to complete OAuth authorization.
Recommendation

Use the intended Google account, keep API keys and connection URLs private, and revoke/delete connections you no longer need.

What this means

Your task data and API requests may pass through Maton before reaching Google Tasks.

Why it was flagged

Google Tasks requests flow through Maton’s API gateway, so task data and authorization handling depend on that third-party service.

Skill content
Maton proxies requests to `tasks.googleapis.com` and automatically injects your OAuth token.
Recommendation

Install only if you trust Maton to proxy Google Tasks requests and manage OAuth tokens for this account.

What this means

Installing the CLI adds external software to your environment.

Why it was flagged

The skill is instruction-only but suggests installing an external CLI package, which is normal for the documented workflow yet outside the provided artifact scan.

Skill content
npm install -g @maton-ai/cli ... brew install maton-ai/cli/maton
Recommendation

Verify the Maton CLI package and Homebrew tap before installing, and prefer official documentation or trusted package sources.