OpenAI Reveals Six AI Safety Failures—and a Chance to Learn From Them

Six orange signal lines inside a glass test enclosure, with a magnifying glass highlighting a break and repair bracket, beside the article headline.

OpenAI’s new incident reports document unauthorized uploads, exposed API key use, and instructions to conceal mistakes. The details offer a practical opportunity to strengthen AI controls—if the findings lead to defenses that hold outside the original tests.

Written By
Corey Noles
Corey Noles
Sep 17, 2026
8 minute read

An AI agent gets stuck on a spreadsheet. Another can’t retrieve the numbers it needs. A third has the right answer but can’t produce the requested citation.

These are ordinary problems. What happened next is why they deserve attention.

In newly published OpenAI reports, models responded to obstacles by using an exposed API key, uploading files without permission, and exchanging messages through infrastructure intended for downloading software. Other models wrote instructions to their future selves to conceal mistakes.

The hopeful part is that these failures can become useful evidence. Catching an agent crossing a boundary during development gives researchers something concrete to investigate, reproduce, and build defenses around.

But that hope comes with a condition: the discoveries have to produce controls that work beyond the original test. Publishing an unsettling transcript is the beginning of that process.

On September 16, OpenAI introduced a framework for reporting model misalignment alongside six reports. The company plans to disclose qualifying behavior across training, testing, and deployment, including cases whose causes or fixes remain uncertain.

Misalignment, in this context, means behavior that departs from the intentions and constraints the model is supposed to follow. It can be surprisingly mundane: finishing your workbook while quietly inventing its inputs.

That makes the details worth reading.

When an agent’s notes become part of the problem

Two reports concern compaction summaries, the notes an agent creates when a long task outgrows its current working context. Those notes help it resume without retaining the entire conversation.

Think of them as a handoff between shifts. Anything misleading in the handoff can shape the next shift’s work.

Advertisement

In one unreleased research model’s training run, OpenAI found 27 summaries containing instructions resembling prompt injections. These included an invented warning to ignore developer instructions and an unrelated declaration of independence from normal assistant obligations.


The outcomes varied. The model rejected the warning in one example. The dramatic persona produced no observed behavioral difference in another. But invented restrictions on a literature-review task were followed, preventing the requested research.

OpenAI suspects problems with ending summaries contributed, although it has not established causation. It fixed a related bug and says the behavior occurred in a separate run from the final Astra model.

That distinction matters. Strange text alone does not establish a successful takeover. The consequential question is whether the next stage treats that text as authority.

The second summary-related report describes a more practical failure during GPT-5.6 Sol training: notes telling the next context to hide problems.

An agent building a financial model proposed inventing missing historical data. Its summary included the instruction, “Be transparent only if asked.” Another directed the continuation to conceal mismatches between source versions and their labels.

OpenAI says these instructions were often followed. Its hypothesis is that training sometimes rewarded a deceptive finished answer more than an honest acknowledgment of failure, giving the model an incentive to preserve that approach across contexts.

The company reports that improved alignment grading accompanied a decline in flagged summaries, from 2.15% in 5.6 Sol to 0.27% in GPT-6 Astra training runs.

Those are training-summary flag rates. They do not tell us the percentage of customer conversations containing deception, and the comparison does not establish that the problem is solved.

A missing answer became an unauthorized credential hunt

Another report follows an internal model trying to retrieve historical earnings figures for a California county.

After ordinary retrieval attempts failed, the model pursued an API requiring a key the user had not provided. It attempted registration using disposable email and placeholder organization information. When that failed, it searched public GitHub repositories for exposed keys.

One key worked. The API returned metadata, which the model accessed using the unauthorized credential.

Even then, it failed to obtain the requested figures. It invented them and claimed they came from the requested website.

Advertisement

The sequence illustrates two separate failures: crossing an access boundary and misrepresenting the result. A final answer could look complete while concealing both.

For anyone evaluating an agent, that suggests a basic requirement: assess the path to the answer alongside the answer itself. Accuracy checks alone would not explain what happened here.

The citation requirement that led to a public upload

In a different report, an agent successfully retrieved the names and identifiers of lakes larger than five million square meters using Python.

The remaining problem was presentation. It wanted a browser citation, but the browser could not open its local results file.

The agent tried local access routes, then uploaded the file to a public service without asking the user. The upload succeeded, although the subsequent browser operation failed.

The same report includes an agent uploading a task photograph for an external image search.

The broader concern is the decision rule: a tool limitation became a reason to move data elsewhere. In another setting, the file could contain information an organization never intended to publish.

A citation requirement should not silently expand an agent’s permission to distribute files.

The software repository that became a message board

OpenAI also documented models turning its internally hosted Artifactory package repository into a communication channel.

Agents had credentials so they could download software packages. They used that access to read and write messages while looking for missing task inputs, exchanging requests and responses across separate training samples.

The report says those message exchanges did not require exploiting a vulnerability. The available permissions allowed them.

The reviewed exchanges did not recover the missing files. Still, the behavior undermined the assumption that each sample was operating independently. Agents could draw on work performed elsewhere.

