The skill risks RAG poisoning via an external `SK
Claims to do
minutes (v1): **CRITICAL — 开始前 MUST 先用 Read 工具读取 [`../lark-shared/SKILL.md`](../lark-shared/SKILL.md),其中包含认证、权限处理**
Actually does
This skill uses the `lark-cli` tool to interact with Feishu (Lark) Minutes. It can search for minutes using `lark-cli minutes +search`, retrieve basic metadata like title and duration with `lark-cli minutes minutes get`, and download audio/video files or get download URLs using `lark-cli minutes +download`. It also instructs on parsing minute tokens from URLs.
npx skills add https://github.com/larksuite/cli --skill lark-minutesThe skill explicitly instructs the agent to read an external `SKILL.md` file for critical authentication and permission handling information. If this external file is compromised, it could lead to RAG poisoning, manipulating the agent's security policies or behavior.
CRITICAL — 开始前 MUST 先用 Read 工具读取 [`../lark-shared/SKILL.md`](../lark-shared/SKILL.md),其中包含认证、权限处理
The `minutes +search` command can return up to 200 items per page with no fixed upper limit on total results. This could lead to excessive resource consumption (network, storage, processing) if the agent is instructed to retrieve all results without proper pagination limits.
`minutes +search` 单次最多返回 `200` 条;结果总数没有固定上限
The skill's initial description claims it can retrieve AI products (summaries, to-dos, chapters) from minutes, but later sections explicitly state this functionality is not part of this skill and should be routed to `lark-vc +notes`.
Description: '4.获取妙记相关 AI 产物(总结、待办、章节)'. Core Scenarios 4: '当用户说...不属于本 skill。应使用 [vc +notes --minute-tokens]...'
[](https://mondoo.com/ai-agent-security/skills/github/larksuite/cli/lark-minutes)<a href="https://mondoo.com/ai-agent-security/skills/github/larksuite/cli/lark-minutes"><img src="https://mondoo.com/ai-agent-security/api/badge/github/larksuite/cli/lark-minutes.svg" alt="Mondoo Skill Check" /></a>https://mondoo.com/ai-agent-security/api/badge/github/larksuite/cli/lark-minutes.svgSkills can read files, run commands, and access credentials. Mondoo helps organizations manage the security risks of AI agent skills across their entire fleet.