# Gog Drive Audit

> Read-only Google Drive sharing and permission audits with gog.

- Skill: `openclaw/gog-drive-audit` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add openclaw/gog-drive-audit`
- Raw SKILL.md: https://api.skillmd.com/api/skills/openclaw/gog-drive-audit/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: OpenClaw (https://skillmd.com/u/openclaw)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/openclaw/gog-drive-audit

---


# Drive audit

Read `../gog/SKILL.md` and `../gog-drive/SKILL.md` first.

Run bounded, read-only inventory commands:

```bash
gog --account user@example.com --readonly drive audit sharing --max 200 --json --wrap-untrusted
gog --account user@example.com --readonly drive audit sharing --internal-domain example.com \
  --max 200 --json --wrap-untrusted
gog --account user@example.com --readonly drive audit user person@example.com --max 200 \
  --json --wrap-untrusted
```

Classify public links, external-domain grants, broad domain grants, stale-looking direct grants,
and ownership anomalies separately. Include file ID, name, owner, permission, and evidence.

Do not change permissions during an audit. If remediation is requested, present a separate,
reviewable plan and use each mutation's `--dry-run` before any approved write.

