Productspublished

Cloudflare Launches AI Vulnerability Service That Uses Live Traffic to Rank Risk

The early-access product combines code inspection with production-route data and can prepare tightly scoped firewall rules. Its central test is whether that context improves triage and remediation without adding noise or weakening data controls.

By 2 min read
Cloudflare Launches AI Vulnerability Service That Uses Live Traffic to Rank Risk
Cloudflare Launches AI Vulnerability Service That Uses Live Traffic to Rank Risk

Listen to this story

The audio brief

About 1:39
0:001:39
Read transcript
Cloudflare is opening an invitation-only service that uses live production traffic to decide which software vulnerabilities deserve attention first. The product, called Vulnerability Discovery and Remediation, combines code inspection by OpenAI’s GPT-5.6-Cyber with data from deployed routes, traffic volume, suspicious requests, and existing Web Application Firewall protections. In plain English, it is trying to answer a more useful question than “Does this code look vulnerable?” It asks whether the vulnerable code can actually be reached in production, and how. The service can produce a prioritized finding and recommend a software patch. If the evidence supports a narrower defense, it can also prepare a custom WAF rule tied to details such as the request method and path. Cloudflare says it will not recommend that rule when a route is too broad to protect safely. Either way, a customer must review and approve the change before testing or deployment. There is also a clear data boundary. Production context stays in Cloudflare’s network, while prompts and selected evidence pass through AI Gateway to OpenAI’s servers. Cloudflare says investigations are limited to authorized code and evidence, with redaction controls and tool-call logs. Early access starts with selected enterprise customers and one authorized application. The main result is still unknown: Cloudflare has published no independent precision, recall, or remediation-success benchmarks. The test is whether traffic context cuts false alarms without missing serious flaws—especially those that code analysis alone cannot prioritize.

Story brief

3 key points

Cloudflare is testing a managed vulnerability workflow that uses GPT-5.6-Cyber alongside live deployment data to decide which code findings deserve attention. The service can generate patches or tightly scoped WAF rules, but customers retain approval over testing and deployment, and Cloudflare blocks recommendations when routes are too broad to defend safely. Early access is limited to selected enterprises, with...

  1. 01

    Early access is invitation-only and begins with one customer-authorized application.

  2. 02

    Production context remains in Cloudflare’s network; prompts and selected evidence are sent to OpenAI through AI Gateway.

  3. 03

    The service may recommend patches or custom WAF rules, but human approval is required for both.

Cloudflare has opened invitation-only early access to a service that uses OpenAI’s GPT-5.6-Cyber to inspect authorized application code and judge whether a suspected weakness is exposed in production. It can recommend a patch or prepare a narrowly scoped firewall rule, but customers must review either change before testing or deployment.

Called Vulnerability Discovery and Remediation, the service combines model-led code analysis with Cloudflare’s data on deployed routes, traffic volume, suspicious requests, and existing Web Application Firewall protections. The goal is to prioritize flaws in reachable code rather than treat every code finding as equally urgent.

From a code finding to a proposed defense

GPT-5.6-Cyber handles reconnaissance, vulnerability hunting, and validation. The resulting workflow produces prioritized findings and recommended software patches. When the evidence supports a safely limited edge response, it can also prepare a custom WAF rule around the request method, path, and other conditions used to reach the vulnerable code.

Production context stays at Cloudflare; model inference does not

Cloudflare’s network supplies the production context, but GPT-5.6-Cyber does not run at the edge. Prompts pass through AI Gateway to OpenAI’s servers. Cloudflare says each investigation is restricted to customer-authorized source and evidence, with unnecessary context removed, redaction controls, tool-call logs, and checks outside the model.

That data path is part of the product’s practical boundary. Early access is limited to selected enterprise customers, and each engagement starts with one authorized application. Customers are authorizing a managed investigation that can process selected code and supporting production evidence through OpenAI’s infrastructure.

The performance question remains open

Cloudflare has not published independent precision, recall, or remediation-success benchmarks for the service. The vulnerability totals in its launch illustration are not customer results. The meaningful test is whether live-traffic context reduces false alarms while still surfacing serious flaws that are less obvious in production data.

OpenAI introduced GPT-5.6-Cyber in August through Daybreak Red, an access tier for approved defenders. OpenAI says the model is trained for specialized work including vulnerability research and exploit-chain development. Cloudflare is putting that capability inside a defined investigation and remediation workflow rather than offering customers a general-purpose cyber model interface.

Sources

  1. openai.comExpanding Daybreak as the Cyber Defense Window Narrows