lark-attendance
Pass
Audited by Gen Agent Trust Hub on Sep 8, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill ingests data from external sources (Lark API via the CLI) that could potentially contain malicious instructions or unexpected content aimed at influencing the agent's behavior.
- Ingestion points: Data returned from
lark-cli attendance user_tasks queryis pulled into the agent's context for processing and explanation generation. - Boundary markers: The instructions do not define specific delimiters (such as XML tags or unique markers) to separate the untrusted API data from the skill's system instructions.
- Capability inventory: The skill has the capability to execute shell commands via
lark-cliand access file content using theReadtool. - Sanitization: There are no documented sanitization or validation steps for the content retrieved from the attendance records before it is presented to the agent or the user.
- [COMMAND_EXECUTION]: The skill relies on the execution of the
lark-clibinary to perform its core functions. - The skill specifically invokes
lark-cli attendanceandlark-cli schemacommands. - Parameters like
employee_typeanduser_idsare strictly controlled through hardcoded rules to prevent arbitrary user input from manipulating sensitive fields.
Audit Metadata