xs-google-workspace — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited xs-google-workspace (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.
gogcli CLIで Gmail / Google Drive / Google Calendar を操作する。複数アカウント対応。
export PATH="$HOME/bin:$PATH"
export GOG_KEYRING_PASSWORD=<your-password>全コマンドの先頭にこの2行が必要。パスワードは環境に合わせて設定。
gog auth list全アカウントの未読メールを確認し、重要なものをピックアップして報告。
gog -a <email> gmail search "is:unread" --max 10gog -a <email> gmail search "<Gmailの検索クエリ>" --max 20検索クエリ例:
is:unread — 未読from:[email protected] — 特定の送信者subject:会議 — 件名に「会議」newer_than:7d — 7日以内has:attachment — 添付ありgog -a <email> gmail read <messageId>gog -a <email> gmail send --to "[email protected]" --subject "件名" --body "本文"gog -a <email> gmail archive <messageId> # アーカイブ
gog -a <email> gmail mark-read <messageId> # 既読にする
gog -a <email> gmail labels list # ラベル一覧gog -a <email> drive list # ルート一覧
gog -a <email> drive list --query "name contains 'xxx'" # 検索
gog -a <email> drive list --folder <folderId> # フォルダ内gog -a <email> drive download <fileId> -o /path/to/outputgog -a <email> drive upload /path/to/file --folder <folderId>gog -a <email> calendar list # 今日の予定(primaryのみ)
gog -a <email> calendar list --days 7 # 1週間の予定
gog -a <email> calendar list --all --days 7 # 全カレンダー(ファミリー含む)注意: デフォルトはprimaryカレンダーのみ。ファミリーカレンダー等を含めるには --all を付ける。
新しいアカウントを追加する場合:
# ヘッドレス環境: remoteフローで認証
GOG_KEYRING_PASSWORD=<password> gog auth add <email> --services gmail,drive,calendar --remote --step 1
# → URLをユーザーに送る → ブラウザで認証 → リダイレクトURLを受け取る
GOG_KEYRING_PASSWORD=<password> gog auth add <email> --services gmail,drive,calendar --remote --step 2 --auth-url "<リダイレクトURL>"
# ブラウザがある環境: 直接認証
GOG_KEYRING_PASSWORD=<password> gog auth add <email> --services gmail,drive,calendar※Google Cloud Consoleのテストユーザーに追加が必要。
gmail read で本文取得メールチェックして
未読メール見せて
Zennからのメール探して
Driveのファイル一覧
今週の予定確認~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.