Microsoft To Do

PassAudited by ClawScan on May 1, 2026.

Overview

This is a coherent Microsoft To Do integration, but it uses a Maton API key/OAuth connection and can change or delete To Do data, so approvals and account selection matter.

This skill appears purpose-aligned for managing Microsoft To Do. Install it only if you trust Maton with the connected account flow, keep MATON_API_KEY private, specify the intended connection when multiple accounts exist, and carefully review any create, update, or delete request before approving it.

Findings (3)

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

Anyone or any agent with the Maton API key may be able to access the connected Microsoft To Do integration according to the permissions granted.

Why it was flagged

The skill requires a sensitive API key and delegated Microsoft To Do access, which is expected for the integration but should be treated as account authority.

Skill content
All requests require the Maton API key in the Authorization header
Recommendation

Use this only with a trusted Maton account, protect the MATON_API_KEY, and revoke or rotate it if it is exposed.

What this means

If the user approves the wrong action or account, tasks or task lists could be created, changed, or deleted.

Why it was flagged

The skill exposes write and delete operations against Microsoft To Do, but it also instructs the agent to get explicit approval before using them.

Skill content
All write operations require explicit user approval. Before executing any create, update, or delete call, confirm the target resource and intended effect with the user.
Recommendation

Before approving writes, verify the Microsoft account, list name, task ID/title, and the exact intended change.

What this means

Microsoft To Do data and operations pass through a third-party API gateway, so the user is relying on Maton’s handling of OAuth and request routing.

Why it was flagged

Requests and task data are mediated by the Maton gateway before reaching Microsoft Graph, which is disclosed and central to the managed OAuth design.

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

Review Maton’s account and privacy expectations, and use the Maton-Connection header when multiple Microsoft To Do connections exist.