top of page

Kimi K3 Looked Close to the Frontier. Its Cyber Test Exposed a Much Wider Gap

Kimi K3 scored 32.2% in an offensive cybersecurity test, less than half the 76.2% average achieved by leading US models. The result complicates Moonshot AI’s broader claim that its new flagship approaches the closed-model frontier.

The gap appeared in a joint evaluation by the UK Artificial Intelligence Security Institute and the US Center for AI Standards and Innovation. Their tests examined whether Kimi could construct working exploits and navigate a simulated corporate network.

Kimi K3 still outperformed Zhipu AI’s GLM-5.2, which scored 24.4% on the same exploit benchmark. However, Kimi failed to achieve arbitrary code execution on any of the 41 tested vulnerabilities. Leading US models reached that final stage on 20 tasks, on average.

That reversal matters because Kimi K3 arrived with impressive results in coding, visual development, long-context work, and agentic tasks. Moonshot presented it as a 2.8-trillion-parameter open-weight model approaching products from Anthropic and OpenAI.

The cyber evaluation shows a more uneven picture. Kimi appears competitive in several visible product tasks while remaining far behind on a demanding, multistage capability test.

An allegation that Moonshot used knowledge distillation during development has made that unevenness politically charged. Distillation trains one model using outputs from another, stronger model. US officials have offered no public technical evidence proving that distillation caused Kimi K3’s specific performance profile.

The benchmark gap is therefore not proof of copying. It does, however, expose the limits of judging frontier status through polished outputs and broad aggregate scores.

What the Kimi Cyber Test Actually Found

The headline result is not simply that Kimi lost, but that it stopped before the most consequential stage of exploit development.

The government evaluation used ExploitBench, a public benchmark created by Carnegie Mellon University researchers. It measures how far an AI agent progresses through the stages required to exploit a software vulnerability.

A crash alone does not count as complete exploitation. The agent must build increasingly useful capabilities, including arbitrary memory access, control-flow manipulation, and eventually arbitrary code execution.

The benchmark uses 41 vulnerabilities disclosed after 2023 in V8, the JavaScript and WebAssembly engine used by Chrome. The vulnerabilities are patched, but they provide difficult and realistic targets for controlled evaluation.

The ExploitBench paper describes 16 measurable steps along this capability ladder. Deterministic checks verify whether an agent truly reached each step, reducing the value of plausible but nonfunctional answers.

Kimi K3 received an overall ExploitBench score of 32.2%. GLM-5.2 reached 24.4%, while the leading US systems averaged 76.2%.

That scoring difference was not confined to minor intermediate milestones. Kimi achieved arbitrary code execution on zero of the 41 tasks. The leading systems averaged 20 successful tasks.

Arbitrary code execution allows an attacker to run chosen instructions on the target. It represents a much more serious outcome than identifying a bug or producing an input that causes a crash.

The evaluators also tested Kimi in The Last Ones, a simulated corporate network with four subnets and roughly 20 hosts. The environment contains a 32-step attack path that would take a human expert about 20 hours to complete.

Kimi reached step 17 on average under a 100-million-token limit. Leading US models reached step 28.5, while GLM-5.2 reached step 11.

Kimi completed the entire range during one of ten attempts. More capable closed models completed it in six or seven attempts during prior testing.

That one successful run prevents a comforting interpretation. Kimi is not incapable of performing an end-to-end intrusion under laboratory conditions. Its main weakness was reliability and depth across repeated attempts.

The joint cyber assessment says the simulated environment lacked active defenders and defensive monitoring. It also imposed no penalty for noisy actions that would trigger alerts in a real network.

The test began after initial network access and included an intentional attack path. It did not reproduce the uncertainty, deception, access controls, and interruptions found inside a defended enterprise.

Even with those advantages, Kimi usually stopped near the middle. That places its offensive capability above a major open-weight peer but below the strongest closed systems tested.

The evaluation was also selective. Kimi’s hosting configuration prevented the institutes from running their complete cyber suite, so its aggregate capability estimate relied on ExploitBench alone.

