OpenAI puts Lockdown Mode in ChatGPT as agent security gets practical
Original: Release notes View original →
As AI agents touch the web, files, and external services, security controls are becoming part of the product surface. In its June 4, 2026 release notes, OpenAI made ChatGPT Lockdown Mode available to all logged-in users across account types and workspaces. The same release-note page also added moderation scores to generation requests in the Responses API and Chat Completions API.
Lockdown Mode is an optional advanced security setting aimed at reducing data-exfiltration risk from prompt injection. When it is enabled, ChatGPT restricts network-enabled capabilities such as live web browsing, deep research, agent mode, file downloads, and some web-derived image support. Personal users can turn it on under Settings > Security, while workspace admins can manage access through role-based controls.
The API change matters for developers building user-facing or agentic systems. OpenAI says developers can pass a moderation object in a generation request to receive moderation results for both model input and generated output in the same response. That can reduce the need for separate safety calls and make it easier to record risk signals at the exact point where the application decides what to show, store, or send to another tool.
The important shift is not a new benchmark score. It is a more operational question: which actions should a model be allowed to take, and which risk scores should be available before the application continues? As more products give models account, browser, or file access, buyers will ask for evidence that prompt injection and data leakage are controllable. Watch whether Lockdown Mode remains an optional switch or becomes a default requirement in regulated and high-risk workspaces.
Related Articles
Sam Altman said usage of OpenAI's agentic products rose 2.5x in a week, a sharp adoption signal for Codex and ChatGPT Work. The number matters because agent workflows are moving from demos into recurring work.
OpenAI tied GPT-5.6 Sol’s new “The Last Ones” cyber-range result to Codex Security, a plugin meant to find, validate, and fix vulnerabilities in real repositories. The important comparison is controlled benchmark success versus code review work that security teams can actually run.
OpenAI is tuning ChatGPT’s most-used model for planning, shopping, and local recommendations. Paid users receive the GPT-5.5 Instant update on June 24, with free users following on June 25.