扫描报告
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.
可以安装
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
│ ├─
minimal.md
Markdown
│ └─
standard.md
Markdown
├─
▾
scripts
│ └─
generate-weekly.mjs
JavaScript
├─
package.json
JSON
├─
SKILL.md
Markdown
└─
weekly-report-2026-03-13.md
Markdown
安全亮点
✓ 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