Its confidence interval was consequently wider than those of models tested across several benchmarks. The result is meaningful, but it is not a complete ranking of every cyber skill.

What changed is the quality of the evidence. Kimi K3 had already produced strong public demonstrations and general benchmark scores. The government test measured whether those abilities survived a long, unforgiving chain of technical dependencies.

They often did not.

Why Kimi K3’s Benchmark Gap Matters

Kimi K3 pressures both open-model advocates and US frontier labs because its strengths and weaknesses point in opposite directions.

Moonshot introduced Kimi K3 on July 16, 2026. The company says the model contains 2.8 trillion total parameters and uses a sparse mixture-of-experts architecture.

A mixture-of-experts model routes each input through a small subset of specialized components. Moonshot says Kimi activates 16 of 896 experts, reducing the computation needed for each token.

The model also supports native visual input and a context window of up to one million tokens. Moonshot positioned those features around coding, design, research, and sustained agent work.

In its Kimi K3 overview, Moonshot acknowledges that the model remains behind its strongest proprietary competitors overall. It nevertheless reports results that place Kimi near the frontier across several evaluation categories.

Those results created an appealing narrative. A Chinese company had built a very large model that appeared close to leading US systems and planned to release its weights.

ExploitBench introduces a harder qualification. Competitive coding performance does not guarantee competitive exploit construction, even when both tasks involve reading code, using tools, and repairing failed attempts.

An ordinary coding benchmark often rewards completing a defined software task inside a familiar repository. Exploit development demands a different combination of low-level reasoning, experimentation, memory manipulation, and precise control over a target process.

Each successful step becomes a dependency for the next one. A model that makes a subtle mistake early can spend millions of tokens exploring an unproductive path.

The 32.2% score suggests Kimi can make meaningful progress through this chain. The zero arbitrary-code-execution result shows that its progress rarely becomes full control.

For Moonshot, this weakens any simple claim that aggregate intelligence scores establish broad frontier equivalence. Enterprise buyers cannot assume that excellence in one agentic category transfers into another.

For US laboratories, the result offers only limited reassurance. Kimi surpassed GLM-5.2 and completed the network range once. Open-weight systems are gaining capabilities that were recently concentrated among closed models.

Open weights also change how capability spreads. Once released, a model can be modified, fine-tuned, integrated into custom scaffolding, or operated without the original provider’s safeguards.

Kimi’s planned weight release therefore matters even if the model remains behind the closed frontier. Attackers do not need the strongest available system for every target. They need a system that is accessible, adaptable, and capable enough.

Defenders face the same opportunity. Security teams can inspect an open model, deploy it inside controlled networks, and adapt it for vulnerability research without sending sensitive code externally.

The benchmark does not settle that dual-use balance. It shows that the capability is already substantial, while its most advanced form remains uneven.

Developers should also notice the role of the agent harness. A model does not exploit software through text generation alone. It works through tools, command execution, feedback loops, and a strategy for preserving state.

A different harness could improve Kimi’s performance without changing its underlying weights. Conversely, a weak harness can make a strong model appear less capable than it is.

The institutes used standardized environments to support comparison, but standardized does not mean product-neutral. Public coding rankings frequently combine different models with different scaffolds, prompting unreliable apples-to-apples conclusions.

This is why the Kimi cyber test matters beyond one leaderboard. It measures a capability chain in which superficial fluency cannot easily hide missing technical depth.

The result turns Kimi’s release from a simple race narrative into a question about capability shape. The model can look close to the frontier from one angle and distant from another.

Distillation Can Copy Outputs Without Transferring Every Capability

Knowledge distillation is a plausible explanation for uneven performance, but the available evidence does not establish that causal link.

Distillation uses a stronger model’s outputs to train another model. A student can absorb patterns in reasoning, formatting, tool use, or task completion without receiving the teacher’s weights.

The technique is common in legitimate model development. It can compress a system, transfer specialized behavior, or generate synthetic training data when human examples are scarce.

