Microsoft OneNote

PassAudited by ClawScan on May 1, 2026.

Overview

This is a coherent OneNote integration, but it requires trusting Maton with delegated OneNote access and can modify notes when the user approves.

Install only if you trust Maton to broker your Microsoft OneNote connection. Protect the MATON_API_KEY, use the Maton-Connection header when multiple accounts exist, and carefully review any requested create, update, or delete action 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 with the Maton API key or active connection could potentially access the connected OneNote resources through this integration.

Why it was flagged

The skill uses a Maton API key plus delegated Microsoft OAuth access to the user's OneNote account. This is expected for the integration, but it is sensitive account authority.

Skill content
All requests require the Maton API key in the Authorization header... Maton proxies requests to Microsoft Graph (`graph.microsoft.com`) and automatically injects your OAuth token.
Recommendation

Only use this if you trust Maton, keep the MATON_API_KEY private, choose the intended connection when multiple accounts exist, and revoke/delete connections that are no longer needed.

What this means

Approved write operations could create, change, or delete OneNote content or connection records.

Why it was flagged

The skill can perform mutating OneNote actions, but it discloses that capability and instructs the agent to obtain user approval before writes.

Skill content
Use this skill when users want to create or manage OneNote notebooks... **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 target notebook, section, page, or connection ID and confirm the intended effect.

What this means

Notebook metadata or page content requested through the skill may transit Maton's API gateway.

Why it was flagged

The integration routes OneNote API requests through Maton's gateway before reaching Microsoft Graph. This is disclosed and purpose-aligned, but it means OneNote request and response data may pass through a third-party service.

Skill content
Base URL... https://api.maton.ai/one-note/v1.0/me/onenote/{resource} ... Maton proxies requests to Microsoft Graph (`graph.microsoft.com`)
Recommendation

Review Maton's privacy and security practices before using this with highly sensitive notebooks.