可信 — 风险评分 5/100
上次扫描:1 天前 重新扫描
5 /100
feishu-weekly-generator
Generate professional weekly work reports for Feishu/Lark users
Legitimate Feishu weekly report generator with accurate documentation and no malicious behavior detected.
技能名称feishu-weekly-generator
分析耗时25.3s
引擎pi
可以安装
This skill is safe to use. No security concerns identified.
资源类型声明权限推断权限状态证据
文件系统 READ READ ✓ 一致 scripts/generate-weekly.mjs:8 - readFileSync for templates
文件系统 WRITE WRITE ✓ 一致 scripts/generate-weekly.mjs:264 - writeFileSync for output report
命令执行 READ READ ✓ 一致 scripts/generate-weekly.mjs:63,130 - execSync for git commands on user-specified…
网络访问 NONE NONE No network requests in code
环境变量 NONE NONE No environment variable access

目录结构

7 文件 · 13.9 KB · 655 行
JavaScript 1f · 320L Markdown 5f · 313L JSON 1f · 22L
├─ 📁 references
│ └─ 📁 templates
│ ├─ 📝 detailed.md Markdown 79L · 910 B
│ ├─ 📝 minimal.md Markdown 17L · 201 B
│ └─ 📝 standard.md Markdown 44L · 449 B
├─ 📁 scripts
│ └─ 📜 generate-weekly.mjs JavaScript 320L · 8.2 KB
├─ 📋 package.json JSON 22L · 476 B
├─ 📝 SKILL.md Markdown 103L · 2.8 KB
└─ 📝 weekly-report-2026-03-13.md Markdown 70L · 939 B

安全亮点

✓ Uses only Node.js standard library (fs, path, child_process) - no external dependencies
✓ Shell execution limited to git commands on user-specified paths only
✓ Documentation accurately reflects all implemented functionality
✓ No credential harvesting, environment variable access, or sensitive file enumeration
✓ No network requests or data exfiltration
✓ Clean, readable code with no obfuscation
✓ MIT license present