lark-drive
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFE
Full Analysis
- [PROMPT_INJECTION]: The skill processes untrusted data from document comments and content, creating a potential indirect prompt injection surface.
- Ingestion points: Document content is fetched via
docs +fetchand comments are retrieved viadrive file.comments listin SKILL.md. - Boundary markers: The instructions do not specify explicit boundary markers for separating data from instructions in the command templates.
- Capability inventory: The skill utilizes
lark-clifor file system writes (via+download,+pull,+export) and network API calls as detailed across several reference files. - Sanitization: The skill provides explicit instructions to escape HTML special characters (
<,>) when submitting comments to the API to maintain data integrity. - [SAFE]: The skill uses
lark-clito interact with Larksuite services. Larksuite is a well-known and established professional software vendor. All operations follow standard API patterns for the platform. - [SAFE]: File system operations such as
+push,+pull, and+statusare explicitly documented to be restricted to the current working directory (CWD), which prevents unauthorized access to sensitive system files outside of the workspace.
Audit Metadata