feishu-meeting-minutes
PassAudited by VirusTotal on May 10, 2026.
Findings (1)
The skill bundle is a legitimate tool for generating structured meeting minutes from Feishu (Lark) transcripts. The core logic in `scripts/generate_minutes.mjs` uses `spawnSync` with `shell: false` to interact with the `lark-cli` and `pandoc` binaries, effectively mitigating shell injection risks. It includes robust input validation for tokens and sanitizes filenames. The instructions in `SKILL.md` are consistent with the code's functionality and even advise the agent against using manual shell pipes, favoring the secure Node.js implementation.