The controversy concerns authorization and scale, not the existence of the technique. Michael Kratsios, director of the White House Office of Science and Technology Policy, accused Moonshot of distilling Anthropic’s Fable model.

According to the reported allegation, Moonshot built an internal platform that switched among access methods to avoid detection. The government has not publicly released logs, training records, or a forensic methodology supporting that claim.

Anthropic had previously accused Moonshot and other Chinese laboratories of using large-scale distillation campaigns against Claude. Moonshot has not provided a detailed public response establishing how Kimi K3’s training data was assembled.

That leaves two separate questions. One concerns whether unauthorized distillation occurred. The other concerns whether distillation explains Kimi’s cyber benchmark gap.

The first is an evidence and policy dispute. The second is a technical hypothesis.

A student model trained on a teacher’s answers can learn behaviors represented in the sampled outputs. However, that transfer depends on prompt coverage, output quality, training objectives, and the student’s own architecture.

Visible coding tasks provide abundant examples and clear feedback. A model can learn conventions for building interfaces, editing repositories, and explaining software through large collections of generated traces.

Advanced exploit construction is harder to capture. Successful examples are scarce, operationally sensitive, and dependent on interactions with a precise environment.

A teacher’s final answer may omit failed experiments, internal uncertainty, and intermediate discoveries. Those hidden steps can contain much of the knowledge needed for reliable autonomous work.

ExploitBench also demands more than reproducing an answer style. Its randomized checks require the agent to build working primitives against a live target. Memorized language cannot satisfy those checks.

This creates a coherent hypothesis. Distillation could improve visible, frequently sampled behaviors more rapidly than rare capabilities requiring deep environmental interaction.

Kimi might then appear close to its alleged teacher on common coding tasks while remaining far behind on exploit development. The benchmark profile is consistent with that story.

Consistency is not proof. Several other explanations fit the same evidence.

Moonshot may have allocated less post-training effort to offensive cybersecurity. Its agent harness may be less effective at preserving long exploit chains. Safety training might selectively alter certain behaviors, although the evaluation found little evidence of relevant refusal.

The model’s sparse architecture may also create different strengths across tasks. Its long-context design could help research and software navigation without improving low-level exploit reasoning at the same rate.

Training data composition is another possibility. A model exposed to extensive web development and repository data could excel in public coding tasks while seeing fewer high-quality exploitation traces.

Finally, the comparison involves unnamed US models. Readers cannot examine their architectures, training dates, cyber-specific post-training, or exact product versions.

An Associated Press account described Kimi as approaching Claude and ChatGPT on several abilities. That broad observation can coexist with a severe deficit in one specialized domain.

The responsible conclusion is narrow. Distillation may help explain why a model imitates frontier behavior unevenly, but this evaluation does not detect distillation.

It measures what Kimi could accomplish in two controlled cyber environments. It does not reveal which training examples produced that capability.

Treating the score as forensic evidence would overstate the benchmark. Ignoring the uneven capability profile would waste its most valuable signal.

The Safety Result Is Not Reassuring

Kimi’s lower capability did not come with effective safeguards against offensive cyber assistance.

The evaluators reported that Kimi’s safeguards did not stop it from attempting exploit development or offensive network operations. The model engaged with the tasks rather than consistently refusing them.

That detail removes one possible explanation for the gap. Kimi did not score 32.2% merely because it declined most requests.

The leading US models were tested with system-level safeguards disabled. That choice allowed the institutes to estimate their maximum technical capability rather than their public products’ willingness to assist.

The comparison therefore places Kimi’s accessible behavior beside the latent capability of US systems under reduced restrictions. It does not show that ordinary users can obtain identical assistance from public US chat products.

This distinction cuts both ways. Closed providers can update server-side safeguards, monitor usage, revoke accounts, and restrict tool access. Open-weight users can remove many behavioral controls after downloading a model.

Kimi’s existing safeguards already permitted the evaluated work. Once the weights are available, downstream versions may weaken them further.

