gogcli-mcp-c26aa3 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited gogcli-mcp-c26aa3 (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.
MCP server wrapping gogcli — provides Claude with access to Google Sheets (and a scaffold for Gmail, Calendar, Drive, and more).
gog --help works in your shell)Add to .mcp.json in your project:
{
"mcpServers": {
"gogcli": {
"command": "node",
"args": ["/path/to/gogcli-mcp/dist/index.js"],
"cwd": "/path/to/gogcli-mcp",
"env": {
"GOG_ACCOUNT": "[email protected]"
}
}
}
}{
"mcpServers": {
"gogcli": {
"command": "npx",
"args": ["-y", "gogcli-mcp"],
"env": {
"GOG_ACCOUNT": "[email protected]"
}
}
}
}GOG_ACCOUNT is optional — omit it to use gogcli's configured default account. Pass it per-tool-call to target a specific account dynamically.
| Tool | What it does |
|---|---|
gog_sheets_get | Read values from a range |
gog_sheets_update | Write values to a range |
gog_sheets_append | Append rows after existing data |
gog_sheets_clear | Clear values in a range |
gog_sheets_metadata | Get title, tabs, named ranges |
gog_sheets_create | Create a new spreadsheet |
gog_sheets_find_replace | Find and replace across a spreadsheet |
gog_sheets_run | Run any gog sheets subcommand (escape hatch) |
All tools accept an optional account parameter to override the default Google account for that call.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.