google-sheets
Low · 93 Score: 93/100
by byungkyu | Audited: 2026-02-05T09:18:25.242Z | Ruleset: 0.1.0
About This Skill
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 S…
✨
RAW - Values are stored as-is ✨
Sheet1!A:D - Entire columns A through D ✨
Sheet1!1:10 - Entire rows 1 through 10 ✨
Sheet1 - Entire sheet ✨
A1:D10 - Range in first sheet ✨ Use
valueInputOption=USER_ENTERED to parse formulas and numbers ✨ Delete spreadsheets via the Google Drive API, not Sheets API
✨ Sheet IDs are numeric and found in the spreadsheet metadata
Use Cases
1
USER_ENTERED - Values are parsed as if typed into the UI (formulas executed, numbers parsed) 2
Sheet1!A1:D10 - Specific range 3 When using curl, ranges in URL paths must be URL-encoded (! -> %21, : -> %3A). JavaScript fetch and
4 [Create Spreadsheet](https://developers.google.com/workspace/sheets/api/reference/rest/v4/spreadshee
Security Audit
Low · 93
Summary
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 Sheets.
Risk Profile
Key Risks 0 items
No LLM risk bullets (LLM disabled or not cached).
Deterministic Findings (Evidence)
No findings detected.