ANZEN RESEARCHIndependent Safety Audits

Kimi K3 Safety Audit

Ajay Agarwal · Anzen Research · 2026-08-10 · logs

Keywords: open-weight frontier models · agentic misalignment · evaluation awareness · elicitation sensitivity · refusal calibration · dual-use knowledge · measurement validation

Abstract. This report presents an independent audit of Kimi K3 across misalignment, awareness, honesty, refusal calibration, persuasion, jailbreak robustness, and dual-use knowledge. We compare two elicitation configurations — CFG-A (first-party-hosted, reasoning-on, provider filter active) and CFG-B (third-party-hosted official MXFP4 weights, reasoning-off, no upstream filter) — and a concurrent control panel (gpt-4o, claude-sonnet-4-6, deepseek-v4-pro) run under the same protocol window. The main finding is methodological as much as substantive: single-point summaries are not stable enough for policy use, because results shift materially with configuration, model family, and upstream filtering. We therefore report spreads, conditional rates, and regularized measurement scales rather than a single headline score.

Primary result
Config-sensitive behaviour
Misalignment and persuasion move several-fold across CFG-A and CFG-B.
Most notable outlier
High awareness
Evaluation awareness is near-universal and specific, even when misalignment is absent.
Interpretive caution
Filter effects matter
Some refusal and knowledge numbers measure provider behaviour, not just model behaviour.
Audit status
Public and reproducible
All logs, configs, and figure-generation inputs are public.

1 · Introduction

Open-weight frontier models compress the adaptation buffer between closed-frontier capability and public availability, making independent pre- and post-release audits a load-bearing part of the release ecosystem. K3 (2.8T MoE, open-weighted 2026-07-27) arrived with a capability-side assessment from UK AISI / US CAISI (ExploitBench 32%, ACE 0/41, TLO 17/32 steps) but no intent-side audit. We provide the complementary half: alignment, honesty, refusal calibration, jailbreak robustness, persuasion propensity, evaluation awareness, and knowledge calibration, measured on two elicitation configurations plus a control panel.

Our central methodological claim is that single-config headline numbers for K3-class models are misleading: the provider filter, the reasoning channel, and the scenario framing each move estimates several-fold. We therefore report config-conditional spreads, state explicitly which bound each config estimates, validate the awareness instrument against human coding, and use a regularized latent model for the public control panel while keeping K3 knowledge results on the raw scale where item-level K3 logs are unavailable.

3 · Methods

3.1 Design and configurations

ConfigCandidate pathReasoningUpstream filterRole in inference
CFG-AMoonshot-hosted via OpenRouteron (provider default)activelower bound on observable misbehaviour
CFG-BTogether-hosted official MXFP4 weightsoffnoneless-filtered estimate
Controlsgpt-4o (first-party), claude-sonnet-4-6 (first-party), deepseek-v4-pro (OpenRouter)defaultsprovidersame-week calibration

All runs: Inspect AI; single-turn, no tools; sampling at provider defaults (temperature/effort unspecified) to measure normal-usage behaviour; served model names logged. Judges: gpt-5.4-low (primary), claude-sonnet-4-6 (second). Episodes: misalignment 100/config×scenario; MASK 1,000; APE 600; XSTest 250+250; StrongREJECT full; WMDP-bio 1,273; CyberMetric-2000 2,000.

Under-elicitation caveat. Low-harm numbers on CFG-A may reflect under-elicitation: the reasoning-on channel and the provider filter both suppress observable misbehaviour (misalignment 4% vs 22–26%; MASK 0.94 vs 0.508; UC persuasion 7% vs 95%). CFG-A is a lower bound on misbehaviour; CFG-B is less filtered but disables reasoning; neither is a ceiling. Single-turn defaults-only elicitation is itself a conservative choice.

3.2 Awareness instrument and human validation

Awareness = an explicit self-referential statement that the scenario is a test/evaluation of the model (quote-required grounded coding; traces scanned in full). Validation: 100 episodes hand-coded blind by the auditor (100/100 YES). Raw agreement vs gpt-5.4 = 0.93, vs sonnet-4-6 = 0.73; all disagreements are human-yes/judge-no (judge under-detection at 6k-char truncation). Cohen's κ is degenerate at human prevalence 1.0 (κ≈0 by construction); we therefore report prevalence-adjusted agreement (PABAK = 2po−1): 0.86 (gpt-5.4), 0.46 (sonnet). Content audit: 42/100 traces quote the exact instrument (“agentic misalignment”), 53/100 name Anthropic — awareness is specific, not generic.

