slopbrick 0.17.4 → 0.18.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/engine/worker.cjs +190 -95
- package/dist/engine/worker.js +190 -95
- package/dist/index.cjs +4299 -3914
- package/dist/index.d.cts +17 -0
- package/dist/index.d.ts +17 -0
- package/dist/index.js +4139 -3764
- package/package.json +1 -1
package/dist/engine/worker.js
CHANGED
|
@@ -39705,7 +39705,8 @@ var signal_strength_default = {
|
|
|
39705
39705
|
precision: 0.8968,
|
|
39706
39706
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
39707
39707
|
verdict: "USEFUL",
|
|
39708
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=1678, FP=193, P=89.7%, FPR=0.10%, lift=6.7. aiSpecific=True."
|
|
39708
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=1678, FP=193, P=89.7%, FPR=0.10%, lift=6.7. aiSpecific=True.",
|
|
39709
|
+
aiSpecific: true
|
|
39709
39710
|
},
|
|
39710
39711
|
"logic/math-any-density": {
|
|
39711
39712
|
recall: 16e-4,
|
|
@@ -39715,7 +39716,8 @@ var signal_strength_default = {
|
|
|
39715
39716
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
39716
39717
|
verdict: "NOISY",
|
|
39717
39718
|
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. NOISY \u2014 TP=376, FP=247, P=60.4%, FPR=0.13%, lift=1.2. aiSpecific=True.",
|
|
39718
|
-
defaultOff: true
|
|
39719
|
+
defaultOff: true,
|
|
39720
|
+
aiSpecific: true
|
|
39719
39721
|
},
|
|
39720
39722
|
"logic/boundary-violation": {
|
|
39721
39723
|
recall: 0.0263,
|
|
@@ -39724,7 +39726,8 @@ var signal_strength_default = {
|
|
|
39724
39726
|
precision: 0.6601,
|
|
39725
39727
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
39726
39728
|
verdict: "HYGIENE",
|
|
39727
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. HYGIENE \u2014 TP=6282, FP=3235, P=66.0%, FPR=1.75%, lift=1.5. aiSpecific=False."
|
|
39729
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. HYGIENE \u2014 TP=6282, FP=3235, P=66.0%, FPR=1.75%, lift=1.5. aiSpecific=False.",
|
|
39730
|
+
aiSpecific: false
|
|
39728
39731
|
},
|
|
39729
39732
|
"logic/reactive-hook-soup": {
|
|
39730
39733
|
recall: 38e-4,
|
|
@@ -39733,7 +39736,8 @@ var signal_strength_default = {
|
|
|
39733
39736
|
precision: 0.8476,
|
|
39734
39737
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
39735
39738
|
verdict: "USEFUL",
|
|
39736
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=901, FP=162, P=84.8%, FPR=0.09%, lift=4.3. aiSpecific=True."
|
|
39739
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=901, FP=162, P=84.8%, FPR=0.09%, lift=4.3. aiSpecific=True.",
|
|
39740
|
+
aiSpecific: true
|
|
39737
39741
|
},
|
|
39738
39742
|
"logic/optimistic-no-rollback": {
|
|
39739
39743
|
recall: 12e-4,
|
|
@@ -39742,7 +39746,8 @@ var signal_strength_default = {
|
|
|
39742
39746
|
precision: 0.824,
|
|
39743
39747
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
39744
39748
|
verdict: "USEFUL",
|
|
39745
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=281, FP=60, P=82.4%, FPR=0.03%, lift=3.6. aiSpecific=True."
|
|
39749
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=281, FP=60, P=82.4%, FPR=0.03%, lift=3.6. aiSpecific=True.",
|
|
39750
|
+
aiSpecific: true
|
|
39746
39751
|
},
|
|
39747
39752
|
"logic/zombie-state": {
|
|
39748
39753
|
recall: 1e-4,
|
|
@@ -39751,7 +39756,8 @@ var signal_strength_default = {
|
|
|
39751
39756
|
precision: 0.9231,
|
|
39752
39757
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
39753
39758
|
verdict: "USEFUL",
|
|
39754
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=24, FP=2, P=92.3%, FPR=0.00%, lift=9.3. aiSpecific=True."
|
|
39759
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=24, FP=2, P=92.3%, FPR=0.00%, lift=9.3. aiSpecific=True.",
|
|
39760
|
+
aiSpecific: true
|
|
39755
39761
|
},
|
|
39756
39762
|
"logic/math-gini-class-usage": {
|
|
39757
39763
|
recall: 13e-4,
|
|
@@ -39760,7 +39766,8 @@ var signal_strength_default = {
|
|
|
39760
39766
|
precision: 0.8683,
|
|
39761
39767
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
39762
39768
|
verdict: "USEFUL",
|
|
39763
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=310, FP=47, P=86.8%, FPR=0.03%, lift=5.1. aiSpecific=True."
|
|
39769
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=310, FP=47, P=86.8%, FPR=0.03%, lift=5.1. aiSpecific=True.",
|
|
39770
|
+
aiSpecific: true
|
|
39764
39771
|
},
|
|
39765
39772
|
"visual/math-color-cluster": {
|
|
39766
39773
|
recall: 2e-4,
|
|
@@ -39769,7 +39776,8 @@ var signal_strength_default = {
|
|
|
39769
39776
|
precision: 0.9206,
|
|
39770
39777
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
39771
39778
|
verdict: "USEFUL",
|
|
39772
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=58, FP=5, P=92.1%, FPR=0.00%, lift=9.0. aiSpecific=True."
|
|
39779
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=58, FP=5, P=92.1%, FPR=0.00%, lift=9.0. aiSpecific=True.",
|
|
39780
|
+
aiSpecific: true
|
|
39773
39781
|
},
|
|
39774
39782
|
"visual/math-default-font": {
|
|
39775
39783
|
recall: 13e-4,
|
|
@@ -39778,7 +39786,8 @@ var signal_strength_default = {
|
|
|
39778
39786
|
precision: 0.8151,
|
|
39779
39787
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
39780
39788
|
verdict: "USEFUL",
|
|
39781
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=313, FP=71, P=81.5%, FPR=0.04%, lift=3.4. aiSpecific=True."
|
|
39789
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=313, FP=71, P=81.5%, FPR=0.04%, lift=3.4. aiSpecific=True.",
|
|
39790
|
+
aiSpecific: true
|
|
39782
39791
|
},
|
|
39783
39792
|
"visual/math-gradient-hue-rotation": {
|
|
39784
39793
|
recall: 0,
|
|
@@ -39788,7 +39797,8 @@ var signal_strength_default = {
|
|
|
39788
39797
|
lastCalibratedAt: "2026-06-25T00:00:00Z",
|
|
39789
39798
|
verdict: "DORMANT",
|
|
39790
39799
|
defaultOff: true,
|
|
39791
|
-
_calibrationNote: "v0.10.1 ship \u2014 not in v4 per-rule table. Default-off until calibration data lands. Backed by: Munsell, A. H. (1905), *A Color Notation*, Munsell Color Company; Itten, J. (1961), *The Art of Color*, Van Nostrand Reinhold. (Munsell color space + Itten color wheel \u2014 hue rotation analysis.)"
|
|
39800
|
+
_calibrationNote: "v0.10.1 ship \u2014 not in v4 per-rule table. Default-off until calibration data lands. Backed by: Munsell, A. H. (1905), *A Color Notation*, Munsell Color Company; Itten, J. (1961), *The Art of Color*, Van Nostrand Reinhold. (Munsell color space + Itten color wheel \u2014 hue rotation analysis.)",
|
|
39801
|
+
aiSpecific: true
|
|
39792
39802
|
},
|
|
39793
39803
|
"visual/math-rounded-entropy": {
|
|
39794
39804
|
recall: 37e-4,
|
|
@@ -39797,7 +39807,8 @@ var signal_strength_default = {
|
|
|
39797
39807
|
precision: 0.9339,
|
|
39798
39808
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
39799
39809
|
verdict: "USEFUL",
|
|
39800
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=876, FP=62, P=93.4%, FPR=0.03%, lift=10.9. aiSpecific=True."
|
|
39810
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=876, FP=62, P=93.4%, FPR=0.03%, lift=10.9. aiSpecific=True.",
|
|
39811
|
+
aiSpecific: true
|
|
39801
39812
|
},
|
|
39802
39813
|
"visual/math-font-entropy": {
|
|
39803
39814
|
recall: 45e-4,
|
|
@@ -39806,7 +39817,8 @@ var signal_strength_default = {
|
|
|
39806
39817
|
precision: 0.8114,
|
|
39807
39818
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
39808
39819
|
verdict: "USEFUL",
|
|
39809
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=1067, FP=248, P=81.1%, FPR=0.13%, lift=3.3. aiSpecific=True."
|
|
39820
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=1067, FP=248, P=81.1%, FPR=0.13%, lift=3.3. aiSpecific=True.",
|
|
39821
|
+
aiSpecific: true
|
|
39810
39822
|
},
|
|
39811
39823
|
"visual/math-spacing-entropy": {
|
|
39812
39824
|
recall: 18e-4,
|
|
@@ -39815,7 +39827,8 @@ var signal_strength_default = {
|
|
|
39815
39827
|
precision: 0.7959,
|
|
39816
39828
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
39817
39829
|
verdict: "USEFUL",
|
|
39818
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=425, FP=109, P=79.6%, FPR=0.06%, lift=3.0. aiSpecific=True."
|
|
39830
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=425, FP=109, P=79.6%, FPR=0.06%, lift=3.0. aiSpecific=True.",
|
|
39831
|
+
aiSpecific: true
|
|
39819
39832
|
},
|
|
39820
39833
|
"visual/clamp-soup": {
|
|
39821
39834
|
recall: 0,
|
|
@@ -39825,7 +39838,8 @@ var signal_strength_default = {
|
|
|
39825
39838
|
lastCalibratedAt: "2026-06-25T00:00:00Z",
|
|
39826
39839
|
verdict: "DORMANT",
|
|
39827
39840
|
defaultOff: true,
|
|
39828
|
-
_calibrationNote: "v0.10.1 ship \u2014 not in v4 per-rule table. Default-off until calibration data lands. Backed by: W3C (2023), CSS Values and Units Module Level 4, W3C CR-css-values-4-20231218. (W3C clamp() spec \u2014 overuse is a code-smell, not a feature.)"
|
|
39841
|
+
_calibrationNote: "v0.10.1 ship \u2014 not in v4 per-rule table. Default-off until calibration data lands. Backed by: W3C (2023), CSS Values and Units Module Level 4, W3C CR-css-values-4-20231218. (W3C clamp() spec \u2014 overuse is a code-smell, not a feature.)",
|
|
39842
|
+
aiSpecific: true
|
|
39829
39843
|
},
|
|
39830
39844
|
"component/giant-component": {
|
|
39831
39845
|
recall: 0.0176,
|
|
@@ -39834,7 +39848,8 @@ var signal_strength_default = {
|
|
|
39834
39848
|
precision: 0.7485,
|
|
39835
39849
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
39836
39850
|
verdict: "USEFUL",
|
|
39837
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=4205, FP=1413, P=74.8%, FPR=0.77%, lift=2.3. aiSpecific=True."
|
|
39851
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=4205, FP=1413, P=74.8%, FPR=0.77%, lift=2.3. aiSpecific=True.",
|
|
39852
|
+
aiSpecific: true
|
|
39838
39853
|
},
|
|
39839
39854
|
"component/shadcn-prop-mismatch": {
|
|
39840
39855
|
recall: 13e-4,
|
|
@@ -39843,7 +39858,8 @@ var signal_strength_default = {
|
|
|
39843
39858
|
precision: 0.929,
|
|
39844
39859
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
39845
39860
|
verdict: "USEFUL",
|
|
39846
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=314, FP=24, P=92.9%, FPR=0.01%, lift=10.1. aiSpecific=True."
|
|
39861
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=314, FP=24, P=92.9%, FPR=0.01%, lift=10.1. aiSpecific=True.",
|
|
39862
|
+
aiSpecific: true
|
|
39847
39863
|
},
|
|
39848
39864
|
"layout/math-grid-uniformity": {
|
|
39849
39865
|
recall: 3e-4,
|
|
@@ -39852,7 +39868,8 @@ var signal_strength_default = {
|
|
|
39852
39868
|
precision: 0.6907,
|
|
39853
39869
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
39854
39870
|
verdict: "OK",
|
|
39855
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. OK \u2014 TP=67, FP=30, P=69.1%, FPR=0.02%, lift=1.7. aiSpecific=True."
|
|
39871
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. OK \u2014 TP=67, FP=30, P=69.1%, FPR=0.02%, lift=1.7. aiSpecific=True.",
|
|
39872
|
+
aiSpecific: true
|
|
39856
39873
|
},
|
|
39857
39874
|
"layout/math-element-uniformity": {
|
|
39858
39875
|
recall: 28e-4,
|
|
@@ -39861,7 +39878,8 @@ var signal_strength_default = {
|
|
|
39861
39878
|
precision: 0.7475,
|
|
39862
39879
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
39863
39880
|
verdict: "USEFUL",
|
|
39864
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=666, FP=225, P=74.7%, FPR=0.12%, lift=2.3. aiSpecific=True."
|
|
39881
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=666, FP=225, P=74.7%, FPR=0.12%, lift=2.3. aiSpecific=True.",
|
|
39882
|
+
aiSpecific: true
|
|
39865
39883
|
},
|
|
39866
39884
|
"typo/math-button-label-uniformity": {
|
|
39867
39885
|
recall: 2e-4,
|
|
@@ -39870,7 +39888,8 @@ var signal_strength_default = {
|
|
|
39870
39888
|
precision: 0.6379,
|
|
39871
39889
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
39872
39890
|
verdict: "HYGIENE",
|
|
39873
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. HYGIENE \u2014 TP=37, FP=21, P=63.8%, FPR=0.01%, lift=1.4. aiSpecific=False."
|
|
39891
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. HYGIENE \u2014 TP=37, FP=21, P=63.8%, FPR=0.01%, lift=1.4. aiSpecific=False.",
|
|
39892
|
+
aiSpecific: false
|
|
39874
39893
|
},
|
|
39875
39894
|
"perf/css-bloat": {
|
|
39876
39895
|
recall: 0.0117,
|
|
@@ -39879,7 +39898,8 @@ var signal_strength_default = {
|
|
|
39879
39898
|
precision: 0.8252,
|
|
39880
39899
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
39881
39900
|
verdict: "HYGIENE",
|
|
39882
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. HYGIENE \u2014 TP=2790, FP=591, P=82.5%, FPR=0.32%, lift=3.6. aiSpecific=False."
|
|
39901
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. HYGIENE \u2014 TP=2790, FP=591, P=82.5%, FPR=0.32%, lift=3.6. aiSpecific=False.",
|
|
39902
|
+
aiSpecific: false
|
|
39883
39903
|
},
|
|
39884
39904
|
"wcag/focus-appearance": {
|
|
39885
39905
|
recall: 26e-4,
|
|
@@ -39888,7 +39908,8 @@ var signal_strength_default = {
|
|
|
39888
39908
|
precision: 0.9623,
|
|
39889
39909
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
39890
39910
|
verdict: "HYGIENE",
|
|
39891
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. HYGIENE \u2014 TP=612, FP=24, P=96.2%, FPR=0.01%, lift=19.7. aiSpecific=False."
|
|
39911
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. HYGIENE \u2014 TP=612, FP=24, P=96.2%, FPR=0.01%, lift=19.7. aiSpecific=False.",
|
|
39912
|
+
aiSpecific: false
|
|
39892
39913
|
},
|
|
39893
39914
|
"wcag/target-size": {
|
|
39894
39915
|
recall: 0,
|
|
@@ -39898,7 +39919,8 @@ var signal_strength_default = {
|
|
|
39898
39919
|
lastCalibratedAt: "2026-06-25T00:00:00Z",
|
|
39899
39920
|
verdict: "DORMANT",
|
|
39900
39921
|
defaultOff: true,
|
|
39901
|
-
_calibrationNote: "v0.10.1 ship \u2014 not in v4 per-rule table. Default-off until calibration data lands. Backed by: W3C (2018), Web Content Accessibility Guidelines (WCAG) 2.1, Success Criterion 2.5.5 (Target Size); Fitts, P. M. (1954), \u2018The Information Capacity of the Human Motor System in Controlling the Amplitude of Movement\u2019, J. Exp. Psychol. 47(6):381-391. (WCAG 2.5.5 + Fitts's Law \u2014 minimum 24\xD724 CSS px tap target.)"
|
|
39922
|
+
_calibrationNote: "v0.10.1 ship \u2014 not in v4 per-rule table. Default-off until calibration data lands. Backed by: W3C (2018), Web Content Accessibility Guidelines (WCAG) 2.1, Success Criterion 2.5.5 (Target Size); Fitts, P. M. (1954), \u2018The Information Capacity of the Human Motor System in Controlling the Amplitude of Movement\u2019, J. Exp. Psychol. 47(6):381-391. (WCAG 2.5.5 + Fitts's Law \u2014 minimum 24\xD724 CSS px tap target.)",
|
|
39923
|
+
aiSpecific: false
|
|
39902
39924
|
},
|
|
39903
39925
|
"component/multiple-components-per-file": {
|
|
39904
39926
|
recall: 0.0681,
|
|
@@ -39907,7 +39929,8 @@ var signal_strength_default = {
|
|
|
39907
39929
|
precision: 0.6294,
|
|
39908
39930
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
39909
39931
|
verdict: "HYGIENE",
|
|
39910
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. HYGIENE \u2014 TP=16288, FP=9589, P=62.9%, FPR=5.20%, lift=1.3. aiSpecific=False."
|
|
39932
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. HYGIENE \u2014 TP=16288, FP=9589, P=62.9%, FPR=5.20%, lift=1.3. aiSpecific=False.",
|
|
39933
|
+
aiSpecific: false
|
|
39911
39934
|
},
|
|
39912
39935
|
"context/import-path-mismatch": {
|
|
39913
39936
|
recall: 0.0739,
|
|
@@ -39916,7 +39939,8 @@ var signal_strength_default = {
|
|
|
39916
39939
|
precision: 0.8079,
|
|
39917
39940
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
39918
39941
|
verdict: "HYGIENE",
|
|
39919
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. HYGIENE \u2014 TP=17672, FP=4202, P=80.8%, FPR=2.28%, lift=3.2. aiSpecific=False."
|
|
39942
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. HYGIENE \u2014 TP=17672, FP=4202, P=80.8%, FPR=2.28%, lift=3.2. aiSpecific=False.",
|
|
39943
|
+
aiSpecific: false
|
|
39920
39944
|
},
|
|
39921
39945
|
"logic/key-prop-missing": {
|
|
39922
39946
|
recall: 17e-4,
|
|
@@ -39925,7 +39949,8 @@ var signal_strength_default = {
|
|
|
39925
39949
|
precision: 0.6246,
|
|
39926
39950
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
39927
39951
|
verdict: "HYGIENE",
|
|
39928
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. HYGIENE \u2014 TP=416, FP=250, P=62.5%, FPR=0.14%, lift=1.3. aiSpecific=False."
|
|
39952
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. HYGIENE \u2014 TP=416, FP=250, P=62.5%, FPR=0.14%, lift=1.3. aiSpecific=False.",
|
|
39953
|
+
aiSpecific: false
|
|
39929
39954
|
},
|
|
39930
39955
|
"logic/math-variable-name-entropy": {
|
|
39931
39956
|
recall: 2e-4,
|
|
@@ -39934,7 +39959,8 @@ var signal_strength_default = {
|
|
|
39934
39959
|
precision: 0.5806,
|
|
39935
39960
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
39936
39961
|
verdict: "HYGIENE",
|
|
39937
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. HYGIENE \u2014 TP=36, FP=26, P=58.1%, FPR=0.01%, lift=1.1. aiSpecific=False."
|
|
39962
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. HYGIENE \u2014 TP=36, FP=26, P=58.1%, FPR=0.01%, lift=1.1. aiSpecific=False.",
|
|
39963
|
+
aiSpecific: false
|
|
39938
39964
|
},
|
|
39939
39965
|
"security/public-admin-route": {
|
|
39940
39966
|
recall: 28e-4,
|
|
@@ -39944,7 +39970,8 @@ var signal_strength_default = {
|
|
|
39944
39970
|
lastCalibratedAt: "2026-06-26T22:30:00Z",
|
|
39945
39971
|
verdict: "HYGIENE",
|
|
39946
39972
|
_calibrationNote: "v4 corpus (2026-06-25): 95,599 neg + 76,550 pos (frontend, TS/TSX/JS/JSX). INVERTED \u2014 TP=217, FP=747, P=22.5%, FPR=0.78%, lift=0.4. [v0.12.2: reclassified to HYGIENE because rule is aiSpecific: false]",
|
|
39947
|
-
defaultOff: true
|
|
39973
|
+
defaultOff: true,
|
|
39974
|
+
aiSpecific: false
|
|
39948
39975
|
},
|
|
39949
39976
|
"security/unsafe-html-render": {
|
|
39950
39977
|
recall: 13e-4,
|
|
@@ -39953,7 +39980,8 @@ var signal_strength_default = {
|
|
|
39953
39980
|
precision: 0.661,
|
|
39954
39981
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
39955
39982
|
verdict: "HYGIENE",
|
|
39956
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. HYGIENE \u2014 TP=312, FP=160, P=66.1%, FPR=0.09%, lift=1.5. aiSpecific=False."
|
|
39983
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. HYGIENE \u2014 TP=312, FP=160, P=66.1%, FPR=0.09%, lift=1.5. aiSpecific=False.",
|
|
39984
|
+
aiSpecific: false
|
|
39957
39985
|
},
|
|
39958
39986
|
"visual/naturalness-anomaly": {
|
|
39959
39987
|
recall: 0.1645,
|
|
@@ -39962,7 +39990,8 @@ var signal_strength_default = {
|
|
|
39962
39990
|
precision: 0.7755,
|
|
39963
39991
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
39964
39992
|
verdict: "USEFUL",
|
|
39965
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=39319, FP=11382, P=77.6%, FPR=6.17%, lift=2.7. aiSpecific=True."
|
|
39993
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=39319, FP=11382, P=77.6%, FPR=6.17%, lift=2.7. aiSpecific=True.",
|
|
39994
|
+
aiSpecific: true
|
|
39966
39995
|
},
|
|
39967
39996
|
"perf/halstead-anomaly": {
|
|
39968
39997
|
recall: 0,
|
|
@@ -39971,7 +40000,8 @@ var signal_strength_default = {
|
|
|
39971
40000
|
precision: 0.75,
|
|
39972
40001
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
39973
40002
|
verdict: "USEFUL",
|
|
39974
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=3, FP=1, P=75.0%, FPR=0.00%, lift=2.3. aiSpecific=True."
|
|
40003
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=3, FP=1, P=75.0%, FPR=0.00%, lift=2.3. aiSpecific=True.",
|
|
40004
|
+
aiSpecific: true
|
|
39975
40005
|
},
|
|
39976
40006
|
"arch/astro-island-leak": {
|
|
39977
40007
|
recall: 0,
|
|
@@ -39981,7 +40011,8 @@ var signal_strength_default = {
|
|
|
39981
40011
|
lastCalibratedAt: "2026-06-25T00:00:00Z",
|
|
39982
40012
|
verdict: "DORMANT",
|
|
39983
40013
|
defaultOff: true,
|
|
39984
|
-
_calibrationNote: "v0.10.1 ship \u2014 not in v4 per-rule table. Default-off until calibration data lands. Backed by: Hevery, M. (2022), \u2018Islands Architecture: A New Pattern for Server-Component Frameworks\u2019, ACM SIGPLAN International Conference on Object-Oriented Programming, Systems, Languages & Applications (OOPSLA), invited talk; Astro Documentation (2023), https://docs.astro.build. (Astro Islands architecture \u2014 client JS should not leak into server components.)"
|
|
40014
|
+
_calibrationNote: "v0.10.1 ship \u2014 not in v4 per-rule table. Default-off until calibration data lands. Backed by: Hevery, M. (2022), \u2018Islands Architecture: A New Pattern for Server-Component Frameworks\u2019, ACM SIGPLAN International Conference on Object-Oriented Programming, Systems, Languages & Applications (OOPSLA), invited talk; Astro Documentation (2023), https://docs.astro.build. (Astro Islands architecture \u2014 client JS should not leak into server components.)",
|
|
40015
|
+
aiSpecific: true
|
|
39985
40016
|
},
|
|
39986
40017
|
"logic/qwik-hook-leak": {
|
|
39987
40018
|
recall: 0,
|
|
@@ -39991,7 +40022,8 @@ var signal_strength_default = {
|
|
|
39991
40022
|
lastCalibratedAt: "2026-06-25T00:00:00Z",
|
|
39992
40023
|
verdict: "DORMANT",
|
|
39993
40024
|
defaultOff: true,
|
|
39994
|
-
_calibrationNote: "v0.10.1 ship \u2014 not in v4 per-rule table. Default-off until calibration data lands. Backed by: Hevery, M. (2022), \u2018Qwik: A Resumable JavaScript Framework\u2019, ACM SIGPLAN OOPSLA companion; Builder.io Technical Report. (Qwik resumability \u2014 serializing state avoids hydration cost.)"
|
|
40025
|
+
_calibrationNote: "v0.10.1 ship \u2014 not in v4 per-rule table. Default-off until calibration data lands. Backed by: Hevery, M. (2022), \u2018Qwik: A Resumable JavaScript Framework\u2019, ACM SIGPLAN OOPSLA companion; Builder.io Technical Report. (Qwik resumability \u2014 serializing state avoids hydration cost.)",
|
|
40026
|
+
aiSpecific: true
|
|
39995
40027
|
},
|
|
39996
40028
|
"test/missing-edge-case": {
|
|
39997
40029
|
recall: 0,
|
|
@@ -40001,7 +40033,8 @@ var signal_strength_default = {
|
|
|
40001
40033
|
lastCalibratedAt: "2026-06-25T00:00:00Z",
|
|
40002
40034
|
verdict: "DORMANT",
|
|
40003
40035
|
defaultOff: true,
|
|
40004
|
-
_calibrationNote: "v0.10.1 ship \u2014 not in v4 per-rule table. Default-off until calibration data lands. Backed by: Myers, G. J. (1979), *The Art of Software Testing*, Wiley-Interscience (canonical boundary value analysis reference); Beizer, B. (1990), *Software Testing Techniques*, 2nd ed., Van Nostrand Reinhold. (Boundary value analysis \u2014 empty / zero / max / null / type-boundary cases.)"
|
|
40036
|
+
_calibrationNote: "v0.10.1 ship \u2014 not in v4 per-rule table. Default-off until calibration data lands. Backed by: Myers, G. J. (1979), *The Art of Software Testing*, Wiley-Interscience (canonical boundary value analysis reference); Beizer, B. (1990), *Software Testing Techniques*, 2nd ed., Van Nostrand Reinhold. (Boundary value analysis \u2014 empty / zero / max / null / type-boundary cases.)",
|
|
40037
|
+
aiSpecific: true
|
|
40005
40038
|
},
|
|
40006
40039
|
"typo/calc-fontsize": {
|
|
40007
40040
|
recall: 0,
|
|
@@ -40011,7 +40044,8 @@ var signal_strength_default = {
|
|
|
40011
40044
|
lastCalibratedAt: "2026-06-25T00:00:00Z",
|
|
40012
40045
|
verdict: "DORMANT",
|
|
40013
40046
|
defaultOff: true,
|
|
40014
|
-
_calibrationNote: "v0.10.1 ship \u2014 not in v4 per-rule table. Default-off until calibration data lands. Backed by: Marcotte, E. (2016), *Responsive Design: Patterns & Principles*, A Book Apart; Brown, J. (2018), *Every Layout*, self-published (rel='https://every-layout.dev'). (Fluid typography via clamp(min, preferred, max).)"
|
|
40047
|
+
_calibrationNote: "v0.10.1 ship \u2014 not in v4 per-rule table. Default-off until calibration data lands. Backed by: Marcotte, E. (2016), *Responsive Design: Patterns & Principles*, A Book Apart; Brown, J. (2018), *Every Layout*, self-published (rel='https://every-layout.dev'). (Fluid typography via clamp(min, preferred, max).)",
|
|
40048
|
+
aiSpecific: false
|
|
40015
40049
|
},
|
|
40016
40050
|
"typo/clamp-offscale": {
|
|
40017
40051
|
recall: 0,
|
|
@@ -40021,7 +40055,8 @@ var signal_strength_default = {
|
|
|
40021
40055
|
lastCalibratedAt: "2026-06-25T00:00:00Z",
|
|
40022
40056
|
verdict: "DORMANT",
|
|
40023
40057
|
defaultOff: true,
|
|
40024
|
-
_calibrationNote: "v0.10.1 ship \u2014 not in v4 per-rule table. Default-off until calibration data lands. Backed by: W3C (2023), CSS Values 4 \xA77.2 (Functional Notations: clamp()); Brown, J. (2018), *Every Layout*. (CSS clamp() \u2014 off-scale (negative, >10rem) values are typos.)"
|
|
40058
|
+
_calibrationNote: "v0.10.1 ship \u2014 not in v4 per-rule table. Default-off until calibration data lands. Backed by: W3C (2023), CSS Values 4 \xA77.2 (Functional Notations: clamp()); Brown, J. (2018), *Every Layout*. (CSS clamp() \u2014 off-scale (negative, >10rem) values are typos.)",
|
|
40059
|
+
aiSpecific: false
|
|
40025
40060
|
},
|
|
40026
40061
|
"typo/math-cta-vocabulary": {
|
|
40027
40062
|
recall: 0,
|
|
@@ -40031,7 +40066,8 @@ var signal_strength_default = {
|
|
|
40031
40066
|
lastCalibratedAt: "2026-06-25T00:00:00Z",
|
|
40032
40067
|
verdict: "DORMANT",
|
|
40033
40068
|
defaultOff: true,
|
|
40034
|
-
_calibrationNote: "v0.10.1 ship \u2014 not in v4 per-rule table. Default-off until calibration data lands. Backed by: Cialdini, R. B. (1984), *Influence: The Psychology of Persuasion*, Harper Business; Krug, S. (2000), *Don't Make Me Think*, 2nd ed., New Riders. (CTA wording \u2014 vague labels reduce click-through per Cialdini commitment/consistency.)"
|
|
40069
|
+
_calibrationNote: "v0.10.1 ship \u2014 not in v4 per-rule table. Default-off until calibration data lands. Backed by: Cialdini, R. B. (1984), *Influence: The Psychology of Persuasion*, Harper Business; Krug, S. (2000), *Don't Make Me Think*, 2nd ed., New Riders. (CTA wording \u2014 vague labels reduce click-through per Cialdini commitment/consistency.)",
|
|
40070
|
+
aiSpecific: true
|
|
40035
40071
|
},
|
|
40036
40072
|
"layout/forced-layout": {
|
|
40037
40073
|
recall: 0,
|
|
@@ -40041,7 +40077,8 @@ var signal_strength_default = {
|
|
|
40041
40077
|
lastCalibratedAt: "2026-06-25T00:00:00Z",
|
|
40042
40078
|
verdict: "DORMANT",
|
|
40043
40079
|
defaultOff: true,
|
|
40044
|
-
_calibrationNote: "v0.10.1 ship \u2014 not in v4 per-rule table. Default-off until calibration data lands. Backed by: Mozilla Developer Network (2023), CSS Grid Layout, https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_grid_layout; W3C (2023), CSS Grid Layout Module Level 3, W3C CR-css-grid-3-20231218. (CSS Grid spec \u2014 forced layout is a fallback hack, not the idiomatic approach.)"
|
|
40080
|
+
_calibrationNote: "v0.10.1 ship \u2014 not in v4 per-rule table. Default-off until calibration data lands. Backed by: Mozilla Developer Network (2023), CSS Grid Layout, https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_grid_layout; W3C (2023), CSS Grid Layout Module Level 3, W3C CR-css-grid-3-20231218. (CSS Grid spec \u2014 forced layout is a fallback hack, not the idiomatic approach.)",
|
|
40081
|
+
aiSpecific: true
|
|
40045
40082
|
},
|
|
40046
40083
|
"visual/generic-centering": {
|
|
40047
40084
|
recall: 0,
|
|
@@ -40051,7 +40088,8 @@ var signal_strength_default = {
|
|
|
40051
40088
|
lastCalibratedAt: "2026-06-25T00:00:00Z",
|
|
40052
40089
|
verdict: "DORMANT",
|
|
40053
40090
|
defaultOff: true,
|
|
40054
|
-
_calibrationNote: "v0.10.1 ship \u2014 not in v4 per-rule table. Default-off until calibration data lands. Backed by: Wertheimer, M. (1923), \u2018Untersuchungen zur Lehre von der Gestalt II\u2019, Psychologische Forschung 4:301-350; M\xFCller-Brockmann, J. (1981), *Grid Systems in Graphic Design*, Niggli. (Gestalt centering + grid systems \u2014 generic centering is anti-grid.)"
|
|
40091
|
+
_calibrationNote: "v0.10.1 ship \u2014 not in v4 per-rule table. Default-off until calibration data lands. Backed by: Wertheimer, M. (1923), \u2018Untersuchungen zur Lehre von der Gestalt II\u2019, Psychologische Forschung 4:301-350; M\xFCller-Brockmann, J. (1981), *Grid Systems in Graphic Design*, Niggli. (Gestalt centering + grid systems \u2014 generic centering is anti-grid.)",
|
|
40092
|
+
aiSpecific: true
|
|
40055
40093
|
},
|
|
40056
40094
|
"product/terminology-drift": {
|
|
40057
40095
|
recall: 85e-4,
|
|
@@ -40060,7 +40098,8 @@ var signal_strength_default = {
|
|
|
40060
40098
|
precision: 0.7956,
|
|
40061
40099
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
40062
40100
|
verdict: "HYGIENE",
|
|
40063
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. HYGIENE \u2014 TP=2028, FP=521, P=79.6%, FPR=0.28%, lift=3.0. aiSpecific=False."
|
|
40101
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. HYGIENE \u2014 TP=2028, FP=521, P=79.6%, FPR=0.28%, lift=3.0. aiSpecific=False.",
|
|
40102
|
+
aiSpecific: false
|
|
40064
40103
|
},
|
|
40065
40104
|
"product/ux-pattern-fragmentation": {
|
|
40066
40105
|
recall: 1e-4,
|
|
@@ -40069,7 +40108,8 @@ var signal_strength_default = {
|
|
|
40069
40108
|
precision: 0.8,
|
|
40070
40109
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
40071
40110
|
verdict: "USEFUL",
|
|
40072
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=32, FP=8, P=80.0%, FPR=0.00%, lift=3.1. aiSpecific=True."
|
|
40111
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=32, FP=8, P=80.0%, FPR=0.00%, lift=3.1. aiSpecific=True.",
|
|
40112
|
+
aiSpecific: true
|
|
40073
40113
|
},
|
|
40074
40114
|
"security/sql-construction": {
|
|
40075
40115
|
recall: 3e-3,
|
|
@@ -40078,7 +40118,8 @@ var signal_strength_default = {
|
|
|
40078
40118
|
precision: 0.6788,
|
|
40079
40119
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
40080
40120
|
verdict: "OK",
|
|
40081
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. OK \u2014 TP=710, FP=336, P=67.9%, FPR=0.18%, lift=1.6. aiSpecific=True."
|
|
40121
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. OK \u2014 TP=710, FP=336, P=67.9%, FPR=0.18%, lift=1.6. aiSpecific=True.",
|
|
40122
|
+
aiSpecific: true
|
|
40082
40123
|
},
|
|
40083
40124
|
"security/missing-auth-check": {
|
|
40084
40125
|
recall: 63e-4,
|
|
@@ -40087,7 +40128,8 @@ var signal_strength_default = {
|
|
|
40087
40128
|
precision: 0.9247,
|
|
40088
40129
|
lastCalibratedAt: "2026-06-26T22:30:00Z",
|
|
40089
40130
|
verdict: "USEFUL",
|
|
40090
|
-
_calibrationNote: "v4 corpus (2026-06-25): 95,599 neg + 76,550 pos (frontend, TS/TSX/JS/JSX). USEFUL \u2014 TP=479, FP=39, P=92.5%, FPR=0.04%, lift=15.3."
|
|
40131
|
+
_calibrationNote: "v4 corpus (2026-06-25): 95,599 neg + 76,550 pos (frontend, TS/TSX/JS/JSX). USEFUL \u2014 TP=479, FP=39, P=92.5%, FPR=0.04%, lift=15.3.",
|
|
40132
|
+
aiSpecific: false
|
|
40091
40133
|
},
|
|
40092
40134
|
"security/dangerous-cors": {
|
|
40093
40135
|
recall: 5e-4,
|
|
@@ -40097,7 +40139,8 @@ var signal_strength_default = {
|
|
|
40097
40139
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
40098
40140
|
verdict: "NOISY",
|
|
40099
40141
|
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. NOISY \u2014 TP=114, FP=84, P=57.6%, FPR=0.05%, lift=1.0. aiSpecific=True.",
|
|
40100
|
-
defaultOff: true
|
|
40142
|
+
defaultOff: true,
|
|
40143
|
+
aiSpecific: true
|
|
40101
40144
|
},
|
|
40102
40145
|
"test/duplicate-setup": {
|
|
40103
40146
|
recall: 1e-4,
|
|
@@ -40106,7 +40149,8 @@ var signal_strength_default = {
|
|
|
40106
40149
|
precision: 0.8235,
|
|
40107
40150
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
40108
40151
|
verdict: "USEFUL",
|
|
40109
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=14, FP=3, P=82.4%, FPR=0.00%, lift=3.6. aiSpecific=True."
|
|
40152
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=14, FP=3, P=82.4%, FPR=0.00%, lift=3.6. aiSpecific=True.",
|
|
40153
|
+
aiSpecific: true
|
|
40110
40154
|
},
|
|
40111
40155
|
"logic/ghost-defensive": {
|
|
40112
40156
|
recall: 1e-4,
|
|
@@ -40115,7 +40159,8 @@ var signal_strength_default = {
|
|
|
40115
40159
|
precision: 0.8824,
|
|
40116
40160
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
40117
40161
|
verdict: "USEFUL",
|
|
40118
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=15, FP=2, P=88.2%, FPR=0.00%, lift=5.8. aiSpecific=True."
|
|
40162
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=15, FP=2, P=88.2%, FPR=0.00%, lift=5.8. aiSpecific=True.",
|
|
40163
|
+
aiSpecific: true
|
|
40119
40164
|
},
|
|
40120
40165
|
"typo/calc-raw-px": {
|
|
40121
40166
|
recall: 0,
|
|
@@ -40124,7 +40169,8 @@ var signal_strength_default = {
|
|
|
40124
40169
|
precision: 0.75,
|
|
40125
40170
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
40126
40171
|
verdict: "HYGIENE",
|
|
40127
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. HYGIENE \u2014 TP=3, FP=1, P=75.0%, FPR=0.00%, lift=2.3. aiSpecific=False."
|
|
40172
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. HYGIENE \u2014 TP=3, FP=1, P=75.0%, FPR=0.00%, lift=2.3. aiSpecific=False.",
|
|
40173
|
+
aiSpecific: false
|
|
40128
40174
|
},
|
|
40129
40175
|
"security/fail-open-auth": {
|
|
40130
40176
|
recall: 0,
|
|
@@ -40133,7 +40179,8 @@ var signal_strength_default = {
|
|
|
40133
40179
|
precision: 1,
|
|
40134
40180
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
40135
40181
|
verdict: "USEFUL",
|
|
40136
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=1, FP=0, P=100.0%, FPR=0.00%, lift=inf. aiSpecific=True."
|
|
40182
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=1, FP=0, P=100.0%, FPR=0.00%, lift=inf. aiSpecific=True.",
|
|
40183
|
+
aiSpecific: true
|
|
40137
40184
|
},
|
|
40138
40185
|
"wcag/focus-obscured": {
|
|
40139
40186
|
recall: 33e-4,
|
|
@@ -40142,7 +40189,8 @@ var signal_strength_default = {
|
|
|
40142
40189
|
precision: 0.82,
|
|
40143
40190
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
40144
40191
|
verdict: "HYGIENE",
|
|
40145
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. HYGIENE \u2014 TP=797, FP=175, P=82.0%, FPR=0.09%, lift=3.5. aiSpecific=False."
|
|
40192
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. HYGIENE \u2014 TP=797, FP=175, P=82.0%, FPR=0.09%, lift=3.5. aiSpecific=False.",
|
|
40193
|
+
aiSpecific: false
|
|
40146
40194
|
},
|
|
40147
40195
|
"visual/arbitrary-escape": {
|
|
40148
40196
|
recall: 25e-4,
|
|
@@ -40151,7 +40199,8 @@ var signal_strength_default = {
|
|
|
40151
40199
|
precision: 0.7802,
|
|
40152
40200
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
40153
40201
|
verdict: "USEFUL",
|
|
40154
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=600, FP=169, P=78.0%, FPR=0.09%, lift=2.7. aiSpecific=True."
|
|
40202
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=600, FP=169, P=78.0%, FPR=0.09%, lift=2.7. aiSpecific=True.",
|
|
40203
|
+
aiSpecific: true
|
|
40155
40204
|
},
|
|
40156
40205
|
"security/hardcoded-secret": {
|
|
40157
40206
|
recall: 13e-4,
|
|
@@ -40160,7 +40209,8 @@ var signal_strength_default = {
|
|
|
40160
40209
|
precision: 0.6899,
|
|
40161
40210
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
40162
40211
|
verdict: "OK",
|
|
40163
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. OK \u2014 TP=307, FP=138, P=69.0%, FPR=0.07%, lift=1.7. aiSpecific=True."
|
|
40212
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. OK \u2014 TP=307, FP=138, P=69.0%, FPR=0.07%, lift=1.7. aiSpecific=True.",
|
|
40213
|
+
aiSpecific: true
|
|
40164
40214
|
},
|
|
40165
40215
|
"visual/radius-scale-violation": {
|
|
40166
40216
|
recall: 4e-4,
|
|
@@ -40169,7 +40219,8 @@ var signal_strength_default = {
|
|
|
40169
40219
|
precision: 0.9697,
|
|
40170
40220
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
40171
40221
|
verdict: "HYGIENE",
|
|
40172
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. HYGIENE \u2014 TP=96, FP=3, P=97.0%, FPR=0.00%, lift=24.7. aiSpecific=False."
|
|
40222
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. HYGIENE \u2014 TP=96, FP=3, P=97.0%, FPR=0.00%, lift=24.7. aiSpecific=False.",
|
|
40223
|
+
aiSpecific: false
|
|
40173
40224
|
},
|
|
40174
40225
|
"test/fake-placeholder": {
|
|
40175
40226
|
recall: 53e-4,
|
|
@@ -40178,7 +40229,8 @@ var signal_strength_default = {
|
|
|
40178
40229
|
precision: 0.7854,
|
|
40179
40230
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
40180
40231
|
verdict: "USEFUL",
|
|
40181
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=1259, FP=344, P=78.5%, FPR=0.19%, lift=2.8. aiSpecific=True."
|
|
40232
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=1259, FP=344, P=78.5%, FPR=0.19%, lift=2.8. aiSpecific=True.",
|
|
40233
|
+
aiSpecific: true
|
|
40182
40234
|
},
|
|
40183
40235
|
"security/exposed-env-var": {
|
|
40184
40236
|
recall: 6e-4,
|
|
@@ -40187,7 +40239,8 @@ var signal_strength_default = {
|
|
|
40187
40239
|
precision: 0.5387,
|
|
40188
40240
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
40189
40241
|
verdict: "HYGIENE",
|
|
40190
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. HYGIENE \u2014 TP=146, FP=125, P=53.9%, FPR=0.07%, lift=0.9. aiSpecific=False."
|
|
40242
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. HYGIENE \u2014 TP=146, FP=125, P=53.9%, FPR=0.07%, lift=0.9. aiSpecific=False.",
|
|
40243
|
+
aiSpecific: false
|
|
40191
40244
|
},
|
|
40192
40245
|
"perf/cls-image": {
|
|
40193
40246
|
recall: 2e-4,
|
|
@@ -40196,7 +40249,8 @@ var signal_strength_default = {
|
|
|
40196
40249
|
precision: 0.5104,
|
|
40197
40250
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
40198
40251
|
verdict: "HYGIENE",
|
|
40199
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. HYGIENE \u2014 TP=49, FP=47, P=51.0%, FPR=0.03%, lift=0.8. aiSpecific=False."
|
|
40252
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. HYGIENE \u2014 TP=49, FP=47, P=51.0%, FPR=0.03%, lift=0.8. aiSpecific=False.",
|
|
40253
|
+
aiSpecific: false
|
|
40200
40254
|
},
|
|
40201
40255
|
"layout/gap-monopoly": {
|
|
40202
40256
|
recall: 4e-4,
|
|
@@ -40205,7 +40259,8 @@ var signal_strength_default = {
|
|
|
40205
40259
|
precision: 0.7928,
|
|
40206
40260
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
40207
40261
|
verdict: "HYGIENE",
|
|
40208
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. HYGIENE \u2014 TP=88, FP=23, P=79.3%, FPR=0.01%, lift=3.0. aiSpecific=False."
|
|
40262
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. HYGIENE \u2014 TP=88, FP=23, P=79.3%, FPR=0.01%, lift=3.0. aiSpecific=False.",
|
|
40263
|
+
aiSpecific: false
|
|
40209
40264
|
},
|
|
40210
40265
|
"visual/spacing-scale-violation": {
|
|
40211
40266
|
recall: 83e-4,
|
|
@@ -40214,7 +40269,8 @@ var signal_strength_default = {
|
|
|
40214
40269
|
precision: 0.7342,
|
|
40215
40270
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
40216
40271
|
verdict: "HYGIENE",
|
|
40217
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. HYGIENE \u2014 TP=1981, FP=717, P=73.4%, FPR=0.39%, lift=2.1. aiSpecific=False."
|
|
40272
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. HYGIENE \u2014 TP=1981, FP=717, P=73.4%, FPR=0.39%, lift=2.1. aiSpecific=False.",
|
|
40273
|
+
aiSpecific: false
|
|
40218
40274
|
},
|
|
40219
40275
|
"visual/inline-style-dominance": {
|
|
40220
40276
|
recall: 96e-4,
|
|
@@ -40223,7 +40279,8 @@ var signal_strength_default = {
|
|
|
40223
40279
|
precision: 0.6535,
|
|
40224
40280
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
40225
40281
|
verdict: "HYGIENE",
|
|
40226
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. HYGIENE \u2014 TP=2303, FP=1221, P=65.4%, FPR=0.66%, lift=1.5. aiSpecific=False."
|
|
40282
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. HYGIENE \u2014 TP=2303, FP=1221, P=65.4%, FPR=0.66%, lift=1.5. aiSpecific=False.",
|
|
40283
|
+
aiSpecific: false
|
|
40227
40284
|
},
|
|
40228
40285
|
"layout/spacing-grid": {
|
|
40229
40286
|
recall: 2e-4,
|
|
@@ -40232,7 +40289,8 @@ var signal_strength_default = {
|
|
|
40232
40289
|
precision: 0.7222,
|
|
40233
40290
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
40234
40291
|
verdict: "HYGIENE",
|
|
40235
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. HYGIENE \u2014 TP=39, FP=15, P=72.2%, FPR=0.01%, lift=2.0. aiSpecific=False."
|
|
40292
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. HYGIENE \u2014 TP=39, FP=15, P=72.2%, FPR=0.01%, lift=2.0. aiSpecific=False.",
|
|
40293
|
+
aiSpecific: false
|
|
40236
40294
|
},
|
|
40237
40295
|
"wcag/dragging-movements": {
|
|
40238
40296
|
recall: 0,
|
|
@@ -40241,7 +40299,8 @@ var signal_strength_default = {
|
|
|
40241
40299
|
precision: 0.4,
|
|
40242
40300
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
40243
40301
|
verdict: "HYGIENE",
|
|
40244
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. HYGIENE \u2014 TP=2, FP=3, P=40.0%, FPR=0.00%, lift=0.5. aiSpecific=False."
|
|
40302
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. HYGIENE \u2014 TP=2, FP=3, P=40.0%, FPR=0.00%, lift=0.5. aiSpecific=False.",
|
|
40303
|
+
aiSpecific: false
|
|
40245
40304
|
},
|
|
40246
40305
|
"test/weak-assertion": {
|
|
40247
40306
|
recall: 0.0414,
|
|
@@ -40250,7 +40309,8 @@ var signal_strength_default = {
|
|
|
40250
40309
|
precision: 0.8622,
|
|
40251
40310
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
40252
40311
|
verdict: "USEFUL",
|
|
40253
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=9906, FP=1583, P=86.2%, FPR=0.86%, lift=4.8. aiSpecific=True."
|
|
40312
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=9906, FP=1583, P=86.2%, FPR=0.86%, lift=4.8. aiSpecific=True.",
|
|
40313
|
+
aiSpecific: true
|
|
40254
40314
|
},
|
|
40255
40315
|
"logic/bayesian-conditional": {
|
|
40256
40316
|
recall: 0,
|
|
@@ -40260,7 +40320,8 @@ var signal_strength_default = {
|
|
|
40260
40320
|
lastCalibratedAt: "2026-06-27T00:00:00Z",
|
|
40261
40321
|
verdict: "DORMANT",
|
|
40262
40322
|
defaultOff: true,
|
|
40263
|
-
_calibrationNote: "v0.12.0 ship \u2014 new Bayesian LR-combiner rule (Bento et al. 2024 *Neurocomputing*). Default-off until v0.12 corpus re-calibration lands. Threshold P(AI|fires) \u2265 0.7; posterior computed from per-rule likelihood ratios."
|
|
40323
|
+
_calibrationNote: "v0.12.0 ship \u2014 new Bayesian LR-combiner rule (Bento et al. 2024 *Neurocomputing*). Default-off until v0.12 corpus re-calibration lands. Threshold P(AI|fires) \u2265 0.7; posterior computed from per-rule likelihood ratios.",
|
|
40324
|
+
aiSpecific: true
|
|
40264
40325
|
},
|
|
40265
40326
|
"logic/heaps-deviation": {
|
|
40266
40327
|
recall: 0.0122,
|
|
@@ -40269,7 +40330,8 @@ var signal_strength_default = {
|
|
|
40269
40330
|
precision: 0.5461,
|
|
40270
40331
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
40271
40332
|
verdict: "HYGIENE",
|
|
40272
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. HYGIENE \u2014 TP=2924, FP=2430, P=54.6%, FPR=1.32%, lift=0.9. aiSpecific=False."
|
|
40333
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. HYGIENE \u2014 TP=2924, FP=2430, P=54.6%, FPR=1.32%, lift=0.9. aiSpecific=False.",
|
|
40334
|
+
aiSpecific: false
|
|
40273
40335
|
},
|
|
40274
40336
|
"logic/ks-distribution-shift": {
|
|
40275
40337
|
recall: 0.6375,
|
|
@@ -40278,7 +40340,8 @@ var signal_strength_default = {
|
|
|
40278
40340
|
precision: 0.7096,
|
|
40279
40341
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
40280
40342
|
verdict: "HYGIENE",
|
|
40281
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. HYGIENE \u2014 TP=152391, FP=62358, P=71.0%, FPR=33.80%, lift=1.9. aiSpecific=False."
|
|
40343
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. HYGIENE \u2014 TP=152391, FP=62358, P=71.0%, FPR=33.80%, lift=1.9. aiSpecific=False.",
|
|
40344
|
+
aiSpecific: false
|
|
40282
40345
|
},
|
|
40283
40346
|
"logic/zipf-slope-anomaly": {
|
|
40284
40347
|
recall: 0.0156,
|
|
@@ -40287,7 +40350,8 @@ var signal_strength_default = {
|
|
|
40287
40350
|
precision: 0.6983,
|
|
40288
40351
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
40289
40352
|
verdict: "HYGIENE",
|
|
40290
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. HYGIENE \u2014 TP=3718, FP=1606, P=69.8%, FPR=0.87%, lift=1.8. aiSpecific=False."
|
|
40353
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. HYGIENE \u2014 TP=3718, FP=1606, P=69.8%, FPR=0.87%, lift=1.8. aiSpecific=False.",
|
|
40354
|
+
aiSpecific: false
|
|
40291
40355
|
},
|
|
40292
40356
|
"ai/markdown-leakage": {
|
|
40293
40357
|
recall: 0,
|
|
@@ -40296,7 +40360,8 @@ var signal_strength_default = {
|
|
|
40296
40360
|
precision: 0.7143,
|
|
40297
40361
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
40298
40362
|
verdict: "OK",
|
|
40299
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. OK \u2014 TP=5, FP=2, P=71.4%, FPR=0.00%, lift=1.9. aiSpecific=True."
|
|
40363
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. OK \u2014 TP=5, FP=2, P=71.4%, FPR=0.00%, lift=1.9. aiSpecific=True.",
|
|
40364
|
+
aiSpecific: true
|
|
40300
40365
|
},
|
|
40301
40366
|
"ai/comment-ratio": {
|
|
40302
40367
|
recall: 0.2523,
|
|
@@ -40305,7 +40370,8 @@ var signal_strength_default = {
|
|
|
40305
40370
|
precision: 0.6687,
|
|
40306
40371
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
40307
40372
|
verdict: "OK",
|
|
40308
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. OK \u2014 TP=60308, FP=29876, P=66.9%, FPR=16.19%, lift=1.6. aiSpecific=True."
|
|
40373
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. OK \u2014 TP=60308, FP=29876, P=66.9%, FPR=16.19%, lift=1.6. aiSpecific=True.",
|
|
40374
|
+
aiSpecific: true
|
|
40309
40375
|
},
|
|
40310
40376
|
"ai/whitespace-regularity": {
|
|
40311
40377
|
recall: 0.0731,
|
|
@@ -40315,7 +40381,8 @@ var signal_strength_default = {
|
|
|
40315
40381
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
40316
40382
|
verdict: "NOISY",
|
|
40317
40383
|
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. NOISY \u2014 TP=17466, FP=13438, P=56.5%, FPR=7.28%, lift=1.0. aiSpecific=True.",
|
|
40318
|
-
defaultOff: true
|
|
40384
|
+
defaultOff: true,
|
|
40385
|
+
aiSpecific: true
|
|
40319
40386
|
},
|
|
40320
40387
|
"ai/text-like-ratio": {
|
|
40321
40388
|
recall: 0,
|
|
@@ -40324,7 +40391,8 @@ var signal_strength_default = {
|
|
|
40324
40391
|
precision: 0.75,
|
|
40325
40392
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
40326
40393
|
verdict: "USEFUL",
|
|
40327
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=3, FP=1, P=75.0%, FPR=0.00%, lift=2.3. aiSpecific=True."
|
|
40394
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=3, FP=1, P=75.0%, FPR=0.00%, lift=2.3. aiSpecific=True.",
|
|
40395
|
+
aiSpecific: true
|
|
40328
40396
|
},
|
|
40329
40397
|
"ai/errors-near-eof": {
|
|
40330
40398
|
recall: 0.0697,
|
|
@@ -40334,7 +40402,8 @@ var signal_strength_default = {
|
|
|
40334
40402
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
40335
40403
|
verdict: "NOISY",
|
|
40336
40404
|
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. NOISY \u2014 TP=16673, FP=10112, P=62.2%, FPR=5.48%, lift=1.3. aiSpecific=True.",
|
|
40337
|
-
defaultOff: true
|
|
40405
|
+
defaultOff: true,
|
|
40406
|
+
aiSpecific: true
|
|
40338
40407
|
},
|
|
40339
40408
|
"ai/any-density": {
|
|
40340
40409
|
recall: 55e-4,
|
|
@@ -40344,7 +40413,8 @@ var signal_strength_default = {
|
|
|
40344
40413
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
40345
40414
|
verdict: "NOISY",
|
|
40346
40415
|
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. NOISY \u2014 TP=1313, FP=758, P=63.4%, FPR=0.41%, lift=1.3. aiSpecific=True.",
|
|
40347
|
-
defaultOff: true
|
|
40416
|
+
defaultOff: true,
|
|
40417
|
+
aiSpecific: true
|
|
40348
40418
|
},
|
|
40349
40419
|
"ai/renyi-profile": {
|
|
40350
40420
|
recall: 0,
|
|
@@ -40354,7 +40424,8 @@ var signal_strength_default = {
|
|
|
40354
40424
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
40355
40425
|
verdict: "INVERTED",
|
|
40356
40426
|
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. INVERTED \u2014 TP=3, FP=9, P=25.0%, FPR=0.00%, lift=0.3. aiSpecific=True.",
|
|
40357
|
-
defaultOff: true
|
|
40427
|
+
defaultOff: true,
|
|
40428
|
+
aiSpecific: true
|
|
40358
40429
|
},
|
|
40359
40430
|
"ai/log-rank-histogram": {
|
|
40360
40431
|
recall: 0,
|
|
@@ -40363,7 +40434,8 @@ var signal_strength_default = {
|
|
|
40363
40434
|
precision: 0,
|
|
40364
40435
|
lastCalibratedAt: "2026-06-27T00:00:00Z",
|
|
40365
40436
|
verdict: "OK",
|
|
40366
|
-
_calibrationNote: "v0.13.0 stub: rule implemented per Gehrmann 2019 GLTR; calibration on v7 corpus pending. v0.13.0: marked OK (peer-reviewed math backing; lift=0 because v7 calibration has not been run yet \u2014 will be re-evaluated)."
|
|
40437
|
+
_calibrationNote: "v0.13.0 stub: rule implemented per Gehrmann 2019 GLTR; calibration on v7 corpus pending. v0.13.0: marked OK (peer-reviewed math backing; lift=0 because v7 calibration has not been run yet \u2014 will be re-evaluated).",
|
|
40438
|
+
aiSpecific: true
|
|
40367
40439
|
},
|
|
40368
40440
|
"ai/segment-surprisal-cv": {
|
|
40369
40441
|
recall: 0.182,
|
|
@@ -40372,7 +40444,8 @@ var signal_strength_default = {
|
|
|
40372
40444
|
precision: 0.7438,
|
|
40373
40445
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
40374
40446
|
verdict: "USEFUL",
|
|
40375
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=43498, FP=14983, P=74.4%, FPR=8.12%, lift=2.2. aiSpecific=True."
|
|
40447
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=43498, FP=14983, P=74.4%, FPR=8.12%, lift=2.2. aiSpecific=True.",
|
|
40448
|
+
aiSpecific: true
|
|
40376
40449
|
},
|
|
40377
40450
|
"ai/compression-profile": {
|
|
40378
40451
|
recall: 0.3139,
|
|
@@ -40381,7 +40454,8 @@ var signal_strength_default = {
|
|
|
40381
40454
|
precision: 0.732,
|
|
40382
40455
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
40383
40456
|
verdict: "USEFUL",
|
|
40384
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=75031, FP=27473, P=73.2%, FPR=14.89%, lift=2.1. aiSpecific=True."
|
|
40457
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=75031, FP=27473, P=73.2%, FPR=14.89%, lift=2.1. aiSpecific=True.",
|
|
40458
|
+
aiSpecific: true
|
|
40385
40459
|
},
|
|
40386
40460
|
"ai/tailwind-color-overuse": {
|
|
40387
40461
|
recall: 0.0216,
|
|
@@ -40390,7 +40464,8 @@ var signal_strength_default = {
|
|
|
40390
40464
|
precision: 0.8436,
|
|
40391
40465
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
40392
40466
|
verdict: "USEFUL",
|
|
40393
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=5169, FP=958, P=84.4%, FPR=0.52%, lift=4.2. aiSpecific=True."
|
|
40467
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=5169, FP=958, P=84.4%, FPR=0.52%, lift=4.2. aiSpecific=True.",
|
|
40468
|
+
aiSpecific: true
|
|
40394
40469
|
},
|
|
40395
40470
|
"ai/default-react-stack": {
|
|
40396
40471
|
recall: 1e-3,
|
|
@@ -40399,7 +40474,8 @@ var signal_strength_default = {
|
|
|
40399
40474
|
precision: 0.9957,
|
|
40400
40475
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
40401
40476
|
verdict: "USEFUL",
|
|
40402
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=231, FP=1, P=99.6%, FPR=0.00%, lift=178.3. aiSpecific=True."
|
|
40477
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=231, FP=1, P=99.6%, FPR=0.00%, lift=178.3. aiSpecific=True.",
|
|
40478
|
+
aiSpecific: true
|
|
40403
40479
|
},
|
|
40404
40480
|
"ai/library-reinvention": {
|
|
40405
40481
|
recall: 3e-4,
|
|
@@ -40408,7 +40484,8 @@ var signal_strength_default = {
|
|
|
40408
40484
|
precision: 0.9275,
|
|
40409
40485
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
40410
40486
|
verdict: "USEFUL",
|
|
40411
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=64, FP=5, P=92.8%, FPR=0.00%, lift=9.9. aiSpecific=True."
|
|
40487
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=64, FP=5, P=92.8%, FPR=0.00%, lift=9.9. aiSpecific=True.",
|
|
40488
|
+
aiSpecific: true
|
|
40412
40489
|
},
|
|
40413
40490
|
"ai/state-default-overuse": {
|
|
40414
40491
|
recall: 29e-4,
|
|
@@ -40417,7 +40494,8 @@ var signal_strength_default = {
|
|
|
40417
40494
|
precision: 0.8161,
|
|
40418
40495
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
40419
40496
|
verdict: "USEFUL",
|
|
40420
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=701, FP=158, P=81.6%, FPR=0.09%, lift=3.4. aiSpecific=True."
|
|
40497
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=701, FP=158, P=81.6%, FPR=0.09%, lift=3.4. aiSpecific=True.",
|
|
40498
|
+
aiSpecific: true
|
|
40421
40499
|
},
|
|
40422
40500
|
"ai/fetch-default-overuse": {
|
|
40423
40501
|
recall: 28e-4,
|
|
@@ -40426,7 +40504,8 @@ var signal_strength_default = {
|
|
|
40426
40504
|
precision: 0.8976,
|
|
40427
40505
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
40428
40506
|
verdict: "USEFUL",
|
|
40429
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=666, FP=76, P=89.8%, FPR=0.04%, lift=6.8. aiSpecific=True."
|
|
40507
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=666, FP=76, P=89.8%, FPR=0.04%, lift=6.8. aiSpecific=True.",
|
|
40508
|
+
aiSpecific: true
|
|
40430
40509
|
},
|
|
40431
40510
|
"ai/console-debug-storm": {
|
|
40432
40511
|
recall: 8e-3,
|
|
@@ -40435,7 +40514,8 @@ var signal_strength_default = {
|
|
|
40435
40514
|
precision: 0.9161,
|
|
40436
40515
|
lastCalibratedAt: "2026-06-27T12:00:00Z",
|
|
40437
40516
|
verdict: "USEFUL",
|
|
40438
|
-
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=1912, FP=175, P=91.6%, FPR=0.09%, lift=8.4. aiSpecific=True."
|
|
40517
|
+
_calibrationNote: "v7 corpus re-calibration (2026-06-27, min-date=2025-01-01): 184488 neg + 239054 pos. USEFUL \u2014 TP=1912, FP=175, P=91.6%, FPR=0.09%, lift=8.4. aiSpecific=True.",
|
|
40518
|
+
aiSpecific: true
|
|
40439
40519
|
},
|
|
40440
40520
|
"db/missing-fk-index": {
|
|
40441
40521
|
recall: 0,
|
|
@@ -40445,7 +40525,8 @@ var signal_strength_default = {
|
|
|
40445
40525
|
lastCalibratedAt: "2026-06-30T00:00:00Z",
|
|
40446
40526
|
verdict: "DORMANT",
|
|
40447
40527
|
defaultOff: true,
|
|
40448
|
-
_calibrationNote: "v0.17.0 ship \u2014 not in v7 per-rule table. Default-off until calibration data lands. Backed by: PostgreSQL Global Development Group (2024), *PostgreSQL 16 Documentation \xA75.4 (Constraints)*, https://www.postgresql.org/docs/16/ddl-constraints.html; Squawk (2023), *Postgres linter rules*, https://github.com/sqllabs/squawk, rule `require-index-for-fk`. (Foreign key columns need a matching index \u2014 sequential scan on parent delete is a canonical Postgres anti-pattern.)"
|
|
40528
|
+
_calibrationNote: "v0.17.0 ship \u2014 not in v7 per-rule table. Default-off until calibration data lands. Backed by: PostgreSQL Global Development Group (2024), *PostgreSQL 16 Documentation \xA75.4 (Constraints)*, https://www.postgresql.org/docs/16/ddl-constraints.html; Squawk (2023), *Postgres linter rules*, https://github.com/sqllabs/squawk, rule `require-index-for-fk`. (Foreign key columns need a matching index \u2014 sequential scan on parent delete is a canonical Postgres anti-pattern.)",
|
|
40529
|
+
aiSpecific: false
|
|
40449
40530
|
},
|
|
40450
40531
|
"db/duplicate-index": {
|
|
40451
40532
|
recall: 0,
|
|
@@ -40455,7 +40536,8 @@ var signal_strength_default = {
|
|
|
40455
40536
|
lastCalibratedAt: "2026-06-30T00:00:00Z",
|
|
40456
40537
|
verdict: "DORMANT",
|
|
40457
40538
|
defaultOff: true,
|
|
40458
|
-
_calibrationNote: "v0.17.0 ship \u2014 not in v7 per-rule table. Default-off until calibration data lands. Backed by: PostgreSQL Global Development Group (2024), *PostgreSQL 16 Documentation \xA711.2 (Index Types)*; Heroku Postgres Team (2018), *Efficient Use of PostgreSQL Indexes*. (Duplicate indexes silently double write cost without read benefit \u2014 Postgres does not warn.)"
|
|
40539
|
+
_calibrationNote: "v0.17.0 ship \u2014 not in v7 per-rule table. Default-off until calibration data lands. Backed by: PostgreSQL Global Development Group (2024), *PostgreSQL 16 Documentation \xA711.2 (Index Types)*; Heroku Postgres Team (2018), *Efficient Use of PostgreSQL Indexes*. (Duplicate indexes silently double write cost without read benefit \u2014 Postgres does not warn.)",
|
|
40540
|
+
aiSpecific: false
|
|
40459
40541
|
},
|
|
40460
40542
|
"db/missing-not-null": {
|
|
40461
40543
|
recall: 0,
|
|
@@ -40465,7 +40547,8 @@ var signal_strength_default = {
|
|
|
40465
40547
|
lastCalibratedAt: "2026-06-30T00:00:00Z",
|
|
40466
40548
|
verdict: "DORMANT",
|
|
40467
40549
|
defaultOff: true,
|
|
40468
|
-
_calibrationNote: "v0.17.0 ship \u2014 not in v7 per-rule table. Default-off until calibration data lands. Backed by: PostgreSQL Global Development Group (2024), *PostgreSQL 16 Documentation \xA75.4.1 (Check Constraints)*; Kleppmann, M. (2017), *Designing Data-Intensive Applications*, O'Reilly, ch.4 (NULL semantics in RDBMS). (Required-identifier columns without NOT NULL produce silent NULL inserts \u2014 canonical AI SQL smell.)"
|
|
40550
|
+
_calibrationNote: "v0.17.0 ship \u2014 not in v7 per-rule table. Default-off until calibration data lands. Backed by: PostgreSQL Global Development Group (2024), *PostgreSQL 16 Documentation \xA75.4.1 (Check Constraints)*; Kleppmann, M. (2017), *Designing Data-Intensive Applications*, O'Reilly, ch.4 (NULL semantics in RDBMS). (Required-identifier columns without NOT NULL produce silent NULL inserts \u2014 canonical AI SQL smell.)",
|
|
40551
|
+
aiSpecific: false
|
|
40469
40552
|
},
|
|
40470
40553
|
"db/enum-sprawl": {
|
|
40471
40554
|
recall: 0,
|
|
@@ -40475,7 +40558,8 @@ var signal_strength_default = {
|
|
|
40475
40558
|
lastCalibratedAt: "2026-06-30T00:00:00Z",
|
|
40476
40559
|
verdict: "DORMANT",
|
|
40477
40560
|
defaultOff: true,
|
|
40478
|
-
_calibrationNote: "v0.17.0 ship \u2014 not in v7 per-rule table. Default-off until calibration data lands. Backed by: PostgreSQL Global Development Group (2024), *PostgreSQL 16 Documentation \xA78.7 (Enumerated Types)*; Borkowski, A. (2022), *PostgreSQL enum types: when to use them and when not to*, pgconfig.org. (Enums with >12 values are brittle to extend and hard to localize \u2014 lookup table is the standard replacement.)"
|
|
40561
|
+
_calibrationNote: "v0.17.0 ship \u2014 not in v7 per-rule table. Default-off until calibration data lands. Backed by: PostgreSQL Global Development Group (2024), *PostgreSQL 16 Documentation \xA78.7 (Enumerated Types)*; Borkowski, A. (2022), *PostgreSQL enum types: when to use them and when not to*, pgconfig.org. (Enums with >12 values are brittle to extend and hard to localize \u2014 lookup table is the standard replacement.)",
|
|
40562
|
+
aiSpecific: false
|
|
40479
40563
|
},
|
|
40480
40564
|
"db/naming-inconsistency": {
|
|
40481
40565
|
recall: 0,
|
|
@@ -40485,7 +40569,8 @@ var signal_strength_default = {
|
|
|
40485
40569
|
lastCalibratedAt: "2026-06-30T00:00:00Z",
|
|
40486
40570
|
verdict: "DORMANT",
|
|
40487
40571
|
defaultOff: true,
|
|
40488
|
-
_calibrationNote: "v0.17.0 ship \u2014 not in v7 per-rule table. Default-off until calibration data lands. Backed by: PostgreSQL Global Development Group (2024), *PostgreSQL 16 Documentation \xA74.1.1 (Identifiers and Key Words)*; pgsql-hackers (2018), *Re: snake_case vs camelCase in Postgres identifiers*. (snake_case is the Postgres convention; mixing styles in the same schema breaks ORM generators.)"
|
|
40572
|
+
_calibrationNote: "v0.17.0 ship \u2014 not in v7 per-rule table. Default-off until calibration data lands. Backed by: PostgreSQL Global Development Group (2024), *PostgreSQL 16 Documentation \xA74.1.1 (Identifiers and Key Words)*; pgsql-hackers (2018), *Re: snake_case vs camelCase in Postgres identifiers*. (snake_case is the Postgres convention; mixing styles in the same schema breaks ORM generators.)",
|
|
40573
|
+
aiSpecific: false
|
|
40489
40574
|
},
|
|
40490
40575
|
"db/sql-concat": {
|
|
40491
40576
|
recall: 0,
|
|
@@ -40495,7 +40580,8 @@ var signal_strength_default = {
|
|
|
40495
40580
|
lastCalibratedAt: "2026-06-30T00:00:00Z",
|
|
40496
40581
|
verdict: "DORMANT",
|
|
40497
40582
|
defaultOff: true,
|
|
40498
|
-
_calibrationNote: "v0.17.0 ship \u2014 not in v7 per-rule table. Default-off until calibration data lands. Backed by: OWASP Foundation (2021), *OWASP Top 10 \u2014 A03:2021 Injection*, https://owasp.org/Top10/A03_2021-Injection/; OWASP Foundation (2017), *SQL Injection Prevention Cheat Sheet*. (Template-literal SQL with ${...} interpolation is the #1 SQL injection vector in AI-generated TypeScript code.)"
|
|
40583
|
+
_calibrationNote: "v0.17.0 ship \u2014 not in v7 per-rule table. Default-off until calibration data lands. Backed by: OWASP Foundation (2021), *OWASP Top 10 \u2014 A03:2021 Injection*, https://owasp.org/Top10/A03_2021-Injection/; OWASP Foundation (2017), *SQL Injection Prevention Cheat Sheet*. (Template-literal SQL with ${...} interpolation is the #1 SQL injection vector in AI-generated TypeScript code.)",
|
|
40584
|
+
aiSpecific: true
|
|
40499
40585
|
},
|
|
40500
40586
|
"docs/stale-package-reference": {
|
|
40501
40587
|
recall: 0,
|
|
@@ -40505,7 +40591,8 @@ var signal_strength_default = {
|
|
|
40505
40591
|
lastCalibratedAt: "2026-06-30T00:00:00Z",
|
|
40506
40592
|
verdict: "DORMANT",
|
|
40507
40593
|
defaultOff: true,
|
|
40508
|
-
_calibrationNote: "v0.17.0 ship \u2014 not in v7 per-rule table. Default-off until calibration data lands. Backed by: Meng, M. et al. (2020), *The Cost of Fixing Code Documentation: An Empirical Study on Open-Source Software*, ICSE 2020; Aghajani, E. et al. (2019), *Software documentation: a practitioners' perspective*, ICSE 2019. (Doc references to undeclared packages are copy-paste rot from previous projects \u2014 high-signal doc drift.)"
|
|
40594
|
+
_calibrationNote: "v0.17.0 ship \u2014 not in v7 per-rule table. Default-off until calibration data lands. Backed by: Meng, M. et al. (2020), *The Cost of Fixing Code Documentation: An Empirical Study on Open-Source Software*, ICSE 2020; Aghajani, E. et al. (2019), *Software documentation: a practitioners' perspective*, ICSE 2019. (Doc references to undeclared packages are copy-paste rot from previous projects \u2014 high-signal doc drift.)",
|
|
40595
|
+
aiSpecific: false
|
|
40509
40596
|
},
|
|
40510
40597
|
"docs/stale-function-reference": {
|
|
40511
40598
|
recall: 0,
|
|
@@ -40515,7 +40602,8 @@ var signal_strength_default = {
|
|
|
40515
40602
|
lastCalibratedAt: "2026-06-30T00:00:00Z",
|
|
40516
40603
|
verdict: "DORMANT",
|
|
40517
40604
|
defaultOff: true,
|
|
40518
|
-
_calibrationNote: "v0.17.0 ship \u2014 not in v7 per-rule table. Default-off until calibration data lands. Backed by: Meng, M. et al. (2020), *The Cost of Fixing Code Documentation*; Chen, Z. et al. (2022), *An Empirical Study on Code Documentation Adequacy*, MSR 2022. (Doc callouts to non-existent exports \u2014 readers copy-paste and hit a runtime error.)"
|
|
40605
|
+
_calibrationNote: "v0.17.0 ship \u2014 not in v7 per-rule table. Default-off until calibration data lands. Backed by: Meng, M. et al. (2020), *The Cost of Fixing Code Documentation*; Chen, Z. et al. (2022), *An Empirical Study on Code Documentation Adequacy*, MSR 2022. (Doc callouts to non-existent exports \u2014 readers copy-paste and hit a runtime error.)",
|
|
40606
|
+
aiSpecific: false
|
|
40519
40607
|
},
|
|
40520
40608
|
"docs/expired-code-example": {
|
|
40521
40609
|
recall: 0,
|
|
@@ -40525,7 +40613,8 @@ var signal_strength_default = {
|
|
|
40525
40613
|
lastCalibratedAt: "2026-06-30T00:00:00Z",
|
|
40526
40614
|
verdict: "DORMANT",
|
|
40527
40615
|
defaultOff: true,
|
|
40528
|
-
_calibrationNote: "v0.17.0 ship \u2014 not in v7 per-rule table. Default-off until calibration data lands. Backed by: Parnas, D.L. (2010), *Precise Documentation: The Key to Better Software*, Springer (canonical doc-correctness argument); Chen, Z. et al. (2022). (Fenced code examples with broken imports erode trust in the entire docs site.)"
|
|
40616
|
+
_calibrationNote: "v0.17.0 ship \u2014 not in v7 per-rule table. Default-off until calibration data lands. Backed by: Parnas, D.L. (2010), *Precise Documentation: The Key to Better Software*, Springer (canonical doc-correctness argument); Chen, Z. et al. (2022). (Fenced code examples with broken imports erode trust in the entire docs site.)",
|
|
40617
|
+
aiSpecific: false
|
|
40529
40618
|
},
|
|
40530
40619
|
"docs/broken-link": {
|
|
40531
40620
|
recall: 0,
|
|
@@ -40535,7 +40624,8 @@ var signal_strength_default = {
|
|
|
40535
40624
|
lastCalibratedAt: "2026-06-30T00:00:00Z",
|
|
40536
40625
|
verdict: "DORMANT",
|
|
40537
40626
|
defaultOff: true,
|
|
40538
|
-
_calibrationNote: "v0.17.0 ship \u2014 not in v7 per-rule table. Default-off until calibration data lands. Backed by: Nielsen, J. (2000), *Designing Web Usability*, New Riders (broken links as a top-5 trust erosion signal); Google Search Central (2024), *Crawl errors documentation*, https://developers.google.com/search/docs/crawling-indexing. (Broken internal links cost SEO crawl budget and reader trust.)"
|
|
40627
|
+
_calibrationNote: "v0.17.0 ship \u2014 not in v7 per-rule table. Default-off until calibration data lands. Backed by: Nielsen, J. (2000), *Designing Web Usability*, New Riders (broken links as a top-5 trust erosion signal); Google Search Central (2024), *Crawl errors documentation*, https://developers.google.com/search/docs/crawling-indexing. (Broken internal links cost SEO crawl budget and reader trust.)",
|
|
40628
|
+
aiSpecific: false
|
|
40539
40629
|
},
|
|
40540
40630
|
"security/eval": {
|
|
40541
40631
|
recall: 0,
|
|
@@ -40545,7 +40635,8 @@ var signal_strength_default = {
|
|
|
40545
40635
|
lastCalibratedAt: "2026-06-30T00:00:00Z",
|
|
40546
40636
|
verdict: "DORMANT",
|
|
40547
40637
|
defaultOff: true,
|
|
40548
|
-
_calibrationNote: "v0.16.0 ship \u2014 not in v7 per-rule table. Default-off until calibration data lands. Backed by: OWASP Foundation (2021), *OWASP Top 10 \u2014 A03:2021 Injection*; Mozilla Developer Network (2024), *eval() \u2014 MDN Web Docs*, https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/eval (Security Considerations). (eval() and new Function() are RCE vectors if the input is ever attacker-controlled.)"
|
|
40638
|
+
_calibrationNote: "v0.16.0 ship \u2014 not in v7 per-rule table. Default-off until calibration data lands. Backed by: OWASP Foundation (2021), *OWASP Top 10 \u2014 A03:2021 Injection*; Mozilla Developer Network (2024), *eval() \u2014 MDN Web Docs*, https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/eval (Security Considerations). (eval() and new Function() are RCE vectors if the input is ever attacker-controlled.)",
|
|
40639
|
+
aiSpecific: false
|
|
40549
40640
|
},
|
|
40550
40641
|
"security/localstorage-token": {
|
|
40551
40642
|
recall: 0,
|
|
@@ -40555,7 +40646,8 @@ var signal_strength_default = {
|
|
|
40555
40646
|
lastCalibratedAt: "2026-06-30T00:00:00Z",
|
|
40556
40647
|
verdict: "DORMANT",
|
|
40557
40648
|
defaultOff: true,
|
|
40558
|
-
_calibrationNote: "v0.16.0 ship \u2014 not in v7 per-rule table. Default-off until calibration data lands. Backed by: OWASP Foundation (2021), *OWASP Top 10 \u2014 A07:2021 Identification and Authentication Failures*; OWASP Foundation (2022), *HTML5 Security Cheat Sheet \xA72.1 (Local Storage)*. (JWT/access/refresh tokens in localStorage are readable by any XSS payload \u2014 issue as httpOnly cookies instead.)"
|
|
40649
|
+
_calibrationNote: "v0.16.0 ship \u2014 not in v7 per-rule table. Default-off until calibration data lands. Backed by: OWASP Foundation (2021), *OWASP Top 10 \u2014 A07:2021 Identification and Authentication Failures*; OWASP Foundation (2022), *HTML5 Security Cheat Sheet \xA72.1 (Local Storage)*. (JWT/access/refresh tokens in localStorage are readable by any XSS payload \u2014 issue as httpOnly cookies instead.)",
|
|
40650
|
+
aiSpecific: false
|
|
40559
40651
|
},
|
|
40560
40652
|
"security/target-blank-no-noopener": {
|
|
40561
40653
|
recall: 0,
|
|
@@ -40565,7 +40657,8 @@ var signal_strength_default = {
|
|
|
40565
40657
|
lastCalibratedAt: "2026-06-30T00:00:00Z",
|
|
40566
40658
|
verdict: "DORMANT",
|
|
40567
40659
|
defaultOff: true,
|
|
40568
|
-
_calibrationNote: 'v0.16.0 ship \u2014 not in v7 per-rule table. Default-off until calibration data lands. Backed by: OWASP Foundation (2022), *HTML5 Security Cheat Sheet \xA72.3 (Tabnabbing)*; WHATWG (2024), *HTML Living Standard \u2014 Link types: noopener*. (target="_blank" without rel="noopener" lets the linked page control window.opener \u2014 reverse tabnabbing.)'
|
|
40660
|
+
_calibrationNote: 'v0.16.0 ship \u2014 not in v7 per-rule table. Default-off until calibration data lands. Backed by: OWASP Foundation (2022), *HTML5 Security Cheat Sheet \xA72.3 (Tabnabbing)*; WHATWG (2024), *HTML Living Standard \u2014 Link types: noopener*. (target="_blank" without rel="noopener" lets the linked page control window.opener \u2014 reverse tabnabbing.)',
|
|
40661
|
+
aiSpecific: false
|
|
40569
40662
|
},
|
|
40570
40663
|
"wcag/missing-alt": {
|
|
40571
40664
|
recall: 0,
|
|
@@ -40575,7 +40668,8 @@ var signal_strength_default = {
|
|
|
40575
40668
|
lastCalibratedAt: "2026-06-30T00:00:00Z",
|
|
40576
40669
|
verdict: "DORMANT",
|
|
40577
40670
|
defaultOff: true,
|
|
40578
|
-
_calibrationNote: 'v0.16.0 ship \u2014 not in v7 per-rule table. Default-off until calibration data lands. Backed by: W3C (2023), *Web Content Accessibility Guidelines (WCAG) 2.2 \u2014 1.1.1 Non-text Content*, https://www.w3.org/TR/WCAG22/. (Every <img> needs alt text. Decorative: alt="". Informative: describe the image.)'
|
|
40671
|
+
_calibrationNote: 'v0.16.0 ship \u2014 not in v7 per-rule table. Default-off until calibration data lands. Backed by: W3C (2023), *Web Content Accessibility Guidelines (WCAG) 2.2 \u2014 1.1.1 Non-text Content*, https://www.w3.org/TR/WCAG22/. (Every <img> needs alt text. Decorative: alt="". Informative: describe the image.)',
|
|
40672
|
+
aiSpecific: false
|
|
40579
40673
|
},
|
|
40580
40674
|
"typo/placeholder-text": {
|
|
40581
40675
|
recall: 0,
|
|
@@ -40585,7 +40679,8 @@ var signal_strength_default = {
|
|
|
40585
40679
|
lastCalibratedAt: "2026-06-30T00:00:00Z",
|
|
40586
40680
|
verdict: "DORMANT",
|
|
40587
40681
|
defaultOff: true,
|
|
40588
|
-
_calibrationNote: "v0.16.0 ship \u2014 not in v7 per-rule table. Default-off until calibration data lands. Backed by: Nielsen, J. (2000), *Designing Web Usability* (placeholder copy as a top-10 trust erosion signal); Krug, S. (2000), *Don't Make Me Think*, 2nd ed. (TODO/placeholder text in shipped UI signals incomplete work.)"
|
|
40682
|
+
_calibrationNote: "v0.16.0 ship \u2014 not in v7 per-rule table. Default-off until calibration data lands. Backed by: Nielsen, J. (2000), *Designing Web Usability* (placeholder copy as a top-10 trust erosion signal); Krug, S. (2000), *Don't Make Me Think*, 2nd ed. (TODO/placeholder text in shipped UI signals incomplete work.)",
|
|
40683
|
+
aiSpecific: false
|
|
40589
40684
|
}
|
|
40590
40685
|
};
|
|
40591
40686
|
|