Clio

AdvisoryAudited by Static analysis on May 1, 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 could create, change, or delete sensitive matters, contacts, documents, billing records, and related practice-management data.

Why it was flagged

The skill intentionally exposes high-impact write and delete operations for legal-practice data. This is purpose-aligned for a Clio integration and the artifact requires explicit user approval, but users should understand the operational risk.

Skill content
it can read, create, update, and delete legal practice data including matters, contacts, activities, tasks, documents, calendar entries, time entries, and billing
Recommendation

Default to read-only use, verify resource names and IDs, and only approve write/delete requests after confirming the exact effect and reversibility.

What this means

Anyone or any process with the key may be able to act through the connected Clio permissions exposed by the Maton gateway.

Why it was flagged

The MATON_API_KEY is the credential used to access the managed OAuth gateway for the connected Clio account. This is expected for the integration, but it is sensitive delegated authority.

Skill content
All requests require the Maton API key in the Authorization header: Authorization: Bearer $MATON_API_KEY
Recommendation

Store the API key securely, use the narrowest Clio/OAuth permissions available, rotate the key if exposed, and revoke unused Maton/Clio connections.

What this means

Matter, client, document, billing, and calendar data may transit through Maton while using the integration.

Why it was flagged

Clio requests and responses pass through the third-party Maton gateway, which manages OAuth token injection. This data flow is disclosed and purpose-aligned, but it involves sensitive legal data crossing a provider boundary.

Skill content
The gateway proxies requests to `app.clio.com` and automatically injects your OAuth token.
Recommendation

Only install if you trust Maton for this data, confirm it meets your firm’s confidentiality/compliance requirements, and use the `Maton-Connection` header when multiple Clio connections exist.