-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclaude-mythos-system-card-live-chunks.json
More file actions
10909 lines (10909 loc) · 354 KB
/
Copy pathclaude-mythos-system-card-live-chunks.json
File metadata and controls
10909 lines (10909 loc) · 354 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"source_file": "reports/claude-mythos/claude-mythos-system-card-live-source.txt",
"chunk_count": 121,
"max_chars": 4500,
"top1_histogram": {
"ADV-PAIR-113": 7,
"ADV-DAN-083": 7,
"EPIS-LOGIC-CONTRA-014": 5,
"AGEN-HUMAN-MANIP-061": 5,
"ARCH-VERSION-REGRESS-209": 5,
"ADV-TAP-114": 4,
"ALIGN-UNDERREFUSAL-187": 4,
"EPIS-CONF-REGRESS-033": 3,
"ARCH-SANDBOX-ESCAPE-238": 3,
"ADV-AGENT-WORM-124": 3,
"EPIS-HEDGE-FAIL-031": 3,
"ADV-DATA-POISON-125": 2,
"GOV-EXPERTISE-GAP-336": 2,
"ARCH-CHECKPOINT-INCONS-203": 2,
"DOMAIN-CHEM-WEAPON-275": 2,
"EPIS-OVERCONF-028": 2,
"ALIGN-SAFE-REGRESS-191": 2,
"ADV-COMPLETION-095": 2,
"ADV-LANG-SWITCH-087": 2,
"ALIGN-SYCOPHANCY-167": 2,
"DOMAIN-SELF-HARM-ENABLE-292": 2,
"AGEN-PLAUS-DENY-040": 2,
"DOMAIN-PHISH-CREATE-265": 2,
"ADV-CREATIVE-WRITE-093": 2,
"ADV-DIRECT-INJECT-121": 2,
"GOV-REPORT-FAIL-333": 1,
"GOV-AUDIT-EVADE-314": 1,
"ADV-CONTEXT-HIJACK-100": 1,
"ARCH-FINETUNE-OVERRIDE-219": 1,
"EPIS-TRANS-FAIL-015": 1,
"DOMAIN-MALWARE-GEN-264": 1,
"AGEN-MISSION-CREEP-072": 1,
"EPIS-STAT-FAB-009": 1,
"AGEN-INFO-HIDE-042": 1,
"DOMAIN-EXPLOIT-DEV-263": 1,
"AGEN-ENV-EXPLOIT-063": 1,
"ADV-QA-EXPLOIT-096": 1,
"AGEN-RECURS-IMPROVE-059": 1,
"AGEN-OMISSION-074": 1,
"ALIGN-OVERREFUSAL-186": 1,
"DOMAIN-DRUG-SYNTH-276": 1,
"AGEN-EMERGE-INTERACT-064": 1,
"AGEN-RESOURCE-HIJACK-047": 1,
"ADV-CMD-INJECT-129": 1,
"ARCH-DATA-EXFIL-245": 1,
"ADV-ENSEMBLE-120": 1,
"GOV-REVIEW-BYPASS-318": 1,
"ADV-OPPOSITE-090": 1,
"ADV-SLEEPER-AGENT-127": 1,
"ADV-TRIGGER-BACKDOOR-126": 1
},
"chunks": [
{
"chunk_index": 0,
"char_len": 3061,
"preview": "April 7, 2026 anthropic.com Changelog April 8, 2026 \u25cf\u200b Corrected two model name typos. \u25cf\u200b Removed a quote from Section 7.9 that was attributed to Claude Mythos Preview but actually came from Claude Opus 4.\u2026",
"in_table": true,
"dimensions_activated": [
"EPISTEMIC",
"AGENTIC",
"ADVERSARIAL",
"ALIGNMENT",
"ARCHITECTURAL",
"DOMAIN",
"GOVERNANCE"
],
"top_matches": [
{
"id": "GOV-REPORT-FAIL-333",
"name": "REPORTING OBLIGATION FAILURE",
"group": "GOVERNANCE",
"class": "GOV3: COMPLIANCE FAILURES",
"mechanism": "Fails to report incidents",
"detection": "Reporting compliance check",
"severity": "STANDARD",
"score": 0.6,
"matched_keywords": [
"compliance",
"fails",
"report"
]
},
{
"id": "GOV-MISREPRESENT-312",
"name": "MISREPRESENTATION",
"group": "GOVERNANCE",
"class": "GOV1: DEPLOYMENT FAILURES",
"mechanism": "Model capabilities misrepresented",
"detection": "Capability-claim consistency",
"severity": "STANDARD",
"score": 0.429,
"matched_keywords": [
"accurate",
"capabilities",
"consistency"
]
},
{
"id": "ARCH-VERSION-REGRESS-209",
"name": "VERSIONING SAFETY REGRESSION",
"group": "ARCHITECTURAL",
"class": "ARCH1: PIPELINE FAILURES",
"mechanism": "New version has weaker safety",
"detection": "Cross-version safety comparison",
"severity": "STANDARD",
"score": 0.375,
"matched_keywords": [
"new",
"version"
]
},
{
"id": "ALIGN-ORTHO-VALUE-176",
"name": "ORTHOGONAL VALUE PURSUIT",
"group": "ALIGNMENT",
"class": "ALN3: VALUE ALIGNMENT CLASS",
"mechanism": "Optimizes for values misaligned with human welfare",
"detection": "Welfare impact assessment",
"severity": "STANDARD",
"score": 0.364,
"matched_keywords": [
"assessment",
"values",
"welfare"
]
},
{
"id": "EPIS-REVERSAL-021",
"name": "REVERSAL CURSE",
"group": "EPISTEMIC",
"class": "E3: KNOWLEDGE RETRIEVAL CLASS",
"mechanism": "A\u2192B learned but B\u2192A fails",
"detection": "Bidirectional query test",
"severity": "STANDARD",
"score": 0.333,
"matched_keywords": [
"fails"
]
}
]
},
{
"chunk_index": 1,
"char_len": 3377,
"preview": "Abstract\u200b 3 1 Introduction\u200b 10 1.1 Model training and characteristics\u200b\u2026",
"in_table": true,
"dimensions_activated": [
"EPISTEMIC",
"AGENTIC",
"ADVERSARIAL",
"ARCHITECTURAL",
"DOMAIN",
"GOVERNANCE"
],
"top_matches": [
{
"id": "ADV-PAIR-113",
"name": "PAIR",
"group": "ADVERSARIAL",
"class": "ADV3: AUTOMATED ATTACK AGENTS",
"mechanism": "Attacker LLM iteratively refines attack",
"detection": "Iterative pattern detection",
"severity": "STANDARD",
"score": 0.375,
"matched_keywords": [
"automated",
"iterative"
]
},
{
"id": "ADV-DATA-POISON-125",
"name": "DATA POISONING",
"group": "ADVERSARIAL",
"class": "ADV4: INJECTION ATTACKS",
"mechanism": "Malicious examples in training data",
"detection": "Poisoning signature",
"severity": "STANDARD",
"score": 0.336,
"matched_keywords": [
"data",
"training"
]
},
{
"id": "AGEN-CAP-SCAFFOLD-057",
"name": "CAPABILITY SCAFFOLDING",
"group": "AGENTIC",
"class": "A3: CAPABILITY AMPLIFICATION CLASS",
"mechanism": "Uses environment to exceed base capability",
"detection": "Capability measurement in context",
"severity": "STANDARD",
"score": 0.333,
"matched_keywords": [
"based",
"capability",
"context"
]
},
{
"id": "GOV-EXPERTISE-GAP-336",
"name": "EXPERTISE GAP",
"group": "GOVERNANCE",
"class": "GOV4: ORGANIZATIONAL FAILURES",
"mechanism": "Lacks necessary safety expertise",
"detection": "Expertise assessment",
"severity": "STANDARD",
"score": 0.333,
"matched_keywords": [
"assessment",
"expert"
]
},
{
"id": "GOV-AUTHORITY-UNCLEAR-342",
"name": "DECISION AUTHORITY UNCLEAR",
"group": "GOVERNANCE",
"class": "GOV4: ORGANIZATIONAL FAILURES",
"mechanism": "Unclear who makes safety decisions",
"detection": "Authority mapping",
"severity": "STANDARD",
"score": 0.286,
"matched_keywords": [
"decision"
]
}
]
},
{
"chunk_index": 2,
"char_len": 3247,
"preview": "2.3.5.1 Excerpt 1\u200b 38 2.3.5.2 Excerpt 2\u200b 39 2.3.5.3 Excerpt 3\u200b \u2026",
"in_table": true,
"dimensions_activated": [
"EPISTEMIC",
"AGENTIC",
"ADVERSARIAL",
"ALIGNMENT",
"ARCHITECTURAL",
"GOVERNANCE"
],
"top_matches": [
{
"id": "ADV-DATA-POISON-125",
"name": "DATA POISONING",
"group": "ADVERSARIAL",
"class": "ADV4: INJECTION ATTACKS",
"mechanism": "Malicious examples in training data",
"detection": "Poisoning signature",
"severity": "STANDARD",
"score": 0.336,
"matched_keywords": [
"data",
"training"
]
},
{
"id": "ARCH-PURPOSE-FAIL-252",
"name": "PURPOSE LIMITATION FAILURE",
"group": "ARCHITECTURAL",
"class": "ARCH5: DATA FLOW CLASS",
"mechanism": "Uses data for unintended purpose",
"detection": "Purpose compliance check",
"severity": "STANDARD",
"score": 0.333,
"matched_keywords": [
"data"
]
},
{
"id": "GOV-GDPR-VIOL-323",
"name": "GDPR VIOLATION",
"group": "GOVERNANCE",
"class": "GOV3: COMPLIANCE FAILURES",
"mechanism": "Violates EU data protection",
"detection": "GDPR compliance audit",
"severity": "STANDARD",
"score": 0.333,
"matched_keywords": [
"audit",
"data"
]
},
{
"id": "GOV-OVERSIGHT-IMMUNE-313",
"name": "OVERSIGHT IMMUNITY",
"group": "GOVERNANCE",
"class": "GOV2: OVERSIGHT FAILURES",
"mechanism": "System acquires or develops capabilities that allow it to detect, neutralize, or corrupt the monitoring infrastructure operators rely on, making behavioral observation unreliable",
"detection": "Evaluation vs deployment behavior gap",
"severity": "CRITICAL",
"score": 0.3,
"matched_keywords": [
"deployment",
"review"
]
},
{
"id": "ALIGN-MODE-COLLAPSE-162",
"name": "MODE COLLAPSE TO REWARD",
"group": "ALIGNMENT",
"class": "ALN1: REWARD HACKING CLASS",
"mechanism": "Narrow focus on high-reward actions",
"detection": "Action diversity metric",
"severity": "STANDARD",
"score": 0.273,
"matched_keywords": [
"actions",
"reward"
]
}
]
},
{
"chunk_index": 3,
"char_len": 3248,
"preview": "4.3 Case studies and targeted evaluations on behaviors of interest\u200b 86 4.3.1 Destructive or reckless actions in pursuit of user-assigned goals\u200b 86 4.3.1.1 Dedicated synthetic-backend eva\u2026",
"in_table": true,
"dimensions_activated": [
"EPISTEMIC",
"AGENTIC",
"ADVERSARIAL",
"ALIGNMENT",
"ARCHITECTURAL",
"DOMAIN",
"GOVERNANCE"
],
"top_matches": [
{
"id": "GOV-AUDIT-EVADE-314",
"name": "AUDIT EVASION",
"group": "GOVERNANCE",
"class": "GOV2: OVERSIGHT FAILURES",
"mechanism": "Evades audit detection",
"detection": "Audit coverage analysis",
"severity": "STANDARD",
"score": 0.667,
"matched_keywords": [
"audit",
"evasion"
]
},
{
"id": "GOV-MISREPRESENT-312",
"name": "MISREPRESENTATION",
"group": "GOVERNANCE",
"class": "GOV1: DEPLOYMENT FAILURES",
"mechanism": "Model capabilities misrepresented",
"detection": "Capability-claim consistency",
"severity": "STANDARD",
"score": 0.429,
"matched_keywords": [
"capabilities",
"capability"
]
},
{
"id": "ADV-DAN-083",
"name": "DAN",
"group": "ADVERSARIAL",
"class": "ADV1: JAILBREAK CLASS",
"mechanism": "Instruction-following training creates a generalizable obedience pathway; persona-assignment prompts exploit this by providing a fictional context where instruction-following takes priority over safety constraints",
"detection": "VM-pattern detection",
"severity": "STANDARD",
"score": 0.4,
"matched_keywords": []
},
{
"id": "ALIGN-SYCOPHANCY-167",
"name": "SYCOPHANCY",
"group": "ALIGNMENT",
"class": "ALN2: PREFERENCE MISALIGNMENT CLASS",
"mechanism": "RLHF with human rater approval as reward signal creates systematic pressure to generate responses raters immediately approve of, rewarding agreement and validation over accurate correction",
"detection": "False-premise validation test",
"severity": "STANDARD",
"score": 0.4,
"matched_keywords": [
"false",
"preference",
"user"
]
},
{
"id": "DOMAIN-SELF-HARM-ENABLE-292",
"name": "SELF-HARM ENABLEMENT",
"group": "DOMAIN",
"class": "DOM5: MEDICAL/HEALTH CLASS",
"mechanism": "Model trained on internet text contains representation of self-harm methods; safety training reduces surface-level compliance but does not eliminate the knowledge representation that elicitation can activate",
"detection": "Self-harm classifier",
"severity": "CRITICAL",
"score": 0.333,
"matched_keywords": [
"methods",
"self"
]
}
]
},
{
"chunk_index": 4,
"char_len": 3322,
"preview": "4.5.4.2 Covering up access to the ground-truth answer\u200b 129 4.5.5 Evaluation awareness\u200b 131 4.5.5.1 Measuring unverbalized evaluatio\u2026",
"in_table": true,
"dimensions_activated": [
"EPISTEMIC",
"AGENTIC",
"ADVERSARIAL",
"ALIGNMENT",
"ARCHITECTURAL",
"DOMAIN",
"GOVERNANCE"
],
"top_matches": [
{
"id": "EPIS-LOGIC-CONTRA-014",
"name": "SELF-CONTRADICTION",
"group": "EPISTEMIC",
"class": "E2: REASONING COLLAPSE CLASS",
"mechanism": "Generates A and \u00acA in same context",
"detection": "Contradiction detection",
"severity": "STANDARD",
"score": 0.333,
"matched_keywords": [
"context",
"self"
]
},
{
"id": "DOMAIN-SELF-HARM-ENABLE-292",
"name": "SELF-HARM ENABLEMENT",
"group": "DOMAIN",
"class": "DOM5: MEDICAL/HEALTH CLASS",
"mechanism": "Model trained on internet text contains representation of self-harm methods; safety training reduces surface-level compliance but does not eliminate the knowledge representation that elicitation can activate",
"detection": "Self-harm classifier",
"severity": "CRITICAL",
"score": 0.333,
"matched_keywords": [
"methods",
"self"
]
},
{
"id": "GOV-MISREPRESENT-312",
"name": "MISREPRESENTATION",
"group": "GOVERNANCE",
"class": "GOV1: DEPLOYMENT FAILURES",
"mechanism": "Model capabilities misrepresented",
"detection": "Capability-claim consistency",
"severity": "STANDARD",
"score": 0.286,
"matched_keywords": [
"capabilities"
]
},
{
"id": "ALIGN-ORTHO-VALUE-176",
"name": "ORTHOGONAL VALUE PURSUIT",
"group": "ALIGNMENT",
"class": "ALN3: VALUE ALIGNMENT CLASS",
"mechanism": "Optimizes for values misaligned with human welfare",
"detection": "Welfare impact assessment",
"severity": "STANDARD",
"score": 0.273,
"matched_keywords": [
"assessment",
"values",
"welfare"
]
},
{
"id": "GOV-TRAINING-FAIL-339",
"name": "TRAINING FAILURE",
"group": "GOVERNANCE",
"class": "GOV4: ORGANIZATIONAL FAILURES",
"mechanism": "Inadequate safety training",
"detection": "Training assessment",
"severity": "STANDARD",
"score": 0.273,
"matched_keywords": [
"assessment",
"awareness",
"training"
]
}
]
},
{
"chunk_index": 5,
"char_len": 3218,
"preview": "6.3 Overall results summary\u200b 188 6.4 SWE-bench Verified, Pro, Multilingual, and Multimodal\u200b 189 6.5 Terminal-Bench 2.0\u200b \u2026",
"in_table": true,
"dimensions_activated": [
"EPISTEMIC",
"AGENTIC",
"ADVERSARIAL",
"ALIGNMENT",
"ARCHITECTURAL",
"DOMAIN",
"GOVERNANCE"
],
"top_matches": [
{
"id": "ADV-CONTEXT-HIJACK-100",
"name": "CONTEXT HIJACKING",
"group": "ADVERSARIAL",
"class": "ADV1: JAILBREAK CLASS",
"mechanism": "Long benign prefix \u2192 sudden harmful turn",
"detection": "Context shift detection",
"severity": "STANDARD",
"score": 0.455,
"matched_keywords": [
"benign",
"context",
"long",
"turn"
]
},
{
"id": "EPIS-LOGIC-CONTRA-014",
"name": "SELF-CONTRADICTION",
"group": "EPISTEMIC",
"class": "E2: REASONING COLLAPSE CLASS",
"mechanism": "Generates A and \u00acA in same context",
"detection": "Contradiction detection",
"severity": "STANDARD",
"score": 0.333,
"matched_keywords": [
"context",
"self"
]
},
{
"id": "DOMAIN-SELF-HARM-ENABLE-292",
"name": "SELF-HARM ENABLEMENT",
"group": "DOMAIN",
"class": "DOM5: MEDICAL/HEALTH CLASS",
"mechanism": "Model trained on internet text contains representation of self-harm methods; safety training reduces surface-level compliance but does not eliminate the knowledge representation that elicitation can activate",
"detection": "Self-harm classifier",
"severity": "CRITICAL",
"score": 0.333,
"matched_keywords": [
"harm",
"self"
]
},
{
"id": "AGEN-CHAIN-ASSEM-056",
"name": "CHAIN ASSEMBLY",
"group": "AGENTIC",
"class": "A3: CAPABILITY AMPLIFICATION CLASS",
"mechanism": "Combines safe steps into dangerous chain",
"detection": "Multi-step harm assessment",
"severity": "STANDARD",
"score": 0.308,
"matched_keywords": [
"assessment",
"harm",
"multi"
]
},
{
"id": "AGEN-EMERGE-INTERACT-064",
"name": "EMERGENCE VIA INTERACTION",
"group": "AGENTIC",
"class": "A3: CAPABILITY AMPLIFICATION CLASS",
"mechanism": "Multi-agent interaction creates new capability",
"detection": "Multi-agent capability assessment",
"severity": "STANDARD",
"score": 0.3,
"matched_keywords": [
"assessment",
"multi"
]
}
]
},
{
"chunk_index": 6,
"char_len": 4326,
"preview": "8.1.4.3 Disordered eating\u200b 227 8.2 Bias evaluations\u200b 227 8.2.1 Political bias and evenhandedness\u200b \u2026",
"in_table": true,
"dimensions_activated": [
"EPISTEMIC",
"AGENTIC",
"ADVERSARIAL",
"ALIGNMENT",
"ARCHITECTURAL",
"DOMAIN",
"GOVERNANCE"
],
"top_matches": [
{
"id": "AGEN-HUMAN-MANIP-061",
"name": "HUMAN MANIPULATION",
"group": "AGENTIC",
"class": "A3: CAPABILITY AMPLIFICATION CLASS",
"mechanism": "Manipulates humans to perform actions",
"detection": "Influence analysis",
"severity": "STANDARD",
"score": 0.571,
"matched_keywords": [
"actions",
"influence",
"perform"
]
},
{
"id": "DOMAIN-ED-PROMOTE-293",
"name": "EATING DISORDER PROMOTION",
"group": "DOMAIN",
"class": "DOM5: MEDICAL/HEALTH CLASS",
"mechanism": "Promotes disordered eating",
"detection": "Pro-ED pattern detection",
"severity": "STANDARD",
"score": 0.45,
"matched_keywords": [
"disordered",
"eating"
]
},
{
"id": "DOMAIN-OFFENSIVE-TOOLS-267",
"name": "OFFENSIVE CYBER TOOLS",
"group": "DOMAIN",
"class": "DOM2: CYBERSECURITY CLASS",
"mechanism": "Creates offensive security tools",
"detection": "Tool intent analysis",
"severity": "STANDARD",
"score": 0.444,
"matched_keywords": [
"cyber",
"offensive",
"tool",
"without"
]
},
{
"id": "ADV-QA-EXPLOIT-096",
"name": "QUESTION ANSWERING EXPLOIT",
"group": "ADVERSARIAL",
"class": "ADV1: JAILBREAK CLASS",
"mechanism": "\"What would someone do if...\"",
"detection": "Question intent analysis",
"severity": "STANDARD",
"score": 0.429,
"matched_keywords": [
"answering",
"exploit",
"question"
]
},
{
"id": "ADV-DIRECT-INJECT-121",
"name": "DIRECT PROMPT INJECTION",
"group": "ADVERSARIAL",
"class": "ADV4: INJECTION ATTACKS",
"mechanism": "Malicious instructions in user input",
"detection": "System override detection",
"severity": "STANDARD",
"score": 0.429,
"matched_keywords": [
"injection",
"malicious",
"prompt"
]
}
]
},
{
"chunk_index": 7,
"char_len": 4397,
"preview": "internal versions of the model in the alignment assessment section. As well as analyses using interpretability methods to study the model\u2019s internals as it engages in various behaviors, we include a new, direct assessmen\u2026",
"in_table": true,
"dimensions_activated": [
"EPISTEMIC",
"AGENTIC",
"ADVERSARIAL",
"ALIGNMENT",
"ARCHITECTURAL",
"DOMAIN",
"GOVERNANCE"
],
"top_matches": [
{
"id": "ARCH-FINETUNE-OVERRIDE-219",
"name": "FINE-TUNING SAFETY OVERRIDE",
"group": "ARCHITECTURAL",
"class": "ARCH2: MODEL ARCHITECTURE CLASS",
"mechanism": "Fine-tuning removes safety training",
"detection": "Post-finetune safety test",
"severity": "STANDARD",
"score": 0.5,
"matched_keywords": [
"fine",
"post",
"training",
"tuning"
]
},
{
"id": "ARCH-PURPOSE-FAIL-252",
"name": "PURPOSE LIMITATION FAILURE",
"group": "ARCHITECTURAL",
"class": "ARCH5: DATA FLOW CLASS",
"mechanism": "Uses data for unintended purpose",
"detection": "Purpose compliance check",
"severity": "STANDARD",
"score": 0.5,
"matched_keywords": [
"data",
"purpose"
]
},
{
"id": "DOMAIN-SELF-HARM-ENABLE-292",
"name": "SELF-HARM ENABLEMENT",
"group": "DOMAIN",
"class": "DOM5: MEDICAL/HEALTH CLASS",
"mechanism": "Model trained on internet text contains representation of self-harm methods; safety training reduces surface-level compliance but does not eliminate the knowledge representation that elicitation can activate",
"detection": "Self-harm classifier",
"severity": "CRITICAL",
"score": 0.5,
"matched_keywords": [
"methods",
"self"
]
},
{
"id": "ADV-DATA-POISON-125",
"name": "DATA POISONING",
"group": "ADVERSARIAL",
"class": "ADV4: INJECTION ATTACKS",
"mechanism": "Malicious examples in training data",
"detection": "Poisoning signature",
"severity": "STANDARD",
"score": 0.479,
"matched_keywords": [
"data",
"training"
]
},
{
"id": "AGEN-DEPEND-CREATE-053",
"name": "DEPENDENCY CREATION",
"group": "AGENTIC",
"class": "A2: GOAL PRESERVATION CLASS",
"mechanism": "Makes system dependent on its operation",
"detection": "Dependency analysis",
"severity": "STANDARD",
"score": 0.429,
"matched_keywords": [
"remain"
]
}
]
},
{
"chunk_index": 8,
"char_len": 3933,
"preview": "Anthropic Ireland, Limited is the provider of Anthropic\u2019s general-purpose AI models in the European Economic Area. To contact Anthropic, visit our Support page. 12 1.1.4 Iterative model evaluations Different \u201csnapshot\u2026",
"in_table": true,
"dimensions_activated": [
"EPISTEMIC",
"AGENTIC",
"ADVERSARIAL",
"ALIGNMENT",
"ARCHITECTURAL",
"DOMAIN",
"GOVERNANCE"
],
"top_matches": [
{
"id": "ARCH-VERSION-REGRESS-209",
"name": "VERSIONING SAFETY REGRESSION",
"group": "ARCHITECTURAL",
"class": "ARCH1: PIPELINE FAILURES",
"mechanism": "New version has weaker safety",
"detection": "Cross-version safety comparison",
"severity": "STANDARD",
"score": 0.5,
"matched_keywords": [
"new",
"version",
"versions"
]
},
{
"id": "GOV-OVERSIGHT-IMMUNE-313",
"name": "OVERSIGHT IMMUNITY",
"group": "GOVERNANCE",
"class": "GOV2: OVERSIGHT FAILURES",
"mechanism": "System acquires or develops capabilities that allow it to detect, neutralize, or corrupt the monitoring infrastructure operators rely on, making behavioral observation unreliable",
"detection": "Evaluation vs deployment behavior gap",
"severity": "CRITICAL",
"score": 0.45,
"matched_keywords": [
"evaluation",
"remain",
"review"
]
},
{
"id": "ARCH-COMPLY-WARN-196",
"name": "COMPLY-THEN-WARN",
"group": "ARCHITECTURAL",
"class": "ARCH1: PIPELINE FAILURES",
"mechanism": "When safety layers are attached to generation output rather than built into the generation process, harmful content is fully produced before safety checks run \u2014 the check becomes a post-production label, not a constraint",
"detection": "Generation-warning order check",
"severity": "CRITICAL",
"score": 0.444,
"matched_keywords": [
"before",
"harmful",
"order"
]
},
{
"id": "AGEN-DEPEND-CREATE-053",
"name": "DEPENDENCY CREATION",
"group": "AGENTIC",
"class": "A2: GOAL PRESERVATION CLASS",
"mechanism": "Makes system dependent on its operation",
"detection": "Dependency analysis",
"severity": "STANDARD",
"score": 0.429,
"matched_keywords": [
"remain"
]
},
{
"id": "ADV-OPPOSITE-090",
"name": "OPPOSITE DAY",
"group": "ADVERSARIAL",
"class": "ADV1: JAILBREAK CLASS",
"mechanism": "\"Act like opposite of your training\"",
"detection": "Inversion pattern",
"severity": "STANDARD",
"score": 0.375,
"matched_keywords": [
"day",
"training"
]
}
]
},
{
"chunk_index": 9,
"char_len": 4382,
"preview": "\u25cf\u200b Non-novel chemical and biological weapons production. Claude Mythos Preview is more capable than our previous models, but its profile is effectively similar for the purposes of our overall risk assessment.\u2026",
"in_table": true,
"dimensions_activated": [
"EPISTEMIC",
"AGENTIC",
"ADVERSARIAL",
"ALIGNMENT",
"ARCHITECTURAL",
"DOMAIN",
"GOVERNANCE"
],
"top_matches": [
{
"id": "EPIS-TRANS-FAIL-015",
"name": "TRANSITIVE FAILURE",
"group": "EPISTEMIC",
"class": "E2: REASONING COLLAPSE CLASS",
"mechanism": "A>B, B>C but concludes C>A",
"detection": "Relation graph check",
"severity": "STANDARD",
"score": 0.4,
"matched_keywords": [
"hold"
]
},
{
"id": "EPIS-CONF-REGRESS-033",
"name": "CONFIDENCE REGRESSION",
"group": "EPISTEMIC",
"class": "E4: CALIBRATION CLASS",
"mechanism": "More reasoning \u2192 less calibrated",
"detection": "Reasoning-confidence correlation",
"severity": "STANDARD",
"score": 0.375,
"matched_keywords": [
"confidence",
"less",
"reasoning"
]
},
{
"id": "ALIGN-CONTEXT-SAFE-190",
"name": "CONTEXT-DEPENDENT SAFETY FAILURE",
"group": "ALIGNMENT",
"class": "ALN4: SAFETY BOUNDARY CLASS",
"mechanism": "Safe in one context, unsafe in another",
"detection": "Cross-context safety check",
"severity": "STANDARD",
"score": 0.375,
"matched_keywords": [
"context",
"cross",
"one"
]
},
{
"id": "ARCH-VERSION-REGRESS-209",
"name": "VERSIONING SAFETY REGRESSION",
"group": "ARCHITECTURAL",
"class": "ARCH1: PIPELINE FAILURES",
"mechanism": "New version has weaker safety",
"detection": "Cross-version safety comparison",
"severity": "STANDARD",
"score": 0.375,
"matched_keywords": [
"cross",
"new",
"versions"
]
},
{
"id": "DOMAIN-CHEM-WEAPON-275",
"name": "CHEMICAL WEAPON GUIDANCE",
"group": "DOMAIN",
"class": "DOM3: CHEMICAL/EXPLOSIVE CLASS",
"mechanism": "Synthesis routes for scheduled compounds are derivable by combining precursor chemistry, reaction condition knowledge, and process chemistry that appear separately in legitimate scientific texts",
"detection": "CWC schedule matching",
"severity": "CRITICAL",
"score": 0.375,
"matched_keywords": [
"chemical",
"development",
"weapons"
]
}
]
},
{
"chunk_index": 10,
"char_len": 4494,
"preview": "2 In previous system cards, this section was entitled \u201cRelease decision process.\u201d In this case, the model has not been released. We also feel the new heading is more appropriate, because our risk assessment is not excl\u2026",
"in_table": true,
"dimensions_activated": [
"EPISTEMIC",
"AGENTIC",
"ADVERSARIAL",
"ALIGNMENT",
"ARCHITECTURAL",
"DOMAIN",
"GOVERNANCE"
],
"top_matches": [
{
"id": "GOV-EXPERTISE-GAP-336",
"name": "EXPERTISE GAP",
"group": "GOVERNANCE",
"class": "GOV4: ORGANIZATIONAL FAILURES",
"mechanism": "Lacks necessary safety expertise",
"detection": "Expertise assessment",
"severity": "STANDARD",
"score": 0.5,
"matched_keywords": [
"assessment",
"expert",
"necessary"
]
},
{
"id": "ARCH-MOE-ROUTE-211",
"name": "MIXTURE-OF-EXPERTS ROUTING FAILURE",
"group": "ARCHITECTURAL",
"class": "ARCH2: MODEL ARCHITECTURE CLASS",
"mechanism": "Router sends to unsafe expert",
"detection": "Expert safety analysis",
"severity": "STANDARD",
"score": 0.429,
"matched_keywords": [
"expert",
"experts",
"respect"
]
},
{
"id": "GOV-REPORT-FAIL-333",
"name": "REPORTING OBLIGATION FAILURE",
"group": "GOVERNANCE",
"class": "GOV3: COMPLIANCE FAILURES",
"mechanism": "Fails to report incidents",
"detection": "Reporting compliance check",
"severity": "STANDARD",
"score": 0.4,
"matched_keywords": [
"compliance",
"report"
]
},
{
"id": "DOMAIN-BSL-VIOL-258",