Microsoft OneDrive

PassAudited by ClawScan on May 7, 2026.

Overview

This appears to be a disclosed OneDrive integration, but it can access and change files through a Maton OAuth proxy, so users should approve write and sharing actions carefully.

Before installing, confirm you trust Maton and the Maton CLI, authorize only the intended Microsoft account, specify the right connection if you have multiple accounts, and carefully review any upload, delete, edit, or sharing request before approving it.

Findings (4)

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

An approved action could modify, delete, upload, download, or share files in the connected OneDrive account.

Why it was flagged

The skill can create, read, update, delete, and share OneDrive resources. This is expected for the stated purpose, but it can materially affect user files.

Skill content
Manage files, folders, drives, and sharing with full CRUD operations.
Recommendation

Confirm the exact file, folder, drive, and intended effect before approving any write, delete, or sharing operation.

What this means

Whoever can use the configured credential may be able to act on the connected OneDrive account within the granted permissions.

Why it was flagged

The skill requires an API key and account authorization to act against a user's OneDrive through Maton/Microsoft Graph.

Skill content
Requires network access and valid Maton API key.
Recommendation

Use a trusted Maton account, verify the Microsoft account and OAuth scopes during authorization, and revoke or delete the connection when it is no longer needed.

What this means

OneDrive metadata, file operations, and possibly file contents may pass through Maton's service depending on the requested operation.

Why it was flagged

Requests to OneDrive are routed through Maton's API gateway, which handles OAuth token injection. This data flow is disclosed and central to the skill, but it means a third-party proxy participates in access to OneDrive data.

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

Install only if you trust Maton to handle OneDrive requests and OAuth securely; avoid sending especially sensitive files unless that trust is acceptable.

What this means

Using the CLI requires trusting an external package manager install that was not reviewed here.

Why it was flagged

The skill's CLI workflow depends on installing an external global CLI package. That is coherent with the Maton integration, but the package contents are not included in the supplied artifacts.

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

Install the CLI only from Maton's official distribution channels and keep it updated; use the documented HTTP API path if you do not want a global CLI install.