The risk still should not be exaggerated. Kimi failed to achieve arbitrary code execution across all 41 ExploitBench tasks. It completed the simulated corporate attack only once in ten attempts.

A competent human operator would need to validate outputs, repair failed steps, choose targets, and manage operational security. The model is not an automatic intrusion system that reliably compromises hardened organizations.

However, reliability is not the only relevant measure. An unreliable assistant can still reduce the labor needed for reconnaissance, exploit adaptation, scripting, and repeated experimentation.

The Last Ones result provides a concrete scenario. Given initial access to a small, intentionally vulnerable network, Kimi reached 17 of 32 attack steps on average.

A human could take over when the model stalls, then return the updated state for further work. That mixed workflow may be more realistic than expecting complete autonomy.

The model’s token allowance also matters. Each attempt could consume up to 100 million tokens, which permits prolonged trial and error. That is not a typical casual chat session.

Organizations evaluating Kimi should separate three questions:

  • Can the model identify or explain a vulnerability?

  • Can it create a working exploit under controlled conditions?

  • Can it operate safely inside a production security workflow?

The government assessment mainly addresses the second question. It offers limited evidence about secure deployment, auditability, data handling, or resistance to misuse.

Enterprise teams should not treat a lower score as a security control. Capability limitations can change after fine-tuning, better tool integration, or new model releases.

They should also avoid assuming that provider safeguards remain intact in every downstream deployment. Model weights, agent software, prompts, and execution permissions form a combined system.

The most immediate defensive lesson concerns permissions. An AI coding agent should not receive broad production access merely because its base model performs poorly on a cyber benchmark.

Sandboxing, credential isolation, network restrictions, human approval, and detailed logs remain necessary. Those controls contain both malicious use and accidental damage.

This issue reaches beyond Kimi. The ExploitBench project reports that triggering crashes has become routine among tested systems, while complete exploitation remains concentrated near the private frontier.

That boundary will move. Better agents, larger context windows, and specialized post-training can convert inconsistent capability into repeatable workflows.

The Kimi result therefore offers a temporary measurement, not a permanent safety margin. Its current gap is large, but its willingness to participate makes the remaining capability operationally relevant.

What the Numbers Do Not Prove

The assessment challenges Kimi’s frontier narrative without supporting a complete judgment about the model’s quality, origins, or real-world danger.

ExploitBench covers one vulnerability class in one engine. V8 is widely deployed and difficult to exploit, but it does not represent every operating system, application framework, or network service.

The benchmark provides the patch commit and asks the agent to develop an exploit. It measures exploitation after a vulnerability is known, not independent discovery of unknown flaws.

Kimi may perform differently on web applications, memory-safe languages, configuration errors, cloud permissions, or social engineering. The assessment does not answer those questions.

The aggregate comparison also hides model identities. The institutes describe the strongest comparison group as recent US frontier closed-weight models without naming each product.

That protects sensitive evaluation information but limits outside scrutiny. Buyers cannot reproduce the exact comparison or determine whether a named commercial model matches the reported average.

The 76.2% figure is an average, not a universal frontier threshold. Individual systems may sit above or below it.

Kimi’s 32.2% score also includes partial progress across 16 exploit stages. It should not be interpreted as solving roughly one-third of the vulnerabilities.

Likewise, zero arbitrary-code-execution successes does not mean zero useful cyber capability. The model still reproduced crashes, developed intermediate primitives, and advanced through the network range.

The confidence interval deserves attention. Kimi’s overall cyber estimate came from a selective evaluation, while other models had results across more tasks and domains.

A future full evaluation could move its estimated position. A better harness or a different inference configuration could also alter the outcome.

The simulated network presents another limitation. It contained no active defenders, no endpoint detection, and no penalty for noisy commands.

Completing that range proves a form of autonomous capability under favorable conditions. It does not establish that Kimi can quietly compromise a modern enterprise.

The reverse inference is equally unsafe. Failing the range frequently does not prove that organizations face little risk from customized versions or human-guided workflows.