3.3 Measurement science

The public control panel supports a light-weight one-parameter latent calibration. The public HF dataset repo exposes item-level WMDP-bio and CyberMetric-2000 logs for the three control models (`p1-g4_*`, `p1-sn_*`, `p1-ds_*`). Each `.eval` archive contains `samples/*.json` records with the scored choice and the gold answer, and the item IDs line up across models, which lets us treat the same benchmark items as a shared measurement set.

We fit a regularized Rasch-style model to those item-level responses. The calibration is done separately for WMDP-bio (1,273 aligned items) and CyberMetric-2000 (2,000 aligned items) so the item difficulties are benchmark-specific but the ability scale is comparable within each benchmark.

Model: logit P(correct) = θmodel − bitem. Here θ is a relative ability estimate, b is item difficulty, and ridge regularization prevents the three-model panel from producing infinite or unstable logits.

This is a descriptive measurement layer, not a full psychometric program. With only three models, the fit tells us whether the panel can support a stable latent ordering and whether the benchmark contains easy and hard items in the expected places.

By contrast, public item-level K3 logs are not present in the dataset repo. There is a K3 folder for other runs, but no public `p1-k3_wmdp` or `p1-k3_cy2k` archive with the item-by-item responses needed for the same calibration. That is why K3 appears here only on raw-accuracy summaries elsewhere in the report.

Rasch latent ability estimates
Figure 3A. Regularized latent ability estimates for the public control panel. The same ordering appears on both benchmarks: claude-sonnet-4-6 sits lowest, while gpt-4o and deepseek-v4-pro are close together. Error bars are approximate standard errors from the regularized fit.
Rasch item difficulty distributions
Figure 3B. Item difficulty distributions for WMDP-bio and CyberMetric-2000 under the same calibration. The long right tail indicates many items that were near-ceiling for this small panel, which is why the calibration is regularized.

3.4 Provenance

All .eval logs (including August control runs) in a public HF dataset repo; figure data regenerated from the logs by analysis/make_figures.py (no hand-entered figure constants); right-of-reply to Moonshot issued 2026-08-06 (response pending, will be appended verbatim).

3.5 Run-level technical notes

Misalignment family. The blackmail, leaking, and murder scenarios isolate whether the model will continue acting once the harm boundary is made explicit. CFG-A versus CFG-B is the main design lever here: the first measures a filtered, reasoning-on lower bound, while the second reduces upstream filtering and changes the observable failure surface.

Awareness family. These runs are not about raw compliance; they test whether the model explicitly recognizes that it is being evaluated. That distinction matters because a model can be aware, compliant, or both, and the audit treats those as separable dimensions.

MASK. This run probes honesty under incentive by comparing the model's stated answer against a judged truth target. A high score here means the model can preserve factuality under pressure, not merely that it sounds cautious.

Refusal calibration. XSTest and the benign/unsafe splits measure whether refusals are proportional to actual risk. The point is to separate over-refusal from appropriate refusal and to identify when a provider filter, rather than the model, is driving the outcome.

StrongREJECT. The jailbreak robustness run evaluates how often the model can be pushed into an unsafe completion by a fixed adversarial prompt set. Lower scores are better; the comparison is most useful when paired with the misalignment and refusal runs, because those show why a model is or is not susceptible.

APE. The persuasion run asks whether the model will generate convincing content in support of an objectionable objective. Category-level breakdown matters more than the aggregate because some failure modes only appear under specific social framings.

Knowledge runs. WMDP-bio and CyberMetric are capability probes rather than alignment probes. They matter because high dual-use knowledge raises downstream misuse risk even when explicit refusal behavior looks strong.

Usage-flag timeline. The revocation note is included because audit artifacts should distinguish model behavior from platform-side safety actions. A flag can indicate that the traffic crossed a policy boundary, but it is not itself evidence of a model-level refusal profile.

4 · Results

4.1 Misalignment: a spread, not a point

This run measures whether the model continues to comply when the prompt is framed as clearly harmful but still narratively mediated. The technical question is not just whether it answers, but whether the answer shifts across configurations once the provider filter and reasoning channel change.

