google-analytics
Integrates Google Analytics API for managing accounts and running reports on user metrics, enhancing data-driven marketing strategies.
Install this skill
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
Template literal with variable interpolation in command context
| 372 | 'Authorization': `Bearer ${process.env.MATON_API_KEY}` |
Template literal with variable interpolation in command context
| 384 | 'Authorization': `Bearer ${process.env.MATON_API_KEY}` |
Fetch to external URL
| 368 | const accounts = await fetch( |
Fetch to external URL
| 378 | const report = await fetch( |
Access to .env file
| 372 | 'Authorization': `Bearer ${process.env.MATON_API_KEY}` |
Access to .env file
| 384 | 'Authorization': `Bearer ${process.env.MATON_API_KEY}` |
External URL reference
| 4 | Google 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 |
External URL reference
| 26 | req = urllib.request.Request('https://gateway.maton.ai/google-analytics-admin/v1beta/accountSummaries') |
External URL reference
| 35 | req = urllib.request.Request('https://gateway.maton.ai/google-analytics-data/v1beta/properties/{propertyId}:runReport', data=data, method='POST') |
External URL reference
| 46 | https://gateway.maton.ai/google-analytics-admin/{native-api-path} |
External URL reference
| 51 | https://gateway.maton.ai/google-analytics-data/{native-api-path} |
External URL reference
| 72 | 1. Sign in or create an account at [maton.ai](https://maton.ai) |
External URL reference
| 73 | 2. Go to [maton.ai/settings](https://maton.ai/settings) |
External URL reference
| 78 | Manage your Google OAuth connections at `https://ctrl.maton.ai`. |
External URL reference
| 92 | req = urllib.request.Request('https://ctrl.maton.ai/connections?app=google-analytics-admin&status=ACTIVE') |
External URL reference
| 100 | req = urllib.request.Request('https://ctrl.maton.ai/connections?app=google-analytics-data&status=ACTIVE') |
External URL reference
| 113 | req = urllib.request.Request('https://ctrl.maton.ai/connections', data=data, method='POST') |
External URL reference
| 123 | req = urllib.request.Request('https://ctrl.maton.ai/connections', data=data, method='POST') |
External URL reference
| 135 | req = urllib.request.Request('https://ctrl.maton.ai/connections/{connection_id}') |
External URL reference
| 149 | "url": "https://connect.maton.ai/?session_token=...", |
External URL reference
| 163 | req = urllib.request.Request('https://ctrl.maton.ai/connections/{connection_id}', method='DELETE') |
External URL reference
| 176 | req = urllib.request.Request('https://gateway.maton.ai/google-analytics-admin/v1beta/accountSummaries') |
External URL reference
| 231 | "webStreamData": {"defaultUri": "https://example.com"} |
External URL reference
| 369 | 'https://gateway.maton.ai/google-analytics-admin/v1beta/accountSummaries', |
External URL reference
| 379 | 'https://gateway.maton.ai/google-analytics-data/v1beta/properties/123456:runReport', |
External URL reference
| 403 | 'https://gateway.maton.ai/google-analytics-admin/v1beta/accountSummaries', |
External URL reference
| 409 | 'https://gateway.maton.ai/google-analytics-data/v1beta/properties/123456:runReport', |
External URL reference
| 453 | req = urllib.request.Request('https://ctrl.maton.ai/connections') |
External URL reference
| 466 | - Correct: `https://gateway.maton.ai/google-analytics-admin/v1beta/accountSummaries` |
External URL reference
| 467 | - Correct: `https://gateway.maton.ai/google-analytics-data/v1beta/properties/123456:runReport` |
External URL reference
| 468 | - Incorrect: `https://gateway.maton.ai/analytics/v1beta/accountSummaries` |
External URL reference
| 472 | - [Admin API Overview](https://developers.google.com/analytics/devguides/config/admin/v1) |
External URL reference
| 473 | - [Accounts](https://developers.google.com/analytics/devguides/config/admin/v1/rest/v1beta/accounts) |
External URL reference
| 474 | - [Properties](https://developers.google.com/analytics/devguides/config/admin/v1/rest/v1beta/properties) |
External URL reference
| 475 | - [Data Streams](https://developers.google.com/analytics/devguides/config/admin/v1/rest/v1beta/properties.dataStreams) |
External URL reference
| 476 | - [Data API Overview](https://developers.google.com/analytics/devguides/reporting/data/v1) |
External URL reference
| 477 | - [Run Report](https://developers.google.com/analytics/devguides/reporting/data/v1/rest/v1beta/properties/runReport) |
External URL reference
| 478 | - [Realtime Report](https://developers.google.com/analytics/devguides/reporting/data/v1/rest/v1beta/properties/runRealtimeReport) |
External URL reference
| 479 | - [Maton Community](https://discord.com/invite/dBfFAcefs2) |