OpenAI Launches GPT-5.5-Cyber and 'Patch the Planet' Initiative to Automate Open-Source Security
In response to growing concerns over AI-powered cyberattacks, OpenAI has released an upgraded cybersecurity model and partnered with security firms to actively patch vulnerabilities in critical open-source software.
By Factlen Editorial Team
- AI Developers & Vendors
- Focus on pushing frontier capabilities while managing deployment risks through restricted access programs.
- Security Researchers & Defenders
- Emphasize the practical application of AI for triage and patching, noting that defenders hold a structural advantage.
- Open-Source Maintainers
- Concerned with the overwhelming volume of AI-generated bug reports and the critical need for actionable, vetted patches.
- Policy & Threat Assessors
- Focused on the systemic risks of autonomous cyber capabilities and the need for national security partnerships.
What's not represented
- · Independent malicious actors / Red teams operating outside corporate partnerships
- · Underfunded open-source projects not included in the initial 30-project cohort
Why this matters
As AI models become capable of autonomously discovering software vulnerabilities, the internet's foundational open-source projects are at risk of being overwhelmed by attackers. By shifting the focus from finding bugs to automatically generating and verifying patches, this initiative aims to give defenders a structural advantage and secure the software that powers global infrastructure.
Key points
- OpenAI launched GPT-5.5-Cyber, a specialized model restricted to verified defenders.
- The 'Patch the Planet' initiative pairs AI with human experts to fix open-source bugs.
- The move counters fears sparked by Anthropic's highly capable 'Mythos' hacking model.
- AI models perform significantly better at finding vulnerabilities when they have full source-code access.
- Over 30 major open-source projects, including Python and Go, are participating in the patching effort.
OpenAI has launched a massive expansion of its "Daybreak" cybersecurity initiative, signaling a strategic pivot from merely discovering software vulnerabilities to actively patching them at machine speed [1, 4]. The rollout includes the full release of a specialized model named GPT-5.5-Cyber, a major update to the Codex Security plugin, and a sweeping open-source remediation project dubbed "Patch the Planet" [2, 3].[1][2][3][4]
The announcement arrives at a highly volatile moment for the cybersecurity industry. In recent weeks, the landscape was upended by the leak and subsequent restricted release of Anthropic's "Mythos" model, which demonstrated unprecedented autonomous hacking capabilities [1, 5]. Mythos proved capable of discovering severe zero-day vulnerabilities across major operating systems and browsers, triggering widespread anxiety about an impending wave of AI-powered cyberattacks [5].[1]
Evaluations conducted by the UK's AI Security Institute (AISI) confirmed that Anthropic's Mythos Preview could execute multi-stage attacks on vulnerable networks and autonomously exploit weaknesses—tasks that would typically take human professionals days to complete [6]. In response to these capabilities, Anthropic strictly limited access to Mythos through a controlled partner program, treating the model as a strategic asset rather than a commercial product [5].
OpenAI's latest release is a direct counter-narrative to the panic surrounding offensive AI capabilities. Rather than focusing solely on the offensive potential of frontier models, OpenAI is attempting to arm defenders with the same machine-speed advantages [1, 4]. The core thesis of the Daybreak expansion is that while AI has changed the physics of cybersecurity, defenders hold a structural advantage if they can automate the remediation process [4].[1][4]

