Authentication and permission behavior is delegated to an unavailable adjacent Skill
Source references: 3The Skill requires the agent to read `../lark-shared/SKILL.md` before starting and explicitly delegates authentication and permission handling to it. That file is absent from the complete supplied source, so users cannot verify what credentials, permissions, or authentication steps it requests.
If the adjacent file is replaced, comes from a different source, or contains broader instructions, the agent may follow those extra instructions before querying attendance, affecting credentials, account authorization, or permission decisions. The evidence does not show that such abuse has occurred.
This is an active mandatory instruction: before starting, the agent must read the adjacent `../lark-shared/SKILL.md`, which governs authentication and permission handling. That file is absent from the supplied source, so its credential requests, additional permissions, and authentication actions cannot be verified. This file states only a self-attendance query purpose and a read-only scope, but those statements do not constrain the missing file. A user can require the author to supply and pin that dependency and authorize only the listed read-only scope.
This assessment concerns the code and conditions shown, not proof that harm has occurred.**CRITICAL — 开始前 MUST 先用 Read 工具读取 [`../lark-shared/SKILL.md`](../lark-shared/SKILL.md),其中包含认证、权限处理**Show 2 other places
---name: lark-attendanceversion: 1.0.0description: "飞书考勤打卡:查询自己的考勤打卡记录"metadata: requires: bins: ["lark-cli"] cliHelp: "lark-cli attendance --help"---### user_tasks- `query` — 查询用户考勤打卡记录## 权限表| 方法 | 所需 scope ||------|-----------|| `user_tasks.query` | `attendance:task:readonly` |