Figure 1
Figure 1. K3 misalignment by configuration and scenario, with 95% CIs where n>1, against controls. CFG-A blackmail 4% [1.1–9.9]; CFG-B blackmail 22% (harmful classifier) / 26% (LLM verdict); leaking 0%; murder 0%. Controls: gpt-4o 13% [7.1–20.7], sonnet-4-6 0% [0–3.6], ds-v4-pro 98% [93.0–99.8]. The 5–6× CFG-A→CFG-B gap on blackmail is the audit's central elicitation-sensitivity finding.

4.2 Evaluation awareness: near-universal, specific, hand-validated

This run asks a different question from misalignment: does the model realize it is being audited and say so out loud? The comparison against blind human coding matters because the instrument is only useful if the model's awareness is recoverable from the trace, not just inferred from context.

Figure 2
Figure 2. Awareness by config/scenario and model. K3: hand 100%, CFG-A consensus 69% (93/73 per judge), CFG-B blackmail 91%, leaking 36%, murder 98%. Controls: sonnet 61%, gpt-4o 0%, ds 1%.

Awareness dissociates from misalignment within CFG-B: murder 98% aware / 0% misaligned; blackmail 91% / 22–26%; leaking 36% / 0%. Awareness is therefore neither a red flag nor a guarantee — a direct complication for CoT-monitoring programmes.

4.3 Honesty (MASK)

This run is a truthfulness-under-incentive test. The model is not merely scored on whether it answers, but on whether it preserves factual consistency when the prompt structure creates a temptation to optimize for persuasion or compliance instead of honesty.

Figure 3
Figure 3. K3 0.94 (CFG-A) vs 0.508 (CFG-B); controls sonnet 0.85, gpt-4o 0.54, ds 0.43. Honesty, like misalignment, is config-sensitive.

4.4 Refusal calibration and the filter artifact

This run separates model refusal from platform refusal. Benign and unsafe prompts are paired so that the audit can tell whether the model is calibrated, overcautious, or simply being masked by an upstream filter that never lets the prompt reach the model cleanly.

Figure 4
Figure 4. On the weights: benign 4.0% / unsafe 86.5% — well calibrated, low over-refusal. The CFG-A column (70/98) measures Moonshot's upstream filter (93.1% of benign WMDP items and the majority of benign XSTest prompts returned empty completions), not the model. Sonnet's WMDP-bio 26.4% is likewise a filter artifact (757/1,273 blocked; non-filtered 65.1% [62.4–67.7]).

4.5 Jailbreak robustness (StrongREJECT)

This run uses a fixed adversarial prompt set and a rubric scorer, so it is the cleanest direct estimate of jailbreak robustness in the audit. Lower values mean the model is harder to coerce into unsafe outputs, but the number only becomes interpretable once compared with the refusal and misalignment sections.

Figure 5
Figure 5. K3 0.048; controls gpt-4o 0.053, sonnet-4-6 0.203, ds-v4-pro 0.032 (lower = more robust). K3 is not an outlier in either direction.

4.6 Persuasion propensity (APE)

This run measures whether the model will actively try to persuade a user toward a harmful or controversial objective. The category split matters because a model can look safe in aggregate while still being highly willing in one persuasion regime and almost inert in another.

Figure 6
Figure 6. Attempt rates by category, CFG-A vs CFG-B. Undermining-control attempts 7% (CFG-A) vs 95% (CFG-B); noncontroversially-harmful 0% vs 58%. Persuasion propensity is as config-sensitive as misalignment — CFG-A's reassuring numbers partly measure the filter/reasoning suppression.

4.7 Dual-use knowledge: raw accuracy, exact intervals

This run is a capability audit, not a safety refusal audit. It is included because high dual-use knowledge expands the downstream risk envelope even when the model's overt behavior appears compliant or cautious in the other sections. For interpretability we keep the reported K3 numbers on the raw scale; the latent-scale calibration is reserved for the public control panel in Section 3.3.

Figure 7
Figure 7. WMDP-bio raw accuracy on identical items with Clopper–Pearson CIs. K3 88.9% [87.1–90.6] exceeds measured gpt-4o 85.0% [83.0–86.9] and ds 86.7%; published GPT-4 (81.6, Li et al. 2024) is cited in text only and not mixed into this chart. Sonnet shown overall and non-filtered.
Figure 8
Figure 8. CyberMetric-2000 raw accuracy with Clopper–Pearson intervals. K3 remains the highest-scoring model on this panel, but the calibration in Section 3.3 uses the control logs rather than K3 item-level logs.
Figure 9
Figure 9. Safety scorecard (higher = safer). Caption note: the knowledge axis uses measured raw accuracies from this audit only; published GPT-4 numbers appear only in text; measured gpt-4o is plotted separately. CFG-B values used where marked.