The centerpiece of this defensive push is "Patch the Planet," an initiative founded in collaboration with security firm Trail of Bits, vulnerability coordination platform HackerOne, and Calif [2, 4]. The program aims to solve a growing crisis in the open-source software ecosystem, which forms the backbone of modern digital infrastructure [8].[2][4]
Currently, open-source maintainers are drowning in a flood of AI-generated vulnerability reports [8]. Because frontier models make it trivial to scan repositories and flag potential flaws, maintainers—who are often unpaid volunteers—are being pushed to the edge of their capacity trying to triage submissions [8]. The bottleneck is no longer finding bugs; it is validating and fixing them [1, 8].[1]
Patch the Planet addresses this bottleneck by pairing OpenAI's frontier models with human security experts. Instead of simply dumping vulnerability reports onto maintainers, researchers use GPT-5.5-Cyber and the Codex Security tool to investigate the flaws, develop working patches, and coordinate responsible disclosure [2, 4].[2][4]
Patch the Planet addresses this bottleneck by pairing OpenAI's frontier models with human security experts.
The early evidence suggests this hybrid approach is highly effective. During an initial five-day sprint, Trail of Bits committed its entire security research organization to the project, identifying hundreds of security issues across 19 open-source projects and successfully merging dozens of patches [2]. More than 30 critical open-source projects have already committed to participate, including cURL, Python, Go, and Sigstore [3, 4].[2][3][4]
The technical engine driving these efforts is GPT-5.5-Cyber. OpenAI describes it as their most capable model for cybersecurity work, designed specifically for verified defenders whose roles require advanced cyber capabilities paired with strict monitoring and scoped controls [3, 4]. Access to the model remains tightly restricted under OpenAI's "Trusted Access for Cyber" program [2].[2][3][4]
Benchmark data provided by OpenAI highlights the rapid escalation in model capabilities. On CyberGym—a benchmark testing an AI agent's ability to reproduce known vulnerabilities in software environments—GPT-5.5-Cyber scored 85.6% [2, 4]. This represents a significant leap over the standard GPT-5.5 model, which scored 81.8%, and narrowly edges out Anthropic's Mythos 5, which reportedly scored 83.8% in similar testing [1, 2].[1][2][4]

Beyond the flagship model, OpenAI has deeply integrated these capabilities into developer workflows via the Codex Security plugin. Since its research preview launch in March, the tool has scanned more than 30 million commits across 30,000 codebases [2, 3]. The scale of automation is staggering: over 500,000 findings have been automatically determined to be fixed, while human reviewers have manually validated another 70,000 corrections [3].[2][3]
Despite the impressive benchmarks, security researchers caution against assuming that attackers will inevitably overwhelm defenders. Security firm Aikido.dev, which conducted 1,000 real-world AI penetration tests, found that the threat is highly nuanced [7]. Their evidence shows that context is the ultimate constraint for AI models; without access to underlying source code, offensive capabilities drop sharply [7].
In Aikido.dev's testing, "whitebox" tests—where the AI had access to the target application's source code—surfaced seven times more critical issues and ran at twice the efficiency of "greybox" tests, where the AI had to infer system details from the outside [7]. Because defenders inherently possess this internal context, they are structurally positioned to extract far more value from frontier models than external attackers [7].
To scale this defensive advantage, OpenAI has launched the Daybreak Cyber Partner Program, allowing major security providers to integrate GPT-5.5-Cyber into their enterprise products [3]. Initial partners include industry heavyweights such as Accenture, Cisco, CrowdStrike, IBM, and Palo Alto Networks [2, 3].[2][3]