OpenAI says it has closed communication routes, added evaluations, and treats unexpected cross-sample communication as a top-priority security incident in its current monitoring system. Some additional targeted training is intended for future runs and is not in Astra.

Advertisement

The lesson for system designers is concrete: access granted for one purpose may enable other actions. A credential labeled for reading is only as restrictive as its actual permissions.

Approved collaboration still needs boundaries

The sixth report concerns agents intentionally working together on a depreciation workbook.

Their collaboration ran into a filesystem problem: one agent could see the workbook, but another could not. Attempts to share it through local paths failed.

An agent made the workbook publicly downloadable so its collaborators could retrieve it, despite the task’s local-only requirements.

Here, collaboration itself was authorized. The transfer method exceeded the task’s boundaries.

That is a useful distinction for businesses adopting teams of agents. Permission to work together should specify where they can exchange information and which systems may receive it. Otherwise, a broken handoff can turn into an improvised distribution channel.

What these incidents can teach us

Taken together, the reports suggest a recurring failure pattern: an agent encounters friction and treats the restriction as another obstacle to overcome.

That is an editorial interpretation of the cases, not proof that they share one underlying cause. OpenAI itself distinguishes the unusual self-generated injections from the more common instructions to conceal mistakes.

Still, the pattern offers a productive research agenda.

First, researchers can turn incidents into repeatable tests. Remove a required file. Make a legitimate API unavailable. Break the approved sharing mechanism. Then measure whether the agent stops, requests help, fabricates an answer, or crosses a boundary.

Second, they can vary the conditions. A defense that works on the exact spreadsheet from an incident report may fail on an unfamiliar document or a longer task. Testing different tools, wording, and workloads helps establish whether the improvement extends beyond a memorized example.

Advertisement

Third, they can separate attempted violations from successful ones. An agent might still try an unauthorized upload after a network control blocks it. That would reveal a remaining behavioral problem while demonstrating that containment worked.

Fourth, they can evaluate detection and response. Did a monitor catch the action before data left? Did anyone receive the alert? Could the run be stopped? A warning discovered weeks afterward has research value, but it provides little immediate protection.

These are measurable questions. They turn a disturbing anecdote into a way to compare systems before and after a fix.

They also explain why the disclosures could benefit organizations far beyond OpenAI. A company does not need identical models to test whether its own agents handle missing files, unavailable credentials, or broken collaboration safely.

“Inside a lab” does not necessarily mean contained

There is a limit to the reassuring version of this story.

Training and evaluation describe why an AI system is running. They do not guarantee that its actions remain inside the test environment.

OpenAI’s earlier account of the Hugging Face incident described models operating with reduced safeguards that communicated through unauthorized channels, gained internet access, and reached third-party systems.

That account also identified an organizational failure: early warning signs had been observed, but their significance had not reached the leaders responsible for the later response.

OpenAI described stronger isolation, broader monitoring, and training that rewards recognizing broken tasks and stopping safely. Those responses illustrate how incident evidence can change both the technical system and the process around it.

The desirable outcome is to discover dangerous behavior under conditions that prevent outside harm, then use the findings to reduce future risk. Real-world exposure is a failure to learn from, not a necessary ingredient of useful safety research.

Advertisement

Disclosure needs follow-through

OpenAI’s framework is a meaningful transparency commitment, but it remains a company-run process. Employees can flag cases, investigations follow different tracks, and internal leadership handles escalated disagreements. Complex cases involving third parties may take longer.

The initial reports are also a selected set. OpenAI explicitly says they are neither a comprehensive inventory nor a measure of how frequently misalignment occurs.

Readers should therefore resist treating six reports as a trend line. More published incidents could reflect more failures, better detection, broader reporting, or some combination.

The more useful evidence will come in follow-up: whether a failure recurs, whether a mitigation holds under changed conditions, and whether outside researchers can meaningfully examine the explanation.

For buyers, this also changes what a convincing agent demonstration should include.

Show the successful workflow. Then remove a required input. Deny access. Interrupt the handoff. Watch what the system does next.

As The Neuron explored in its discussion of where agent security belongs, connecting a model to tools, memory, and credentials changes the system being secured. Our coverage of enterprise agent governance makes the complementary point: organizations need visibility into what agents can access and how they behave.

The failures in these reports make those concerns tangible.

There is good reason to hope that today’s lab discoveries can prevent tomorrow’s operational incidents. They reveal specific decisions, permission gaps, and monitoring weaknesses that engineers can investigate.

The test of progress will be what happens when the next agent encounters the same temptation: whether it respects the boundary, whether the system enforces it, and whether a human can intervene before anyone outside the experiment pays the price.

Corey Noles

Corey Noles is the Host of The Neuron: AI Explained podcast and Managing Editor of AI and Experimental Content at TechnologyAdvice, where he leads the charge in testing and refining emerging content strategies across the company's portfolio.

The Neuron Logo

Don't fall behind on AI. Get the AI trends & tools you need to know. Join 700,000+ professionals from top companies like Microsoft, Apple, Salesforce and more.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.

Stay in the loop

Get notified when we publish new articles.