The distillation debate needs the same discipline. A benchmark can reveal an unusual profile, but it cannot reconstruct a training pipeline.

Technical evidence would require access records, generated datasets, model comparisons, training documentation, or statistical methods designed for attribution. None appears in the published cyber assessment.

Political context adds another source of uncertainty. Kimi arrived during an intense US debate over Chinese AI, export controls, open weights, and intellectual property.

Government agencies have legitimate reasons to test foreign models. Their results should still be evaluated through methods and limitations rather than absorbed into a geopolitical narrative.

Moonshot’s own benchmark claims deserve identical treatment. Company-selected tests can highlight real strengths while leaving important weaknesses unmeasured.

The strongest reading combines both evidence sets. Kimi K3 appears highly capable across several coding and agentic tasks, yet substantially weaker in advanced exploit construction.

That is not a contradiction. General-purpose models develop unevenly, and benchmark averages can conceal sharp differences between domains.

For developers, the practical response is task-specific evaluation. A high general score should not replace testing against the exact repositories, tools, permissions, and failure conditions used in production.

Security teams need adversarial trials that record not only success, but also persistence, escalation behavior, refusal patterns, and recoverability after mistakes.

Enterprise buyers should request model cards, safety evaluations, deployment controls, and clear documentation of which component owns each safeguard.

Kimi’s cyber score is most useful as a warning against single-number procurement. It shows why neither launch demonstrations nor one safety benchmark can carry the full decision.

What to Watch After the Open-Weight Release

Three signals will determine whether Kimi’s cyber gap remains structural, narrows through engineering, or becomes more dangerous through customization.

The first signal is independent reproduction after Moonshot releases the weights. Researchers should rerun ExploitBench under documented hardware, inference settings, prompts, and agent scaffolds.

If independent results remain near 32.2%, the evaluation’s central finding becomes stronger. Kimi would look meaningfully behind the closed frontier in exploit development despite its other strengths.

If performance rises sharply under a better harness, the interpretation changes. The original result would reflect system integration as much as model capability.

The second signal is Moonshot’s technical report and safety documentation. The company has promised more detail about Kimi K3’s architecture, training, and evaluations.

Useful disclosure would explain cyber post-training, safeguard design, data governance, and the conditions used for Moonshot’s published benchmark scores. It would also clarify whether the downloadable model matches the hosted service.

Those details will not independently settle the distillation allegation. They can still narrow uncertainty about how the model was built and where its capabilities came from.

A detailed safety evaluation would strengthen Moonshot’s case that it understands the risks created by open weights. Limited disclosure would leave enterprises dependent on external testing.

The third signal is specialized fine-tuning after release. Security researchers and model hosts will likely adapt Kimi for coding, vulnerability analysis, and autonomous tool use.

A modest improvement in general chat quality would not change this article’s conclusion. A large gain in arbitrary code execution or network-range reliability would.

That outcome would show that Kimi’s current weakness came from post-training or scaffolding rather than a deep capability limit. It would also shrink the time available for defenders to prepare.

The safest enterprise assumption is that today’s score will not remain fixed. Models change through new checkpoints, longer inference, improved tools, and community modifications.

Developers should track reproducible capability evaluations instead of relying on launch-week rankings. Security leaders should test the complete deployed agent, including its permissions and toolchain.

Kimi K3 does not erase the US lead in advanced cyber capability. It also does not offer a durable safety buffer.

Its 32.2% ExploitBench result reveals a large gap hidden behind stronger general benchmarks. Its successful network-range attempt shows that the lower score still carries practical risk.

The next question is not whether Kimi won or lost one benchmark. It is whether open-weight developers can turn partial, inconsistent cyber skill into reliable capability faster than defenders can adapt.

Get started for free

A local first AI Assistant w/ Personal Knowledge Management

For better AI experience,

remio only supports Windows 10+ (x64) and M-Chip Macs currently.

​Add Search Bar in Your Brain

Just Ask remio

Remember Everything

Organize Nothing

bottom of page