spreadsheet-management — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited spreadsheet-management (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
When the user asks about spreadsheets or data in Google Sheets, use the gsheets MCP tools.
Activate when the user:
| Task | Tool |
|---|---|
| Read range | sheets_get_values |
| Read multiple | sheets_batch_get_values |
| Get info | sheets_get_metadata |
| Write range | sheets_update_values |
| Append rows | sheets_append_values |
| Insert rows | sheets_insert_rows |
| Format cells | sheets_format_cells |
| Borders | sheets_update_borders |
| Merge | sheets_merge_cells |
| Create chart | sheets_create_chart |
| New sheet | sheets_insert_sheet |
Found in the URL: https://docs.google.com/spreadsheets/d/{SPREADSHEET_ID}/edit
Sheet1!A1:D10 # Specific range
Sheet1!A:A # Entire column
Sheet1!1:1 # Entire row
A1:D10 # First sheet, specific range
'Sheet Name'!A1 # Sheet name with spacesRead and summarize:
sheets_get_metadata spreadsheetId="1Bxi..."
sheets_get_values spreadsheetId="1Bxi..." range="Data!A1:F100"Format header row:
sheets_format_cells spreadsheetId="1Bxi..." range="A1:Z1" bold=true backgroundColor="#4285f4"Create chart:
sheets_create_chart spreadsheetId="1Bxi..." sheetId=0 chartType="BAR" dataRange="A1:B10"~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.