Trusted — Risk Score 5/100
Last scan:23 hr ago Rescan
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.
Skill Namefeishu-weekly-generator
Duration25.3s
Enginepi
Safe to install
This skill is safe to use. No security concerns identified.
ResourceDeclaredInferredStatusEvidence
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 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

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