可信 — 风险评分 5/100
上次扫描:1 天前 重新扫描
5 /100
feishu-report-summary
Read Feishu work-report data through the Report v1 API and turn it into daily or weekly summaries
A legitimate Feishu report integration skill that reads work-report data via official APIs and produces summaries; no malicious behavior detected.
技能名称feishu-report-summary
分析耗时27.0s
引擎pi
可以安装
This skill is safe to use. Continue with standard deployment.
资源类型声明权限推断权限状态证据
文件系统 READ READ ✓ 一致 Reads ~/.openclaw/openclaw.json for Feishu credentials - declared in SKILL.md
网络访问 READ READ ✓ 一致 Makes outbound calls only to Feishu/Lark Report API endpoints - declared in SKIL…
命令执行 WRITE WRITE ✓ 一致 Executes node scripts/fetch_report_tasks.js as declared

目录结构

4 文件 · 23.5 KB · 767 行
JavaScript 1f · 677L Markdown 2f · 86L YAML 1f · 4L
├─ 📁 agents
│ └─ 📋 openai.yaml YAML 4L · 233 B
├─ 📁 references
│ └─ 📝 summary-template.md Markdown 19L · 384 B
├─ 📁 scripts
│ └─ 📜 fetch_report_tasks.js JavaScript 677L · 20.3 KB
└─ 📝 SKILL.md Markdown 67L · 2.6 KB

依赖分析 1 项

包名版本来源已知漏洞备注
@larksuiteoapi/node-sdk * bundled Loaded from openclaw installation, not directly vendored

安全亮点

✓ Uses official @larksuiteoapi/node-sdk for all API interactions
✓ All capabilities declared in SKILL.md match implementation
✓ No credential exfiltration - appId/appSecret used only for Feishu API authentication
✓ No base64, obfuscation, or suspicious encoding patterns
✓ No arbitrary command execution - execFileSync used only for path resolution (npm root, which)
✓ Clean error handling with informative failure messages
✓ No sensitive path access beyond declared config location
✓ Output limited to local file/stdout as specified