Scan Report
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.
Safe to install
This skill is safe to use. No security concerns identified.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | READ | READ | ✓ Aligned | scripts/generate-weekly.mjs:8 - readFileSync for templates |
| Filesystem | WRITE | WRITE | ✓ Aligned | scripts/generate-weekly.mjs:264 - writeFileSync for output report |
| Shell | READ | READ | ✓ Aligned | scripts/generate-weekly.mjs:63,130 - execSync for git commands on user-specified… |
| Network | NONE | NONE | — | No network requests in code |
| Environment | NONE | NONE | — | No environment variable access |
File Tree
7 files · 13.9 KB · 655 lines 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
Security Positives
✓ 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