Skip to main content

google-ads

Integrates with Google Ads API to query campaigns, ad groups, and performance metrics using GAQL for effective advertising management.

Install this skill

or
59/100

Security score

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

Categories Tested

Security Issues

medium line 219

Template literal with variable interpolation in command context

SourceSKILL.md
219{ headers: { 'Authorization': `Bearer ${process.env.MATON_API_KEY}` } }
medium line 224

Template literal with variable interpolation in command context

SourceSKILL.md
224`https://gateway.maton.ai/google-ads/v23/customers/${customerId}/googleAds:search`,
medium line 229

Template literal with variable interpolation in command context

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

Fetch to external URL

SourceSKILL.md
217const customers = await fetch(
low line 219

Access to .env file

SourceSKILL.md
219{ headers: { 'Authorization': `Bearer ${process.env.MATON_API_KEY}` } }
low line 229

Access to .env file

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

External URL reference

SourceSKILL.md
4Google Ads API integration with managed OAuth. Query campaigns, ad groups, keywords, and performance metrics with GAQL. Use this skill when users want to interact with Google Ads data. For other third
low line 26

External URL reference

SourceSKILL.md
26req = urllib.request.Request('https://gateway.maton.ai/google-ads/v23/customers:listAccessibleCustomers')
low line 35

External URL reference

SourceSKILL.md
35https://gateway.maton.ai/google-ads/{native-api-path}
low line 56

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
62Manage your Google Ads OAuth connections at `https://ctrl.maton.ai`.
low line 69

External URL reference

SourceSKILL.md
69req = urllib.request.Request('https://ctrl.maton.ai/connections?app=google-ads&status=ACTIVE')
low line 81

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
135req = urllib.request.Request('https://gateway.maton.ai/google-ads/v23/customers/1234567890/googleAds:search', data=data, method='POST')
low line 218

External URL reference

SourceSKILL.md
218'https://gateway.maton.ai/google-ads/v23/customers:listAccessibleCustomers',
low line 224

External URL reference

SourceSKILL.md
224`https://gateway.maton.ai/google-ads/v23/customers/${customerId}/googleAds:search`,
low line 248

External URL reference

SourceSKILL.md
248f'https://gateway.maton.ai/google-ads/v23/customers/{customer_id}/googleAds:search',
low line 286

External URL reference

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

External URL reference

SourceSKILL.md
296- Correct: `https://gateway.maton.ai/google-ads/v23/customers:listAccessibleCustomers`
low line 297

External URL reference

SourceSKILL.md
297- Incorrect: `https://gateway.maton.ai/v23/customers:listAccessibleCustomers`
low line 301

External URL reference

SourceSKILL.md
301- [Google Ads API Overview](https://developers.google.com/google-ads/api/docs/start)
low line 302

External URL reference

SourceSKILL.md
302- [GAQL Reference](https://developers.google.com/google-ads/api/docs/query/overview)
low line 303

External URL reference

SourceSKILL.md
303- [Metrics Reference](https://developers.google.com/google-ads/api/fields/v23/metrics)
low line 304

External URL reference

SourceSKILL.md
304- [Search](https://developers.google.com/google-ads/api/reference/rpc/v23/GoogleAdsService/Search)
low line 305

External URL reference

SourceSKILL.md
305- [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 4, 2026
openclaw/skills