Gog Skill

ReviewAudited by ClawScan on May 17, 2026.

Overview

The skill is coherent for Google Workspace automation, but it grants ongoing Google account access and documents destructive or mutating commands without clear approval rules for all of them.

Install only if you trust the gog CLI source and are comfortable granting this skill OAuth access to the connected Google account. Use the narrowest account and scopes possible, and require explicit confirmation before any command that sends, creates, updates, appends, clears, copies, or otherwise changes Google Workspace data.

Findings (3)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

An agent could modify or clear spreadsheet data without the user being clearly prompted to approve that specific high-impact action.

Why it was flagged

The skill documents noninteractive scripting and data-changing or destructive Sheets commands, but the explicit confirmation reminder only covers mail and events, not all mutating operations.

Skill content
For scripting, prefer `--json` plus `--no-input`. ... Sheets update ... Sheets append ... Sheets clear ... Confirm before sending mail or creating events.
Recommendation

Require explicit user confirmation before any mutating Google Workspace action, especially sending mail, creating calendar items, updating/appending Sheets, clearing ranges, copying Docs, or changing Drive content.

What this means

Whoever can use the configured skill may access the connected Google account according to the token's granted services and scopes.

Why it was flagged

The skill persists a Google refresh token for ongoing delegated account access. This is expected for the integration, but it is sensitive authority.

Skill content
Setup imports the refresh-token payload from `MAVERICK_GOG_TOKEN_IMPORT_JSON_B64`. ... normal `gog` commands refresh short-lived Google access tokens on demand from the stored refresh token.
Recommendation

Use a dedicated least-privilege Google account or token, restrict OAuth scopes where possible, rotate credentials regularly, and revoke the token if the skill is no longer needed.

What this means

The installed gog binary will handle Google credentials and account operations, so trust in the Homebrew tap and package source is important.

Why it was flagged

The skill depends on an external Homebrew tap to install the CLI. That is normal for this type of skill, but the binary provenance matters because it receives OAuth credentials.

Skill content
brew | formula: steipete/tap/gogcli | creates binaries: gog
Recommendation

Verify the gog project and Homebrew tap before installation, and prefer pinned or audited versions in sensitive environments.