Feishu Chat Server API
Analysis
The skill matches its Feishu chat-management purpose, but it can use Feishu app secrets to add/remove members or disband chats and runs an unpinned GitHub package to do so.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
- `feishu-chat-member-remove` - `feishu-chat-disband`
These documented actions can remove people from Feishu chats or disband entire chats, and the artifact does not specify an explicit confirmation step or rollback/containment before performing them.
uvx --from git+https://github.com/wodenwang/feishu-extension-skills.git feishu-extension-skills invoke <action> --args-json '<json>'
The runtime command pulls and executes a package directly from a GitHub repository without a pinned commit or release, while no code files are included in the reviewed artifact.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
凭证优先级如下: 1. action 显式传入 `app_id` / `app_secret` 2. 当前工作目录下的 `.local/feishu-extension-skills.json` 3. 环境变量 `FEISHU_APP_ID` / `FEISHU_APP_SECRET`
The skill uses Feishu app credentials from command arguments, a local file, or environment variables for server API authority, even though the registry metadata lists no required credentials or env vars.
