outlook-graph
Use for email and calendar operations - checking inbox, sending emails, viewing calendar, scheduling events. Trigger on phrases like "check email", "draft email", "my calendar", "schedule", "am I free".
Install this skill
or
85/100
Security score
The outlook-graph skill was audited on Aug 12, 2026 and we found 3 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
medium line 67
Access to home directory dotfiles
SourceSKILL.md
| 65 | ## Multiple accounts |
| 66 | |
| 67 | Each account stores credentials under `~/.outlook-graph/<account>/`. The active account is selected by (in order of precedence): `--account <name>` / `-a <name>` flag, the `OUTLOOK_ACCOUNT` env var, then `default`. |
| 68 | |
| 69 | ```bash |
medium line 86
Access to home directory dotfiles
SourceSKILL.md
| 84 | ``` |
| 85 | |
| 86 | An existing single-account install at `~/.outlook-graph/{config,credentials,id_cache}.json` is auto-migrated to `~/.outlook-graph/default/` on the first run of any script. |
| 87 | |
| 88 | Calendar timezone is auto-detected from the system. Override with `OUTLOOK_TZ`, e.g. `OUTLOOK_TZ=America/New_York ${CLAUDE_SKILL_DIR}/scripts/outlook-graph-calendar.sh today`. |
medium line 92
Access to home directory dotfiles
SourceSKILL.md
| 90 | ## Prerequisites |
| 91 | |
| 92 | - Credentials configured in `~/.outlook-graph/<account>/` (run setup if not done) |
| 93 | - Azure CLI, jq, curl installed |
| 94 |
Scanned on Aug 12, 2026
View Security Dashboard