Scan Report
5 /100
lark-calendar-litiao
飞书日历和任务管理工具,提供日历事件和待办任务的完整CRUD操作
纯飞书日历/任务管理工具,代码行为与文档声明完全一致,无恶意行为发现
Safe to install
无需修改,可安全使用
Findings 2 items
| Severity | Finding | Location |
|---|---|---|
| Low | dotenv依赖无精确版本锁定 Supply Chain | package.json:12 |
| Info | SKILL.md包含App ID标识符 Sensitive Access | SKILL.md:17 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Network | WRITE | WRITE | ✓ Aligned | 所有脚本均通过fetch调用open.feishu.cn |
| Filesystem | NONE | NONE | — | 无文件读写操作 |
| Shell | NONE | NONE | — | 无subprocess或shell执行 |
| Environment | READ | READ | ✓ Aligned | 仅读取FEISHU_APP_ID/SECRET用于认证 |
8 findings
Medium External URL 外部 URL
https://open.larksuite.com/document/server-docs/calendar-v4/calendar-event/create SKILL.md:211 Medium External URL 外部 URL
https://open.larksuite.com/document/server-docs/calendar-v4/calendar-event-attendee/create SKILL.md:212 Medium External URL 外部 URL
https://open.larksuite.com/document/server-docs/task-v2/task/create SKILL.md:213 Medium External URL 外部 URL
https://open.larksuite.com/app/cli_a9f52a4ed7b8ded4/auth SKILL.md:225 Medium External URL 外部 URL
https://open.feishu.cn/open-apis lib/lark-api.mjs:24 Medium External URL 外部 URL
https://dotenvx.com package-lock.json:24 Info Email 邮箱地址
[email protected] SKILL.md:26 Info Email 邮箱地址
[email protected] lib/calendar.mjs:9 File Tree
17 files · 55.7 KB · 1973 lines JavaScript 13f · 1692L
Markdown 1f · 229L
JSON 3f · 52L
├─
▾
lib
│ ├─
calendar.mjs
JavaScript
│ ├─
employees.mjs
JavaScript
│ ├─
lark-api.mjs
JavaScript
│ └─
task.mjs
JavaScript
├─
▾
scripts
│ ├─
create-event.mjs
JavaScript
│ ├─
create-task.mjs
JavaScript
│ ├─
delete-event.mjs
JavaScript
│ ├─
delete-task.mjs
JavaScript
│ ├─
list-events.mjs
JavaScript
│ ├─
manage-attendees.mjs
JavaScript
│ ├─
manage-task-members.mjs
JavaScript
│ ├─
update-event.mjs
JavaScript
│ └─
update-task.mjs
JavaScript
├─
_meta.json
JSON
├─
package-lock.json
JSON
├─
package.json
JSON
└─
SKILL.md
Markdown
Dependencies 1 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
dotenv | ^17.2.3 | npm | No | 建议锁定精确版本以降低供应链风险 |
Security Positives
✓ 所有网络请求仅指向官方域名 open.feishu.cn
✓ 代码结构清晰,无混淆或隐藏逻辑
✓ 文档与实际代码行为完全一致
✓ 凭证(APP_SECRET)通过.env文件管理,未硬编码
✓ 使用标准Node.js API,无危险函数调用
✓ API token有缓存机制,避免频繁认证