lark-drive
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes data from external, untrusted sources (document titles, content outlines, and user comments) to drive its knowledge organization and permission governance workflows. This provides a vector for an attacker to influence the agent's actions through malicious content embedded in those documents.
- Ingestion points: The agent ingests untrusted data via tools such as
drive files list,drive metas batch_query,docs +fetch, anddrive +list-commentsas described in files likelark-drive-workflow-knowledge-organize-analysis.mdandlark-drive-workflow-topic-move-collector-recall.md. - Boundary markers: The skill implements strong boundary markers through its state-machine-driven workflows (e.g., in
lark-drive-workflow-knowledge-organize.md), which explicitly require user confirmation for the 'Approach Decision' and 'Move/Create Plan' before any destructive or high-risk operations are executed. - Capability inventory: The skill possesses powerful capabilities including
drive +move,drive +delete,wiki +node-create, anddrive +apply-permission, which could be abused if an injection were successful. - Sanitization: Data is normalized into structured models like
ResourceItemandPlanItemduring processing, which helps to separate raw content from the execution logic.
Audit Metadata