google-merchant
Integrates with Google Merchant Center API to manage products, inventories, and reports for Google Shopping effectively.
Install this skill
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
Template literal with variable interpolation in command context
| 698 | `https://gateway.maton.ai/google-merchant/products/v1/accounts/${accountId}/products`, |
Template literal with variable interpolation in command context
| 701 | 'Authorization': `Bearer ${process.env.MATON_API_KEY}` |
Webhook reference - potential data exfiltration
| 255 | | `notifications` | Webhook subscriptions | v1 | |
Webhook reference - potential data exfiltration
| 613 | "callBackUri": "https://example.com/webhook", |
Webhook reference - potential data exfiltration
| 624 | "callBackUri": "https://example.com/webhook", |
Access to .env file
| 701 | 'Authorization': `Bearer ${process.env.MATON_API_KEY}` |
External URL reference
| 6 | For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). |
External URL reference
| 28 | req = urllib.request.Request('https://gateway.maton.ai/google-merchant/products/v1/accounts/{accountId}/products') |
External URL reference
| 37 | https://gateway.maton.ai/google-merchant/{sub-api}/{version}/accounts/{accountId}/{resource} |
External URL reference
| 65 | 1. Sign in or create an account at [maton.ai](https://maton.ai) |
External URL reference
| 66 | 2. Go to [maton.ai/settings](https://maton.ai/settings) |
External URL reference
| 73 | 1. Log in to [Google Merchant Center](https://merchants.google.com/) |
External URL reference
| 74 | 2. Look at the URL - it contains your account ID: `https://merchants.google.com/mc/overview?a=ACCOUNT_ID` |
External URL reference
| 89 | req = urllib.request.Request('https://gateway.maton.ai/google-merchant/accounts/v1beta/accounts') |
External URL reference
| 104 | 1. Log in to [Google Merchant Center](https://merchants.google.com/) |
External URL reference
| 105 | 2. Your account ID is in the URL: `https://merchants.google.com/mc/overview?a=YOUR_ACCOUNT_ID` |
External URL reference
| 107 | For example, if your URL is `https://merchants.google.com/mc/overview?a=123456789`, your account ID is `123456789`. |
External URL reference
| 122 | f'https://gateway.maton.ai/google-merchant/accounts/v1/accounts/{account_id}/developerRegistration:registerGcp', |
External URL reference
| 150 | req = urllib.request.Request(f'https://gateway.maton.ai/google-merchant/accounts/v1/accounts/{account_id}') |
External URL reference
| 160 | Manage your Google Merchant OAuth connections at `https://ctrl.maton.ai`. |
External URL reference
| 167 | req = urllib.request.Request('https://ctrl.maton.ai/connections?app=google-merchant&status=ACTIVE') |
External URL reference
| 179 | req = urllib.request.Request('https://ctrl.maton.ai/connections', data=data, method='POST') |
External URL reference
| 191 | req = urllib.request.Request('https://ctrl.maton.ai/connections/{connection_id}') |
External URL reference
| 205 | "url": "https://connect.maton.ai/?session_token=...", |
External URL reference
| 219 | req = urllib.request.Request('https://ctrl.maton.ai/connections/{connection_id}', method='DELETE') |
External URL reference
| 232 | req = urllib.request.Request('https://gateway.maton.ai/google-merchant/products/v1/accounts/123456/products') |
External URL reference
| 416 | "link": "https://example.com/product", |
External URL reference
| 417 | "imageLink": "https://example.com/image.jpg", |
External URL reference
| 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:/ |
External URL reference
| 613 | "callBackUri": "https://example.com/webhook", |
External URL reference
| 624 | "callBackUri": "https://example.com/webhook", |
External URL reference
| 698 | `https://gateway.maton.ai/google-merchant/products/v1/accounts/${accountId}/products`, |
External URL reference
| 716 | f'https://gateway.maton.ai/google-merchant/products/v1/accounts/{account_id}/products', |
External URL reference
| 771 | req = urllib.request.Request('https://ctrl.maton.ai/connections') |
External URL reference
| 781 | - Correct: `https://gateway.maton.ai/google-merchant/products/v1/accounts/{accountId}/products` |
External URL reference
| 782 | - Incorrect: `https://gateway.maton.ai/products/v1/accounts/{accountId}/products` |
External URL reference
| 795 | - [Merchant API Overview](https://developers.google.com/merchant/api/overview) |
External URL reference
| 796 | - [Merchant API Reference](https://developers.google.com/merchant/api/reference/rest) |
External URL reference
| 797 | - [Products Guide](https://developers.google.com/merchant/api/guides/products/overview) |
External URL reference
| 798 | - [Data Sources Guide](https://developers.google.com/merchant/api/guides/datasources) |
External URL reference
| 799 | - [Reports Guide](https://developers.google.com/merchant/api/guides/reports) |
External URL reference
| 800 | - [Product Data Specification](https://support.google.com/merchants/answer/7052112) |
External URL reference
| 801 | - [Maton Community](https://discord.com/invite/dBfFAcefs2) |