Skip to main content

outlook-calendar

Integrates with Microsoft 365 Outlook to read calendar events and respond to scheduling inquiries effectively.

Install this skill

or
75/100

Security score

The outlook-calendar skill was audited on Feb 28, 2026 and we found 9 security issues across 1 threat category. Review the findings below before installing.

Categories Tested

Security Issues

medium line 20

Access to hidden dotfiles in home directory

SourceSKILL.md
20敏感信息(账号密码、Cookie、Token)存放在 `~/.outlook/`,**不在 skill 目录内**。
medium line 24

Access to hidden dotfiles in home directory

SourceSKILL.md
24创建 `~/.outlook/config.json`,内容如下:
low line 46

Access to hidden dotfiles in home directory

SourceSKILL.md
46cd ~/.agents/skills/outlook-calendar
medium line 50

Access to hidden dotfiles in home directory

SourceSKILL.md
50脚本输出 `[NUMBER:XX]` 时,在 Microsoft Authenticator App 输入数字 XX 并批准,Cookie 自动保存到 `~/.outlook/cookies.json`。
low line 56

Access to hidden dotfiles in home directory

SourceSKILL.md
56cd ~/.agents/skills/outlook-calendar
low line 77

Access to hidden dotfiles in home directory

SourceSKILL.md
77~/.agents/skills/outlook-calendar/
low line 79

Access to hidden dotfiles in home directory

SourceSKILL.md
79├── login.py # MFA 登录,保存 Cookie 到 ~/.outlook/
low line 83

Access to hidden dotfiles in home directory

SourceSKILL.md
83~/.outlook/
medium line 30

Access to root home directory

SourceSKILL.md
30"cookie_file": "/root/.outlook/cookies.json",
Scanned on Feb 28, 2026
View Security Dashboard
Installation guide →