The skill allows prompt injection, executes host commands via `
Claims to do
whiteboard (v1): **CRITICAL — 开始前 MUST 先用 Read 工具读取 [`../lark-shared/SKILL.md`](../lark-shared/SKILL.md),其中包含认证、权限处理**
Actually does
This skill executes the `lark-cli whiteboard` command to query and update Feishu whiteboards. It can retrieve whiteboard content as preview images, PlantUML/Mermaid code, or raw OpenAPI format, and can update whiteboards using these formats. It also integrates with the `lark-doc` skill to fetch whiteboard tokens from cloud documents and create new blank whiteboards.
npx skills add https://github.com/larksuite/cli --skill lark-whiteboardDeBERTa classifier detected prompt injection (confidence: 0.93)
The skill explicitly declares and uses the `lark-cli` binary for all core functionalities, enabling command execution on the host system.
requires: bins: [ "lark-cli" ]
The skill provides extensive capabilities to query and update whiteboard content, including raw OpenAPI structures, allowing broad access and manipulation of potentially sensitive data within cloud documents.
`+query --output_as raw` ... `+update --input_format raw`
The skill integrates with `lark-doc` to fetch and update cloud documents, extending its data manipulation capabilities to full document content, not just whiteboards.
使用 `lark-doc` 的 [`+fetch`](../lark-doc/references/lark-doc-fetch.md) 获取文档内容
The skill explicitly instructs the agent not to escape XML tags when creating new whiteboards via `lark-doc +update`, which could hint at an XML injection vulnerability in the dependent `lark-doc` skill.
注意这一 XML 标签不要转义
The skill uses strong directives ('CRITICAL', 'MUST') to instruct the agent to read external documentation for sensitive information (auth/permissions), creating a supply chain dependency that could be exploited if the external resource is compromised.
CRITICAL — 开始前 MUST 先用 Read 工具读取 [`../lark-shared/SKILL.md`](../lark-shared/SKILL.md),其中包含认证、权限处理
[](https://mondoo.com/ai-agent-security/skills/github/larksuite/cli/lark-whiteboard)<a href="https://mondoo.com/ai-agent-security/skills/github/larksuite/cli/lark-whiteboard"><img src="https://mondoo.com/ai-agent-security/api/badge/github/larksuite/cli/lark-whiteboard.svg" alt="Mondoo Skill Check" /></a>https://mondoo.com/ai-agent-security/api/badge/github/larksuite/cli/lark-whiteboard.svgSkills can read files, run commands, and access credentials. Mondoo helps organizations manage the security risks of AI agent skills across their entire fleet.