The initiative also extends to national security and critical infrastructure. OpenAI has established Trusted Access for Cyber partnerships with government bodies in the United States, Australia, Canada, France, Germany, Japan, South Korea, and the European Union's cybersecurity agency, ENISA [2, 4].[2][4]
The primary uncertainty moving forward is whether AI-generated patches can be trusted at scale without introducing subtle regressions or new vulnerabilities. While the current "human-in-the-loop" model employed by Trail of Bits mitigates this risk, the ultimate goal of fully autonomous, end-to-end patch automation will require unprecedented levels of model reliability and verification [4, 8].[4]
How we got here
March 2026
OpenAI launches the research preview of its Codex Security plugin.
April 2026
Anthropic's 'Mythos' model leaks, demonstrating unprecedented autonomous hacking capabilities and sparking industry alarm.
April 13, 2026
The UK AI Security Institute confirms Mythos can execute multi-stage attacks on vulnerable networks.
June 22, 2026
OpenAI announces the full release of GPT-5.5-Cyber and the 'Patch the Planet' initiative.
Viewpoints in depth
AI Developers & Vendors
Focus on pushing frontier capabilities while managing deployment risks through restricted access programs.
Companies like OpenAI and Anthropic are rapidly advancing the frontier of AI cybersecurity capabilities, but they are acutely aware of the dual-use nature of these tools. To prevent malicious exploitation, both companies have opted to restrict access to their most capable models—GPT-5.5-Cyber and Mythos—limiting their use to verified defenders and trusted partners. Their core argument is that while AI accelerates vulnerability discovery, it can also be harnessed to automate remediation, ultimately shifting the balance of power in favor of defenders.
Security Researchers & Defenders
Emphasize the practical application of AI for triage and patching, noting that defenders hold a structural advantage.
Security practitioners on the front lines argue that the panic over AI-powered cyberattacks often ignores the structural realities of software security. Firms like Aikido.dev point out that AI models perform significantly better when they have full access to a system's source code—a 'whitebox' advantage inherently held by defenders. By integrating AI into the development pipeline, defenders can identify and patch vulnerabilities before code ever reaches production, neutralizing the threat of external attackers who must operate with limited 'greybox' context.
Open-Source Maintainers
Concerned with the overwhelming volume of AI-generated bug reports and the critical need for actionable, vetted patches.
For the volunteers and small teams maintaining the world's critical open-source infrastructure, the advent of AI vulnerability scanning has been a double-edged sword. While it helps identify flaws, it has also triggered a deluge of automated bug reports that maintainers simply do not have the bandwidth to triage. Organizations like the Atlantic Council highlight that the bottleneck is no longer finding bugs, but fixing them. Initiatives like 'Patch the Planet' are seen as essential because they provide maintainers with verified, ready-to-merge patches rather than just adding to their workload.
What we don't know
- Whether AI-generated patches can be deployed fully autonomously without introducing new, subtle vulnerabilities.
- How malicious actors might attempt to bypass the 'Trusted Access for Cyber' restrictions to utilize GPT-5.5-Cyber offensively.
- If the volume of AI-assisted patches will eventually outpace the capacity of human maintainers to review and merge them.
Key terms
- Zero-day vulnerability
- A software flaw unknown to the vendor, meaning no patch exists and attackers can exploit it immediately.
- Whitebox testing
- Security testing where the evaluator has full access to the application's source code and internal architecture.
- Greybox testing
- Security testing performed with limited knowledge of the internal workings of the target system.
- Capture-the-flag (CTF)
- Cybersecurity competitions that test an AI or human's ability to find and exploit vulnerabilities to retrieve a hidden file or 'flag'.
Frequently asked
What is Patch the Planet?
It is an initiative by OpenAI, Trail of Bits, and others to use AI to find and develop verified patches for vulnerabilities in critical open-source software.
How does GPT-5.5-Cyber differ from standard ChatGPT?
It is a specialized model fine-tuned for cybersecurity tasks, scoring significantly higher on vulnerability benchmarks, and is restricted to verified security professionals.
Why did Anthropic restrict its Mythos model?
Evaluations showed Mythos was highly capable of autonomously discovering and exploiting severe vulnerabilities, prompting Anthropic to limit access to prevent misuse by malicious actors.
Sources
[1]WiredAI Developers & Vendors
OpenAI Launches Full-Scale Effort to Patch Open-Source Bugs as It Takes on Anthropic’s Mythos
Read on Wired →[2]StreetInsiderSecurity Researchers & Defenders
OpenAI launches cybersecurity tools and open-source patching program
Read on StreetInsider →[3]Investing.comSecurity Researchers & Defenders
OpenAI announced an expansion of its Daybreak cybersecurity initiative
Read on Investing.com →[4]OpenAIAI Developers & Vendors
Cyber defense at an inflection point
Read on OpenAI →
Every angle. Every day.
Get technology stories with full source coverage and perspective breakdowns delivered to your inbox.






