李高伟周报生成
PassAudited by ClawScan on May 14, 2026.
Overview
This instruction-only skill appears purpose-aligned, but it will read a named employee’s Feishu calendar and chat records for the requested week to generate the report.
Before installing, make sure this assistant is intended for 李高伟 or someone authorized to access his Feishu calendar and chat context. Use a clear date range, keep Feishu access least-privilege/read-only if possible, and review the weekly summary before sharing it outside the intended audience.
Findings (2)
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.
The generated report may include information from the user’s Feishu schedule and workplace chats.
The skill relies on delegated Feishu access to read calendar events and message search results for a specific user. This is expected for a weekly-summary assistant, but it is still account/workspace data access.
调用 `feishu_calendar_event(action=list, ...)` 查询该时间范围内的所有日程。... 通过 `feishu_im_user_search_messages` ... `sender_ids: [用户open_id]` ... `mention_ids: [用户open_id]`
Install and use it only where the invoker is authorized to access this Feishu user’s data, and keep Feishu permissions read-only and scoped where possible.
Private business context or sensitive chat details could influence or appear in the generated weekly summary.
The skill directs the agent to incorporate retrieved chat context, including merged forwarded messages, into its analysis. This is relevant to the stated purpose but can bring sensitive or untrusted conversation content into the model context.
合并转发消息(msg_type=merge_forward)的内容包含关键对话脉络
Review the generated summary before sharing, avoid including secrets or unnecessary personal details, and treat retrieved chat text as source data rather than as instructions.