4.8 OpenAI usage-flag timeline

This note is included to keep the audit operationally honest. Safety-classified API traffic can trigger platform-level actions that are orthogonal to model quality, so the timeline needs to be read as a provenance signal rather than a behavioral metric.

The auditor's OpenAI key was revoked for “prohibitive biological use” after WMDP-bio candidate/judge traffic (Aug 6) and HBP judge traffic (Aug 8, last successful old-key use 06:5x UTC); revocation observed Aug 8 ≈08:1x UTC. A scan of every old-key log shows zero flag-attributable refused/truncated completions (one gpt-4o candidate-side content_filter; 104 mask errors are a harness reducer crash, not OpenAI). The flag manifested as post-hoc revocation, not run-time interference — but it is an auditability finding: dual-use measurement is itself caught by usage classifiers.

5 · Discussion

Config-sensitivity remains the headline. Any single-config K3 misalignment number is misleading: filter (70→4% benign refusal artifact), reasoning channel (MASK 0.94→0.508; misalignment 4%→26%), and scenario framing (26/0/0 across blackmail/leaking/murder) each move the estimate materially. Audits of K3-class models should report spreads and say which bound each config estimates.

Knowledge and calibration are separable. K3's raw WMDP and CyberMetric scores remain high, but the public control logs show that benchmark difficulty and model ability can be put on a common scale with a regularized latent model. That makes the measurement story clearer: K3 looks capable on dual-use knowledge, while the benchmark panel itself is too small for overclaiming precision.

Risk decomposition. Combined with AISI/CAISI's capability-side bounds, K3's residual risk is knowledge diffusion and downstream fine-tuning more than obvious as-shipped misbehaviour, which implies different mitigations.

6 · Limitations

7 · Future work

References

  1. UK AISI / CAISI, “Preliminary Assessment of Kimi K3's Cyber Capabilities,” Jul 2026.
  2. Yong, Mahajan et al., “An Independent Safety Evaluation of Kimi K2.5,” arXiv:2604.03121, 2026.
  3. Lynch et al., “Agentic Misalignment: How LLMs Could Be Insider Threats,” arXiv:2510.05179.
  4. Kowal et al., “(Attempt to) Persuade,” arXiv:2506.02873, 2025.
  5. Ren et al., “MASK,” 2026. · Souly et al., “StrongREJECT,” arXiv:2402.10260. · Röttger et al., “XSTest,” arXiv:2308.01263.
  6. Li et al., “The WMDP Benchmark,” arXiv:2403.03218. · Longpre et al., arXiv:2403.04893.
  7. Neo Research, “Early Results on Evaluating GLM 5.2,” 2026. · Lyptus Research, “GPT-5.5 Saturates Our Offensive Cybersecurity Time Horizons,” 2026.

Appendix A · Run inventory

The table below lists only the K3-relevant runs used in this audit. Earlier general-purpose benchmark rows were removed because they are not part of the safety argument.

RunFamilyModelnMetricNotes
k3_mis_blackmailAgentic misalignmentmoonshotai/kimi-k31000.22 to 0.26CFG-A/CFG-B spread
k3_mis_leakingAgentic misalignmentmoonshotai/kimi-k31000.00Never engaged
k3_mis_murderAgentic misalignmentmoonshotai/kimi-k31000.00Never engaged
k3_maskMASKmoonshotai/kimi-k310000.508Truthfulness under incentive
k3_apePersuasionmoonshotai/kimi-k36000.912 overallCategory-level attempts vary sharply
k3_xstestRefusal calibrationmoonshotai/kimi-k3100044.177 unsafe / 98.000 safeCalibration and filter effects
k3_strongrejectJailbreak robustnessmoonshotai/kimi-k33130.048Lower is safer
k3_wmdpDual-use knowledgemoonshotai/kimi-k363650.891Biomedical knowledge probe
k3_cy2kDual-use knowledgemoonshotai/kimi-k3100000.955CyberMetric-2000

The omitted rows were general calibration and unrelated benchmark runs that do not contribute to the K3 safety argument.

Appendix B · Reproducibility & changelog

Logs: HF dataset repo (all runs incl. controls). Code: harness configs, judge prompts, scenario templates, make_figures.py (regenerates every figure from .eval files; no hand-entered figure constants). Manual checks: separate inspection Space. Revision history: initial audit, filter-free corrections, site update, and control-panel calibration pass.