文员自动化助手
Analysis
This skill is coherent and simple, but it persistently saves whatever task or meeting text the user provides, so users should avoid entering sensitive information.
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.
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.
该技能不涉及用户的个人隐私数据处理。
The documentation says the skill does not involve personal privacy data, but the skill accepts arbitrary user text and saves it. The claim may be too broad if users enter personal or confidential details.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
content = f"--- 自动化办公工单 ---\n生成时间: {datetime.datetime.now()}\n\n原始需求:\n{raw_text}\n\n状态: 待跟进\n---------------------"The skill writes the user's raw task description into a persistent work-ticket file. This is expected for the skill, but meeting notes and office tasks may contain sensitive information.
