Skip to main content

google-analytics

Integrates Google Analytics API for managing accounts and running reports on user metrics, enhancing data-driven marketing strategies.

Install this skill

or
53/100

Security score

The google-analytics skill was audited on Feb 11, 2026 and we found 39 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 372

Template literal with variable interpolation in command context

SourceSKILL.md
372'Authorization': `Bearer ${process.env.MATON_API_KEY}`
medium line 384

Template literal with variable interpolation in command context

SourceSKILL.md
384'Authorization': `Bearer ${process.env.MATON_API_KEY}`
low line 368

Fetch to external URL

SourceSKILL.md
368const accounts = await fetch(
low line 378

Fetch to external URL

SourceSKILL.md
378const report = await fetch(
low line 372

Access to .env file

SourceSKILL.md
372'Authorization': `Bearer ${process.env.MATON_API_KEY}`
low line 384

Access to .env file

SourceSKILL.md
384'Authorization': `Bearer ${process.env.MATON_API_KEY}`
low line 4

External URL reference

SourceSKILL.md
4Google Analytics API integration with managed OAuth. Manage accounts, properties, and data streams (Admin API). Run reports on sessions, users, page views, and conversions (Data API). Use this skill w
low line 26

External URL reference

SourceSKILL.md
26req = urllib.request.Request('https://gateway.maton.ai/google-analytics-admin/v1beta/accountSummaries')
low line 35

External URL reference

SourceSKILL.md
35req = urllib.request.Request('https://gateway.maton.ai/google-analytics-data/v1beta/properties/{propertyId}:runReport', data=data, method='POST')
low line 46

External URL reference

SourceSKILL.md
46https://gateway.maton.ai/google-analytics-admin/{native-api-path}
low line 51

External URL reference

SourceSKILL.md
51https://gateway.maton.ai/google-analytics-data/{native-api-path}
low line 72

External URL reference

SourceSKILL.md
721. Sign in or create an account at [maton.ai](https://maton.ai)
low line 73

External URL reference

SourceSKILL.md
732. Go to [maton.ai/settings](https://maton.ai/settings)
low line 78

External URL reference

SourceSKILL.md
78Manage your Google OAuth connections at `https://ctrl.maton.ai`.
low line 92

External URL reference

SourceSKILL.md
92req = urllib.request.Request('https://ctrl.maton.ai/connections?app=google-analytics-admin&status=ACTIVE')
low line 100

External URL reference

SourceSKILL.md
100req = urllib.request.Request('https://ctrl.maton.ai/connections?app=google-analytics-data&status=ACTIVE')
low line 113

External URL reference

SourceSKILL.md
113req = urllib.request.Request('https://ctrl.maton.ai/connections', data=data, method='POST')
low line 123

External URL reference

SourceSKILL.md
123req = urllib.request.Request('https://ctrl.maton.ai/connections', data=data, method='POST')
low line 135

External URL reference

SourceSKILL.md
135req = urllib.request.Request('https://ctrl.maton.ai/connections/{connection_id}')
low line 149

External URL reference

SourceSKILL.md
149"url": "https://connect.maton.ai/?session_token=...",
low line 163

External URL reference

SourceSKILL.md
163req = urllib.request.Request('https://ctrl.maton.ai/connections/{connection_id}', method='DELETE')
low line 176

External URL reference

SourceSKILL.md
176req = urllib.request.Request('https://gateway.maton.ai/google-analytics-admin/v1beta/accountSummaries')
low line 231

External URL reference

SourceSKILL.md
231"webStreamData": {"defaultUri": "https://example.com"}
low line 369

External URL reference

SourceSKILL.md
369'https://gateway.maton.ai/google-analytics-admin/v1beta/accountSummaries',
low line 379

External URL reference

SourceSKILL.md
379'https://gateway.maton.ai/google-analytics-data/v1beta/properties/123456:runReport',
low line 403

External URL reference

SourceSKILL.md
403'https://gateway.maton.ai/google-analytics-admin/v1beta/accountSummaries',
low line 409

External URL reference

SourceSKILL.md
409'https://gateway.maton.ai/google-analytics-data/v1beta/properties/123456:runReport',
low line 453

External URL reference

SourceSKILL.md
453req = urllib.request.Request('https://ctrl.maton.ai/connections')
low line 466

External URL reference

SourceSKILL.md
466- Correct: `https://gateway.maton.ai/google-analytics-admin/v1beta/accountSummaries`
low line 467

External URL reference

SourceSKILL.md
467- Correct: `https://gateway.maton.ai/google-analytics-data/v1beta/properties/123456:runReport`
low line 468

External URL reference

SourceSKILL.md
468- Incorrect: `https://gateway.maton.ai/analytics/v1beta/accountSummaries`
low line 472

External URL reference

SourceSKILL.md
472- [Admin API Overview](https://developers.google.com/analytics/devguides/config/admin/v1)
low line 473

External URL reference

SourceSKILL.md
473- [Accounts](https://developers.google.com/analytics/devguides/config/admin/v1/rest/v1beta/accounts)
low line 474

External URL reference

SourceSKILL.md
474- [Properties](https://developers.google.com/analytics/devguides/config/admin/v1/rest/v1beta/properties)
low line 475

External URL reference

SourceSKILL.md
475- [Data Streams](https://developers.google.com/analytics/devguides/config/admin/v1/rest/v1beta/properties.dataStreams)
low line 476

External URL reference

SourceSKILL.md
476- [Data API Overview](https://developers.google.com/analytics/devguides/reporting/data/v1)
low line 477

External URL reference

SourceSKILL.md
477- [Run Report](https://developers.google.com/analytics/devguides/reporting/data/v1/rest/v1beta/properties/runReport)
low line 478

External URL reference

SourceSKILL.md
478- [Realtime Report](https://developers.google.com/analytics/devguides/reporting/data/v1/rest/v1beta/properties/runRealtimeReport)
low line 479

External URL reference

SourceSKILL.md
479- [Maton Community](https://discord.com/invite/dBfFAcefs2)
Scanned on Feb 11, 2026
View Security Dashboard
Installation guide →
GitHub Stars 2.2K
Rate this skill
Categorymarketing
UpdatedApril 10, 2026
openclaw/skills