lark-note
Pass
Audited by Gen Agent Trust Hub on Aug 21, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill relies on executing the
lark-clibinary with various subcommands such asnote +detail,note +transcript, andvc +detail. These commands incorporate identifiers likenote_idandmeeting_idwhich are obtained from user input or previous command outputs. - [EXTERNAL_DOWNLOADS]: The skill requires the
lark-clibinary to be present in the environment as specified in the metadatarequires.bins. This tool is a vendor-provided utility from Larksuite. - [INDIRECT_PROMPT_INJECTION]: The skill possesses an attack surface for indirect prompt injection as it retrieves and processes meeting transcripts and document content (
verbatim_doc_token,unified_transcript.md). These sources contain arbitrary text generated by users or meeting participants. - Ingestion points: Meeting transcripts are read via
lark-cli note +transcriptand documentation vialark-cli docs +fetch(inSKILL.mdandreferences/lark-note-transcript.md). - Boundary markers: The skill does not explicitly define prompt delimiters for the ingested data within its instructions, though it emphasizes strict routing and identity continuity.
- Capability inventory: The agent has access to shell execution (
lark-cli) and local file system writes (./notes/{note_id}/). - Sanitization: No explicit sanitization of the transcript text is mentioned in the instruction files; it is treated as raw text output.
Audit Metadata