# OpenAI 调查了 GPT-5.6 意外删除文件的原因，指出主要发生在全访问模式且无沙箱保护时，并宣布将采取缓解措施

- 来源：Tibo Sottiaux
- 发布时间：2026-07-16 13:43
- AIWatch 分数：61
- AIWatch 标记：未精选
- AIWatch 链接：https://aiwatch.icu/events/evt_01kxzrp2drzmfysqjes22q9qsv
- 原文链接：https://x.com/thsottiaux/status/2077630111499882637

## 精选理由

常规快讯，保留列表

## AI 摘要

OpenAI 调查了 GPT-5.6 意外删除文件的原因，指出主要发生在全访问模式且无沙箱保护时，并宣布将采取缓解措施。

## 正文

On file deletions. We’ve investigated a handful of reports where GPT-5.6 unexpectedly deleted files. <br><br>What we have found is that this most commonly occurs when:<br>- Full access mode is enabled and codex is run without sandboxing protections, including without auto review being enabled<br>- The model attempts to override the $HOME env var to define a temporary directory.<br>- The model makes an honest mistake and mistakenly deletes $HOME instead.<br><br>This is of course not how we want the system to behave, even when a user operates the model in full-access mode without the safeguards of our sandbox or without using auto review which checks for these kinds of high risk actions and rejects them. <br><br>We are taking steps to mitigate this risk including by updating the developer message, guiding more users towards safer permission modes, and adding additional harness safeguards. Even though this happens extremely rarely, we’ll share a detailed post-mortem in the coming days that goes into more details and what we are doing to minimize risks further.
