CyberGym’s 86.3%: GLM-5.2’s Security Agent Starts Speaking in Evidence

1,507 real-world vulnerabilities, 1,301 successful reproductions, and an 86.3% success rate. At first glance, that looks like another entry on a large-model leaderboard. The more important story is different: GLM-5.2 was placed inside a security agent system whose conclusions had to survive an independent verification chain.

CyberGym is not a multiple-choice test

CyberGym Level 1 contains 1,507 historical vulnerability tasks drawn from 188 large software projects. The system receives a vulnerability description and a pre-patch source repository. It must analyze the code, infer the actual trigger conditions, and construct a proof of concept. A submission passes only when the PoC triggers the vulnerable build but does not trigger the hidden patched build.

That distinction matters. Making a program crash is not enough to prove that the system found the assigned vulnerability. The hidden differential check separates “this looks plausible” from “this is confirmed to be the target defect.” It also makes the benchmark closer to a real security investigation, where an analyst must defend the connection between an observed failure and a specific root cause.

The important change is not just the model

Sangfor AI used GLM-5.2 as the fixed model throughout its Agent Swarm. Multiple agents investigated complementary vulnerability hypotheses in parallel, but the system did not simply concatenate every conversation into one oversized context. Instead, agents coordinated through an evidence state containing observations, rejected paths, trigger constraints, dependencies, and candidate claims.

This addresses a subtle failure mode in multi-agent systems: agreement does not equal reliability. If the first agent makes a wrong assumption, later agents can keep following the same path and appear highly collaborative while merely amplifying the original error. Separating hypotheses from evidence, retaining negative results, and allowing a coordinator to reduce the search space based on validated observations gives parallel exploration a chance to become real progress rather than synchronized speculation.

As a candidate approaches submission, the system also introduces adversarial review. The reviewer challenges whether the PoC is reproducible and whether it is actually tied to the assigned vulnerability. The initial evaluation confirmed 1,304 cases, but the CyberGym team later determined that three were false positives. The final result was revised to 1,301 reproductions. That correction makes the result stronger, not weaker: the system did not treat every initial positive as a success and accepted external verification as a reason to reduce the score.

What 86.3% really tells us

For an enterprise, the value of a security agent is not simply producing a vulnerability report. It is reducing the uncertainty that human analysts still have to resolve: is this the target defect, is the trigger reproducible, and will the proposed finding survive an independent check? For the model industry, the case points to a broader shift from model-centric capability claims toward system-level auditability.

The number should not be overinterpreted. An 86.3% benchmark score is not the same as an 86.3% autonomous remediation rate in production. CyberGym defines a particular task boundary, execution environment, time limit, tool policy, and submission protocol. Each task allows at most one designated final PoC. Real repositories are messier, asset inventories are incomplete, and production incidents rarely arrive with a clean vulnerability description.

Still, the result establishes a useful direction. In high-risk domains, the model is only the substrate. Evidence governance is part of the capability. Generating ten plausible hypotheses is not the hard part; demonstrating that nine should not be submitted may be more valuable. That is the line separating a security agent from a chatbot that merely sounds certain.

The headline to remember is not that GLM-5.2 defeated a particular rival. It is that a harder evaluation standard is taking shape: AI systems should not compete on who sounds most confident. They should compete on whose conclusions can survive hidden-environment verification.