Scan Report
This report was generated in Chinese. Some content may be in Chinese.
5 /100
feishu-doc-collab
飞书文档实时 AI 协作技能,当用户编辑飞书文档时自动检测变化、读取文档并以内联回复
合法的飞书文档协作技能,通过补丁修改 OpenClaw 飞书扩展以支持文档编辑触发 AI 响应,所有行为与声明一致,无恶意迹象
Safe to install
可安全使用。patch-monitor.sh 会覆盖系统文件,建议在更新 OpenClaw 后重新运行补丁以恢复功能
Findings 2 items
| Severity | Finding | Location |
|---|---|---|
| Low | 补丁覆盖系统文件 Priv Escalation | scripts/patch-monitor.sh:41 |
| Low | agentName 硬编码 Doc Mismatch | references/monitor-full-patched.js:88 |
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | WRITE | WRITE | ✓ Aligned | patch-monitor.sh:33-47 备份并覆盖 monitor.js |
| Network | READ | READ | ✓ Aligned | monitor-full-patched.js:98-105 POST本地hooks端点 |
| Shell | NONE | READ | ✓ Aligned | 仅用于读取config.json |
2 findings
Medium External URL 外部 URL
https://open.feishu.cn/app references/feishu-app-setup.md:16 Medium External URL 外部 URL
http://127.0.0.1: references/manual-patch.md:19 File Tree
8 files · 29.7 KB · 797 lines Markdown 5f · 528L
JavaScript 1f · 193L
Shell 1f · 68L
JSON 1f · 8L
├─
▾
assets
│ └─
DOC_PROTOCOL_TEMPLATE.md
Markdown
├─
▾
references
│ ├─
bitable-task-protocol.md
Markdown
│ ├─
feishu-app-setup.md
Markdown
│ ├─
manual-patch.md
Markdown
│ └─
monitor-full-patched.js
JavaScript
├─
▾
scripts
│ └─
patch-monitor.sh
Shell
├─
config.json
⚠
JSON
└─
SKILL.md
Markdown
Security Positives
✓ 所有功能均在 SKILL.md 中完整声明
✓ 仅使用本地 HTTP 请求 (127.0.0.1),无远程网络通信
✓ 凭证 (hooks.token) 仅存储在本地配置文件
✓ 包含防循环机制 (anti-loop)
✓ 实现了事件防抖 (30秒 debounce)
✓ 补丁脚本是幂等的,可安全重复运行
✓ 无 Base64 编码、eval、命令注入等可疑模式