gmail-access
Enables CLI access to Gmail using 1Password OAuth for reading, searching, and managing emails efficiently.
Install this skill
Security score
The gmail-access skill was audited on May 12, 2026 and we found 17 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 31 | ```bash |
Template literal with variable interpolation in command context
| 41 | ```bash |
Template literal with variable interpolation in command context
| 66 | ```bash |
Template literal with variable interpolation in command context
| 180 | ```bash |
Template literal with variable interpolation in command context
| 189 | ```bash |
Access to hidden dotfiles in home directory
| 26 | cd ~/.claude/plugins/marketplaces/cc-skills/plugins/gmail-commander/scripts/gmail-cli && bun install && bun run build |
Access to hidden dotfiles in home directory
| 50 | grep -l "GMAIL_OP_UUID" .mise.local.toml .mise.toml ~/.config/mise/config.toml 2>/dev/null || echo "Not found in standard locations" |
Access to hidden dotfiles in home directory
| 185 | **If still NOT_SET**: Inform user to restart their shell or run `source ~/.zshrc`. |
Access to hidden dotfiles in home directory
| 247 | | `--save-images` | Download all inline images to disk (default: `~/.claude/tools/gmail-images/<message_id>/`) | |
Access to hidden dotfiles in home directory
| 447 | ~/.claude/tools/gmail-tokens/ |
Access to hidden dotfiles in home directory
| 466 | rm ~/.claude/tools/gmail-tokens/<uuid>.app-credentials.json |
Access to hidden dotfiles in home directory
| 477 | mv ~/.claude/tools/gmail-tokens/<uuid>.json ~/.claude/tools/gmail-tokens/<uuid>.json.expired |
Access to hidden dotfiles in home directory
| 483 | ~/.claude/automation/gmail-token-refresher/gmail-oauth-token-refresher 2>&1 |
Access to hidden dotfiles in home directory
| 486 | rm ~/.claude/tools/gmail-tokens/<uuid>.json.expired |
Access to hidden dotfiles in home directory
| 493 | for f in ~/.claude/tools/gmail-tokens/*.json; do |
External URL reference
| 382 | https://mail.google.com/mail/u/0/#drafts |
External URL reference
| 433 | Reference: <https://support.google.com/mail/answer/7190> |