Skip to main content

google-merchant

Integrates with Google Merchant Center API to manage products, inventories, and reports for Google Shopping effectively.

Install this skill

or
45/100

Security score

The google-merchant skill was audited on May 15, 2026 and we found 43 security issues across 4 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 698

Template literal with variable interpolation in command context

SourceSKILL.md
698`https://gateway.maton.ai/google-merchant/products/v1/accounts/${accountId}/products`,
medium line 701

Template literal with variable interpolation in command context

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

Webhook reference - potential data exfiltration

SourceSKILL.md
255| `notifications` | Webhook subscriptions | v1 |
low line 613

Webhook reference - potential data exfiltration

SourceSKILL.md
613"callBackUri": "https://example.com/webhook",
low line 624

Webhook reference - potential data exfiltration

SourceSKILL.md
624"callBackUri": "https://example.com/webhook",
low line 701

Access to .env file

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

External URL reference

SourceSKILL.md
6For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
low line 28

External URL reference

SourceSKILL.md
28req = urllib.request.Request('https://gateway.maton.ai/google-merchant/products/v1/accounts/{accountId}/products')
low line 37

External URL reference

SourceSKILL.md
37https://gateway.maton.ai/google-merchant/{sub-api}/{version}/accounts/{accountId}/{resource}
low line 65

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
731. Log in to [Google Merchant Center](https://merchants.google.com/)
low line 74

External URL reference

SourceSKILL.md
742. Look at the URL - it contains your account ID: `https://merchants.google.com/mc/overview?a=ACCOUNT_ID`
low line 89

External URL reference

SourceSKILL.md
89req = urllib.request.Request('https://gateway.maton.ai/google-merchant/accounts/v1beta/accounts')
low line 104

External URL reference

SourceSKILL.md
1041. Log in to [Google Merchant Center](https://merchants.google.com/)
low line 105

External URL reference

SourceSKILL.md
1052. Your account ID is in the URL: `https://merchants.google.com/mc/overview?a=YOUR_ACCOUNT_ID`
low line 107

External URL reference

SourceSKILL.md
107For example, if your URL is `https://merchants.google.com/mc/overview?a=123456789`, your account ID is `123456789`.
low line 122

External URL reference

SourceSKILL.md
122f'https://gateway.maton.ai/google-merchant/accounts/v1/accounts/{account_id}/developerRegistration:registerGcp',
low line 150

External URL reference

SourceSKILL.md
150req = urllib.request.Request(f'https://gateway.maton.ai/google-merchant/accounts/v1/accounts/{account_id}')
low line 160

External URL reference

SourceSKILL.md
160Manage your Google Merchant OAuth connections at `https://ctrl.maton.ai`.
low line 167

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

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

External URL reference

SourceSKILL.md
232req = urllib.request.Request('https://gateway.maton.ai/google-merchant/products/v1/accounts/123456/products')
low line 416

External URL reference

SourceSKILL.md
416"link": "https://example.com/product",
low line 417

External URL reference

SourceSKILL.md
417"imageLink": "https://example.com/image.jpg",
low line 457

External URL reference

SourceSKILL.md
457**Note:** The `storeCode` must be a valid store code configured in your Merchant Center account. Additional inventory attributes may be available - refer to the [Google Merchant API Reference](https:/
low line 613

External URL reference

SourceSKILL.md
613"callBackUri": "https://example.com/webhook",
low line 624

External URL reference

SourceSKILL.md
624"callBackUri": "https://example.com/webhook",
low line 698

External URL reference

SourceSKILL.md
698`https://gateway.maton.ai/google-merchant/products/v1/accounts/${accountId}/products`,
low line 716

External URL reference

SourceSKILL.md
716f'https://gateway.maton.ai/google-merchant/products/v1/accounts/{account_id}/products',
low line 771

External URL reference

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

External URL reference

SourceSKILL.md
781- Correct: `https://gateway.maton.ai/google-merchant/products/v1/accounts/{accountId}/products`
low line 782

External URL reference

SourceSKILL.md
782- Incorrect: `https://gateway.maton.ai/products/v1/accounts/{accountId}/products`
low line 795

External URL reference

SourceSKILL.md
795- [Merchant API Overview](https://developers.google.com/merchant/api/overview)
low line 796

External URL reference

SourceSKILL.md
796- [Merchant API Reference](https://developers.google.com/merchant/api/reference/rest)
low line 797

External URL reference

SourceSKILL.md
797- [Products Guide](https://developers.google.com/merchant/api/guides/products/overview)
low line 798

External URL reference

SourceSKILL.md
798- [Data Sources Guide](https://developers.google.com/merchant/api/guides/datasources)
low line 799

External URL reference

SourceSKILL.md
799- [Reports Guide](https://developers.google.com/merchant/api/guides/reports)
low line 800

External URL reference

SourceSKILL.md
800- [Product Data Specification](https://support.google.com/merchants/answer/7052112)
low line 801

External URL reference

SourceSKILL.md
801- [Maton Community](https://discord.com/invite/dBfFAcefs2)
Scanned on May 15, 2026
View Security Dashboard
Installation guide →