google-sheets
Integrates with Google Sheets API for reading, writing, and managing spreadsheet data using OAuth authentication.
Install this skill
Security score
The google-sheets skill was audited on Feb 11, 2026 and we found 36 security issues across 4 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 362 | 'Authorization': `Bearer ${process.env.MATON_API_KEY}` |
Template literal with variable interpolation in command context
| 374 | 'Authorization': `Bearer ${process.env.MATON_API_KEY}` |
Fetch to external URL
| 358 | const response = await fetch( |
Fetch to external URL
| 368 | await fetch( |
Access to .env file
| 362 | 'Authorization': `Bearer ${process.env.MATON_API_KEY}` |
Access to .env file
| 374 | 'Authorization': `Bearer ${process.env.MATON_API_KEY}` |
External URL reference
| 4 | Google Sheets API integration with managed OAuth. Read and write spreadsheet data, create sheets, apply formatting, and manage ranges. Use this skill when users want to read from or write to Google Sh |
External URL reference
| 26 | req = urllib.request.Request('https://gateway.maton.ai/google-sheets/v4/spreadsheets/SPREADSHEET_ID/values/Sheet1%21A1%3AD10') |
External URL reference
| 35 | https://gateway.maton.ai/google-sheets/{native-api-path} |
External URL reference
| 56 | 1. Sign in or create an account at [maton.ai](https://maton.ai) |
External URL reference
| 57 | 2. Go to [maton.ai/settings](https://maton.ai/settings) |
External URL reference
| 62 | Manage your Google OAuth connections at `https://ctrl.maton.ai`. |
External URL reference
| 69 | req = urllib.request.Request('https://ctrl.maton.ai/connections?app=google-sheets&status=ACTIVE') |
External URL reference
| 81 | req = urllib.request.Request('https://ctrl.maton.ai/connections', data=data, method='POST') |
External URL reference
| 93 | req = urllib.request.Request('https://ctrl.maton.ai/connections/{connection_id}') |
External URL reference
| 107 | "url": "https://connect.maton.ai/?session_token=...", |
External URL reference
| 121 | req = urllib.request.Request('https://ctrl.maton.ai/connections/{connection_id}', method='DELETE') |
External URL reference
| 134 | req = urllib.request.Request('https://gateway.maton.ai/google-sheets/v4/spreadsheets/SPREADSHEET_ID') |
External URL reference
| 359 | 'https://gateway.maton.ai/google-sheets/v4/spreadsheets/SHEET_ID/values/Sheet1!A1:D10', |
External URL reference
| 369 | 'https://gateway.maton.ai/google-sheets/v4/spreadsheets/SHEET_ID/values/Sheet1!A1:B2?valueInputOption=USER_ENTERED', |
External URL reference
| 391 | 'https://gateway.maton.ai/google-sheets/v4/spreadsheets/SHEET_ID/values/Sheet1!A1:D10', |
External URL reference
| 397 | 'https://gateway.maton.ai/google-sheets/v4/spreadsheets/SHEET_ID/values/Sheet1!A1:B2', |
External URL reference
| 435 | req = urllib.request.Request('https://ctrl.maton.ai/connections') |
External URL reference
| 445 | - Correct: `https://gateway.maton.ai/google-sheets/v4/spreadsheets/SPREADSHEET_ID` |
External URL reference
| 446 | - Incorrect: `https://gateway.maton.ai/v4/spreadsheets/SPREADSHEET_ID` |
External URL reference
| 450 | - [Sheets API Overview](https://developers.google.com/workspace/sheets/api/reference/rest) |
External URL reference
| 451 | - [Get Spreadsheet](https://developers.google.com/workspace/sheets/api/reference/rest/v4/spreadsheets/get) |
External URL reference
| 452 | - [Create Spreadsheet](https://developers.google.com/workspace/sheets/api/reference/rest/v4/spreadsheets/create) |
External URL reference
| 453 | - [Batch Update](https://developers.google.com/workspace/sheets/api/reference/rest/v4/spreadsheets/batchUpdate) |
External URL reference
| 454 | - [Batch Update Request Types](https://developers.google.com/workspace/sheets/api/reference/rest/v4/spreadsheets/request) |
External URL reference
| 455 | - [Get Values](https://developers.google.com/workspace/sheets/api/reference/rest/v4/spreadsheets.values/get) |
External URL reference
| 456 | - [Update Values](https://developers.google.com/workspace/sheets/api/reference/rest/v4/spreadsheets.values/update) |
External URL reference
| 457 | - [Append Values](https://developers.google.com/workspace/sheets/api/reference/rest/v4/spreadsheets.values/append) |
External URL reference
| 458 | - [Batch Get Values](https://developers.google.com/workspace/sheets/api/reference/rest/v4/spreadsheets.values/batchGet) |
External URL reference
| 459 | - [Batch Update Values](https://developers.google.com/workspace/sheets/api/reference/rest/v4/spreadsheets.values/batchUpdate) |
External URL reference
| 460 | - [Maton Community](https://discord.com/invite/dBfFAcefs2) |