lark-whiteboard
Pass
Audited by Gen Agent Trust Hub on May 1, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill uses
npx -yto download and execute the@larksuite/whiteboard-clipackage at runtime from the official npm registry. This package is part of the official Lark/Feishu ecosystem. - [COMMAND_EXECUTION]: Utilizes the
lark-clibinary andnpxto perform operations like querying whiteboard data, updating nodes, and converting diagram formats (Mermaid/PlantUML). - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it ingests and processes data from external Lark documents and whiteboards that could be modified by third parties to include malicious instructions.
- Ingestion points: Reads whiteboard content via
+query(described inreferences/lark-whiteboard-query.md) and document content vialark-doc +fetch(referenced inSKILL.md). - Boundary markers: No specific boundary markers or instructions to ignore embedded commands are implemented when processing the retrieved text or code.
- Capability inventory: The agent has the ability to execute system commands through
lark-cliandnpx, as well as write to the local file system using the--outputparameter. - Sanitization: The skill does not perform validation or sanitization of the content extracted from whiteboards before presenting it to the agent for further action.
Audit Metadata