Google Analytics

ReviewAudited by ClawScan on May 10, 2026.

Overview

This is a coherent Google Analytics integration guide, but it relies on Maton-managed OAuth/API keys and can read or change Google Analytics settings.

Install only if you intend to use Maton as the OAuth/API gateway for Google Analytics. Before use, create your own Maton connection, verify the correct Google Analytics account/property, protect MATON_API_KEY, and avoid write/admin operations unless you explicitly approve them.

Findings (5)

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 using the skill must trust Maton with the delegated Analytics connection and should protect the Maton API key.

Why it was flagged

The skill requires a Maton API key and delegated Google Analytics OAuth access, which is expected for the integration but grants account-level authority.

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

Use only a trusted Maton account, review granted Google permissions, keep the API key private, and revoke unused connections.

What this means

An agent using this skill could change Google Analytics configuration if the user asks it to configure resources.

Why it was flagged

The documented Admin API capability includes configuration-changing operations, which are purpose-aligned but higher impact than read-only reporting.

Skill content
Admin API (manage accounts, properties, data streams)
Recommendation

Confirm the intended account, property, and exact change before running create, update, delete, or admin-management requests.

What this means

Analytics data and admin requests may be visible to or processed by the Maton gateway as part of normal operation.

Why it was flagged

Google Analytics requests flow through Maton's gateway, creating a third-party data boundary for Analytics queries, responses, and OAuth handling.

Skill content
The gateway proxies requests to analyticsadmin.googleapis.com and analyticsdata.googleapis.com and automatically injects your OAuth token.
Recommendation

Review Maton's privacy and security posture before using this with sensitive Analytics properties.

What this means

A user or agent may copy the sample connection ID instead of using their own, causing failed requests or unintended connection selection.

Why it was flagged

The documentation includes a real-looking connection identifier instead of a placeholder. It is not shown to be a secret by itself, but it can confuse users or expose account-specific metadata if real.

Skill content
"connection_id": "21fd90f9-5935-43cd-b6c8-bde9d915ca80"
Recommendation

Replace concrete connection IDs in examples with placeholders such as {connection_id} and verify the active connection before use.

What this means

Users have less registry-level information for verifying the publisher and service before granting OAuth access.

Why it was flagged

The skill relies on Maton-hosted services for authentication and API gateway behavior, but the registry metadata does not provide source or homepage provenance.

Skill content
Source: unknown; Homepage: none
Recommendation

Verify the Maton service and publisher independently before connecting important Google Analytics accounts.