Gog Local
Analysis
The skill is coherent for Google Workspace CLI use, but it grants broad OAuth-based access and includes commands that can send email or modify or clear 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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
`gog gmail send --to a@b.com --subject "Hi" --body "Hello"` ... `gog sheets update ...` ... `gog sheets append ...` ... `gog sheets clear <sheetId> "Tab!A2:Z"`
The documented CLI operations include sending email and modifying or clearing spreadsheet data. The notes say to confirm before sending mail or creating events, but do not clearly require confirmation for all mutating operations such as Sheets clear/update.
brew | formula: steipete/tap/gogcli | creates binaries: gog
The skill depends on an external Homebrew tap to provide the executable. This is normal for a CLI integration, but the installed binary and formula contents are not included in the provided artifacts.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
`gog auth credentials /path/to/client_secret.json` ... `gog auth add you@gmail.com --services gmail,calendar,drive,contacts,sheets,docs`
The skill instructs OAuth setup for a Google account across Gmail, Calendar, Drive, Contacts, Sheets, and Docs, which is broad delegated account access.
