lark-note
Pass
Audited by Gen Agent Trust Hub on Aug 13, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes text from meeting transcripts and document content, which are external data sources that could potentially contain malicious instructions.
- Ingestion points: Transcripts are fetched via
lark-cli note +transcriptand saved to the filesystem, while document contents are read usingdocs +fetch(as described in SKILL.md and lark-note-detail.md). - Boundary markers (absent): The instructions do not define clear delimiters or specific directions for the agent to isolate or ignore instructions embedded within the fetched content.
- Capability inventory: The skill allows for shell command execution through
lark-cliand file writing to the local./notes/directory. - Sanitization (absent): There is no mention of filtering or sanitizing the retrieved content before it is displayed or saved.
- [COMMAND_EXECUTION]: The skill uses a required binary to perform its tasks.
- Evidence: The skill executes subcommands of the
lark-clibinary, such asnote +detailandnote +transcript, which is standard behavior for this vendor-authored tool.
Audit Metadata