Gog2

PassAudited by VirusTotal on May 11, 2026.

Overview

Type: OpenClaw Skill Name: gog2 Version: 1.0.0 The skill bundle provides instructions for installing and using 'gogcli', a Google Workspace CLI tool. The installation method uses Homebrew (`steipete/tap/gogcli`), which is a standard package manager. All commands described are legitimate interactions with Google services (Gmail, Calendar, Drive, etc.) and temporary local file operations (`/tmp/doc.txt`). There is no evidence of prompt injection, data exfiltration, persistence mechanisms, or other intentional malicious behavior within the provided files. The instructions are clear and align with the stated purpose of the skill.

Findings (0)

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

The CLI may be able to read or modify Gmail, Calendar, Drive, Contacts, Sheets, and Docs data depending on the OAuth scopes granted.

Why it was flagged

The skill requires OAuth authorization for several Google Workspace services. This is purpose-aligned, but it grants access to sensitive account data and actions.

Skill content
Requires OAuth setup. ... `gog auth add you@gmail.com --services gmail,calendar,drive,contacts,sheets,docs`
Recommendation

Use a trusted Google account, review the OAuth consent screen carefully, and grant only the services you actually need.

What this means

Accidental or autonomous use of write commands could send email or alter Google Workspace data.

Why it was flagged

The skill documents high-impact commands that can send messages or change spreadsheet data. The artifacts include a confirmation reminder for mail/events, but users should also confirm spreadsheet and other write actions.

Skill content
`gog gmail send ...`; `gog sheets update ...`; `gog sheets append ...`; `gog sheets clear ...`; ... `Confirm before sending mail or creating events.`
Recommendation

Require explicit user confirmation before sending mail, creating events, clearing sheets, updating sheets, copying docs, or making any other account-changing operation.

What this means

The installed gog binary will handle Google OAuth credentials and Workspace data.

Why it was flagged

The skill depends on an external Homebrew formula for the executable, and this scan does not include the CLI source code. This is normal for a CLI integration but requires trust in that package source.

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

Install only from the expected Homebrew tap, verify the project/homepage if possible, and keep the CLI updated from a trusted source.