Daybreak + GPT-5.5-Cyber: The Same Model Class Is On Both Sides of Your Perimeter
The Dual-Use Symmetry Your SBOM Doesn't Capture
The program is OpenAI's Daybreak. It has moved from research into production. Scope: 30M+ commits across 30K+ codebases. Output: 70K reviewer-marked fixes and 500K auto-detected patches, merged closed-loop into cURL, the Go runtime, CPython, Sigstore, and pyca/cryptography. These are not pending PRs. They are shipped code in libraries most stacks already pull.
In parallel, OpenAI's GPT-5.5-Cyber claims state-of-the-art on CyberGym. The same architecture that writes defensive patches writes offensive ones. Publicly: Anthropic placed export controls on its comparable Mythos/Fable models, as covered in earlier briefings. Also publicly: OpenAI shipped GPT-5.5-Cyber commercially with no equivalent restriction.
Any organization with API budget now has access to capabilities that were nation-state programs 18 months ago. The 1-day exploit window is collapsing toward hours.
Why This Breaks Your Current Controls
SCA tooling — Snyk, Dependabot, FOSSA — tracks known vulnerabilities in dependencies. It does not flag whether a commit was AI-authored, whether subtle logic changes were introduced, or whether SLSA provenance attestation separates human from machine authorship. No vendor has shipped AI-attribution detection for upstream commits. The blind spot is structural.
The attack surface is not theoretical. A Daybreak-style run that emits benign patches simultaneously trains the model on what 'correct' patches look like, and by inversion, on what exploitable patterns look like. Offensive and defensive capabilities come out of the same training run.
What's Different From the Supply-Chain Worm (Shai-Hulud)
Shai-Hulud, briefed previously, was malicious code injection exploiting GitHub triage failures. Daybreak is a different category: benign-intent AI code that still produces provenance ambiguity, review fatigue (no one deeply audits a 'fix' from a trusted program), and concentration risk. One model's bugs become everyone's bugs on the same day.
Immediate Actions
Auditors will be asking about AI-authored code provenance within 6 months. The work to answer them starts now, not then.
What to do
Inventory dependencies on cURL, Go runtime, CPython, Sigstore, and pyca/cryptography; flag AI-authored commits by cross-referencing Daybreak attribution in commit metadata by end of next sprint
Require 2-human sign-off on any Daybreak-attributed PR merged into your internal forks of critical-path libraries (crypto, TLS, identity) — implement as a branch protection rule this week
Compress patch SLAs by 50% for KEV-listed and CISA-flagged CVEs, assuming exploit code already exists due to LLM-assisted weaponization
Request your SCA vendor's roadmap for AI-attribution detection in upstream commits; document the gap for your next SOC 2 / SLSA attestation cycle