对话摘要被持久化到工作区之外的临时目录
原文依据:3 处该 Skill 明确要求把当前对话写成文件,并保存到操作系统临时目录。虽然它要求删去 API 密钥、密码和个人身份信息,但对话仍可能含有未被这些示例覆盖或未被正确识别的机密业务信息、内部路径及工件 URL。临时文件的具体位置、访问权限和清理时间在所提供内容中没有说明。
调用后,项目上下文可能留存在用户通常不会随项目一起检查或清理的位置;若该临时目录中的文件可被其他本地进程或用户读取,或长期未清除,摘要中的信息可能暴露。
该 Skill 仅能由用户明确调用,但一旦调用,会把当前对话摘要写入操作系统临时目录,而不是当前工作区。摘要还可能引用工件路径或 URL;虽然要求隐去 API 密钥、密码和个人身份信息,但没有说明临时文件的确切位置、权限、保留期限,也未明确覆盖其他商业机密。因此存在其他本机用户或后续进程读取残留摘要的合理风险。用户可要求作者说明文件权限与自动清理机制,或限制摘要内容并指定受控保存位置。
Write a handoff document summarising the current conversation so a fresh agent can continue the work. Save to the temporary directory of the user's OS - not the current workspace.查看另外 2 个位置
Do not duplicate content already captured in other artifacts (specs, plans, ADRs, issues, commits, diffs). Reference them by path or URL instead.Redact any sensitive information, such as API keys, passwords, or personally identifiable information. short_description: "Compact a conversation into a handoff"policy: allow_implicit_invocation: false