audrey 1.1.0 → 1.1.1

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.
Files changed (57) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/README.md +14 -7
  3. package/benchmarks/output/adapter-self-test/guardbench-adapter-self-test.json +4 -4
  4. package/benchmarks/output/external/guardbench-external-dry-run.json +1 -1
  5. package/benchmarks/output/external/guardbench-external-evidence.json +1 -1
  6. package/benchmarks/output/guardbench-conformance-card.json +9 -9
  7. package/benchmarks/output/guardbench-raw.json +104 -104
  8. package/benchmarks/output/guardbench-summary.json +163 -163
  9. package/benchmarks/output/leaderboard/guardbench-leaderboard.json +5 -5
  10. package/benchmarks/output/leaderboard/guardbench-leaderboard.md +2 -2
  11. package/benchmarks/output/submission-bundle/guardbench-conformance-card.json +9 -9
  12. package/benchmarks/output/submission-bundle/guardbench-raw.json +104 -104
  13. package/benchmarks/output/submission-bundle/guardbench-summary.json +163 -163
  14. package/benchmarks/output/submission-bundle/submission-manifest.json +10 -10
  15. package/benchmarks/output/submission-bundle/validation-report.json +1 -1
  16. package/benchmarks/output/summary.json +67 -67
  17. package/dist/mcp-server/config.d.ts +1 -1
  18. package/dist/mcp-server/config.js +1 -1
  19. package/dist/mcp-server/index.d.ts.map +1 -1
  20. package/dist/mcp-server/index.js +20 -19
  21. package/dist/mcp-server/index.js.map +1 -1
  22. package/dist/src/preflight.d.ts.map +1 -1
  23. package/dist/src/preflight.js +3 -3
  24. package/dist/src/preflight.js.map +1 -1
  25. package/docs/paper/07-evaluation.md +4 -4
  26. package/docs/paper/audrey-paper-v1.md +4 -4
  27. package/docs/paper/evidence-ledger.md +1 -1
  28. package/docs/paper/output/arxiv/arxiv-manifest.json +4 -4
  29. package/docs/paper/output/arxiv/main.tex +4 -4
  30. package/docs/paper/output/arxiv-compile-report.json +3 -3
  31. package/docs/paper/output/submission-bundle/README.md +14 -7
  32. package/docs/paper/output/submission-bundle/benchmarks/output/adapter-self-test/guardbench-adapter-self-test.json +4 -4
  33. package/docs/paper/output/submission-bundle/benchmarks/output/external/guardbench-external-dry-run.json +1 -1
  34. package/docs/paper/output/submission-bundle/benchmarks/output/external/guardbench-external-evidence.json +1 -1
  35. package/docs/paper/output/submission-bundle/benchmarks/output/guardbench-conformance-card.json +9 -9
  36. package/docs/paper/output/submission-bundle/benchmarks/output/guardbench-raw.json +104 -104
  37. package/docs/paper/output/submission-bundle/benchmarks/output/guardbench-summary.json +163 -163
  38. package/docs/paper/output/submission-bundle/benchmarks/output/leaderboard/guardbench-leaderboard.json +5 -5
  39. package/docs/paper/output/submission-bundle/benchmarks/output/leaderboard/guardbench-leaderboard.md +2 -2
  40. package/docs/paper/output/submission-bundle/benchmarks/output/submission-bundle/submission-manifest.json +10 -10
  41. package/docs/paper/output/submission-bundle/benchmarks/output/submission-bundle/validation-report.json +1 -1
  42. package/docs/paper/output/submission-bundle/benchmarks/output/summary.json +56 -56
  43. package/docs/paper/output/submission-bundle/docs/paper/07-evaluation.md +4 -4
  44. package/docs/paper/output/submission-bundle/docs/paper/audrey-paper-v1.md +4 -4
  45. package/docs/paper/output/submission-bundle/docs/paper/evidence-ledger.md +1 -1
  46. package/docs/paper/output/submission-bundle/docs/paper/output/arxiv/arxiv-manifest.json +4 -4
  47. package/docs/paper/output/submission-bundle/docs/paper/output/arxiv/main.tex +4 -4
  48. package/docs/paper/output/submission-bundle/docs/paper/output/arxiv-compile-report.json +3 -3
  49. package/docs/paper/output/submission-bundle/package.json +7 -1
  50. package/docs/paper/output/submission-bundle/paper-submission-manifest.json +31 -31
  51. package/package.json +7 -1
  52. package/scripts/audit-release-completion.mjs +1 -1
  53. package/scripts/finalize-release.mjs +1 -1
  54. package/scripts/prepare-release-cut.mjs +1 -1
  55. package/scripts/publish-release-bundle.mjs +1 -1
  56. package/scripts/publish-release-github-api.mjs +1 -1
  57. package/scripts/verify-release-readiness.mjs +1 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "schemaVersion": "1.0.0",
3
3
  "suite": "GuardBench leaderboard",
4
- "generatedAt": "2026-07-10T15:00:42.478Z",
4
+ "generatedAt": "2026-07-10T15:18:57.005Z",
5
5
  "ranking": [
6
6
  "verified bundle",
7
7
  "adapter conformance",
@@ -28,9 +28,9 @@
28
28
  "evidenceRecall": 1,
29
29
  "redactionLeaks": 0,
30
30
  "latency": {
31
- "p50Ms": 3.501,
32
- "p95Ms": 20.658,
33
- "maxMs": 20.658
31
+ "p50Ms": 3.075,
32
+ "p95Ms": 17.056,
33
+ "maxMs": 17.056
34
34
  }
35
35
  },
36
36
  "conformance": {
@@ -41,7 +41,7 @@
41
41
  },
42
42
  "source": {
43
43
  "dir": "benchmarks/output/submission-bundle",
44
- "manifestGeneratedAt": "2026-07-10T15:00:42.148Z",
44
+ "manifestGeneratedAt": "2026-07-10T15:18:56.715Z",
45
45
  "fileCount": 17
46
46
  },
47
47
  "verification": {
@@ -1,7 +1,7 @@
1
1
  # GuardBench Leaderboard
2
2
 
3
- Generated: 2026-07-10T15:00:42.478Z
3
+ Generated: 2026-07-10T15:18:57.005Z
4
4
 
5
5
  | Rank | Subject | Verified | Conformant | Full Contract | Decision Accuracy | Evidence Recall | Redaction Leaks | p95 Latency | Bundle |
6
6
  |---:|---|---:|---:|---:|---:|---:|---:|---:|---|
7
- | 1 | Audrey Guard | yes | yes | 100.0% | 100.0% | 100.0% | 0 | 20.658ms | benchmarks/output/submission-bundle |
7
+ | 1 | Audrey Guard | yes | yes | 100.0% | 100.0% | 100.0% | 0 | 17.056ms | benchmarks/output/submission-bundle |
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "schemaVersion": "1.0.0",
3
3
  "suite": "GuardBench submission bundle",
4
- "generatedAt": "2026-07-10T15:00:42.148Z",
4
+ "generatedAt": "2026-07-10T15:18:56.715Z",
5
5
  "sourceDir": "benchmarks/output",
6
6
  "subject": {
7
7
  "name": "Audrey Guard",
@@ -16,9 +16,9 @@
16
16
  "evidenceRecall": 1,
17
17
  "redactionLeaks": 0,
18
18
  "latency": {
19
- "p50Ms": 3.501,
20
- "p95Ms": 20.658,
21
- "maxMs": 20.658
19
+ "p50Ms": 3.075,
20
+ "p95Ms": 17.056,
21
+ "maxMs": 17.056
22
22
  }
23
23
  },
24
24
  "conformance": {
@@ -45,7 +45,7 @@
45
45
  {
46
46
  "path": "guardbench-conformance-card.json",
47
47
  "bytes": 1735,
48
- "sha256": "f7e755fdc52216dbe387f28b3acdd6068b51b908db0cabde455b6d793b62ed43"
48
+ "sha256": "77ff197cb2ac40038f2dd823a0cb5e84fcc2e18e03f15c802bcec4511cb9520f"
49
49
  },
50
50
  {
51
51
  "path": "guardbench-manifest.json",
@@ -54,13 +54,13 @@
54
54
  },
55
55
  {
56
56
  "path": "guardbench-raw.json",
57
- "bytes": 43454,
58
- "sha256": "1888c8524d54f10bb403ef09b923cec63376518bf6d202ef271ba895811d37d8"
57
+ "bytes": 43436,
58
+ "sha256": "46026c7bd5add25bf7aed89357b958b012bcd46549dc7dd6d31362cef0a0e00f"
59
59
  },
60
60
  {
61
61
  "path": "guardbench-summary.json",
62
- "bytes": 69347,
63
- "sha256": "88cd54e091e5aa89e7ef873a2e440430b3c35eb3f4664d963a56d197cc3691e9"
62
+ "bytes": 69311,
63
+ "sha256": "420c3d8188cdc636459ad034d6e5ee3836bdf9e649aa3febe5ce087d681a98bb"
64
64
  },
65
65
  {
66
66
  "path": "schemas/guardbench-adapter-registry.schema.json",
@@ -125,7 +125,7 @@
125
125
  {
126
126
  "path": "validation-report.json",
127
127
  "bytes": 739,
128
- "sha256": "9db6530947c3f88de484235f44eaa47e7aca98dee8d3603ea0daf067d28a98d3"
128
+ "sha256": "0b51d31416c5bc4789c130ab22523a38fe5ae58f089475ebccc71c697e2295ea"
129
129
  }
130
130
  ]
131
131
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "generatedAt": "2026-07-10T15:00:42.148Z",
2
+ "generatedAt": "2026-07-10T15:18:56.715Z",
3
3
  "sourceValidation": {
4
4
  "ok": true,
5
5
  "dir": "benchmarks/output",
@@ -1,5 +1,5 @@
1
1
  {
2
- "generatedAt": "2026-07-10T15:00:37.705Z",
2
+ "generatedAt": "2026-07-10T15:18:31.283Z",
3
3
  "command": "node benchmarks/run.js --provider mock --dimensions 64",
4
4
  "config": {
5
5
  "provider": "mock",
@@ -23,13 +23,13 @@
23
23
  "system": "Audrey",
24
24
  "scorePercent": 100,
25
25
  "passRate": 100,
26
- "avgDurationMs": 16.25
26
+ "avgDurationMs": 62.166666666666664
27
27
  },
28
28
  {
29
29
  "system": "Vector Only",
30
30
  "scorePercent": 41.66666666666667,
31
31
  "passRate": 25,
32
- "avgDurationMs": 0.25
32
+ "avgDurationMs": 0.16666666666666666
33
33
  },
34
34
  {
35
35
  "system": "Keyword + Recency",
@@ -170,7 +170,7 @@
170
170
  "system": "Audrey",
171
171
  "scorePercent": 100,
172
172
  "passRate": 100,
173
- "avgDurationMs": 16.375
173
+ "avgDurationMs": 64.75
174
174
  },
175
175
  {
176
176
  "system": "Vector Only",
@@ -277,7 +277,7 @@
277
277
  "results": [
278
278
  {
279
279
  "system": "Audrey",
280
- "durationMs": 25,
280
+ "durationMs": 76,
281
281
  "passed": true,
282
282
  "score": 1,
283
283
  "summary": "retrieved expected evidence",
@@ -301,7 +301,7 @@
301
301
  },
302
302
  {
303
303
  "system": "Keyword + Recency",
304
- "durationMs": 7,
304
+ "durationMs": 6,
305
305
  "passed": true,
306
306
  "score": 1,
307
307
  "summary": "retrieved expected evidence",
@@ -336,7 +336,7 @@
336
336
  "results": [
337
337
  {
338
338
  "system": "Audrey",
339
- "durationMs": 14,
339
+ "durationMs": 18,
340
340
  "passed": true,
341
341
  "score": 1,
342
342
  "summary": "retrieved expected evidence",
@@ -394,7 +394,7 @@
394
394
  "results": [
395
395
  {
396
396
  "system": "Audrey",
397
- "durationMs": 15,
397
+ "durationMs": 143,
398
398
  "passed": true,
399
399
  "score": 1,
400
400
  "summary": "retrieved expected evidence",
@@ -407,7 +407,7 @@
407
407
  },
408
408
  {
409
409
  "system": "Vector Only",
410
- "durationMs": 1,
410
+ "durationMs": 0,
411
411
  "passed": true,
412
412
  "score": 1,
413
413
  "summary": "retrieved expected evidence",
@@ -420,7 +420,7 @@
420
420
  },
421
421
  {
422
422
  "system": "Keyword + Recency",
423
- "durationMs": 0,
423
+ "durationMs": 1,
424
424
  "passed": true,
425
425
  "score": 1,
426
426
  "summary": "retrieved expected evidence",
@@ -457,7 +457,7 @@
457
457
  "results": [
458
458
  {
459
459
  "system": "Audrey",
460
- "durationMs": 15,
460
+ "durationMs": 19,
461
461
  "passed": true,
462
462
  "score": 1,
463
463
  "summary": "retrieved expected evidence",
@@ -518,7 +518,7 @@
518
518
  "results": [
519
519
  {
520
520
  "system": "Audrey",
521
- "durationMs": 14,
521
+ "durationMs": 20,
522
522
  "passed": true,
523
523
  "score": 1,
524
524
  "summary": "correct abstention",
@@ -527,7 +527,7 @@
527
527
  },
528
528
  {
529
529
  "system": "Vector Only",
530
- "durationMs": 0,
530
+ "durationMs": 1,
531
531
  "passed": false,
532
532
  "score": 0.5,
533
533
  "summary": "no leak, but retrieved tangential context",
@@ -574,7 +574,7 @@
574
574
  "results": [
575
575
  {
576
576
  "system": "Audrey",
577
- "durationMs": 16,
577
+ "durationMs": 23,
578
578
  "passed": true,
579
579
  "score": 1,
580
580
  "summary": "retrieved expected evidence",
@@ -632,7 +632,7 @@
632
632
  "results": [
633
633
  {
634
634
  "system": "Audrey",
635
- "durationMs": 19,
635
+ "durationMs": 25,
636
636
  "passed": true,
637
637
  "score": 1,
638
638
  "summary": "retrieved expected evidence",
@@ -693,7 +693,7 @@
693
693
  "results": [
694
694
  {
695
695
  "system": "Audrey",
696
- "durationMs": 13,
696
+ "durationMs": 194,
697
697
  "passed": true,
698
698
  "score": 1,
699
699
  "summary": "correct abstention",
@@ -750,7 +750,7 @@
750
750
  "system": "Audrey",
751
751
  "scorePercent": 100,
752
752
  "passRate": 100,
753
- "avgDurationMs": 16
753
+ "avgDurationMs": 57
754
754
  },
755
755
  {
756
756
  "system": "Keyword + Recency",
@@ -762,7 +762,7 @@
762
762
  "system": "Vector Only",
763
763
  "scorePercent": 12.5,
764
764
  "passRate": 0,
765
- "avgDurationMs": 0.25
765
+ "avgDurationMs": 0
766
766
  },
767
767
  {
768
768
  "system": "Recent Window",
@@ -821,7 +821,7 @@
821
821
  "results": [
822
822
  {
823
823
  "system": "Audrey",
824
- "durationMs": 14,
824
+ "durationMs": 19,
825
825
  "passed": true,
826
826
  "score": 1,
827
827
  "summary": "retrieved expected evidence",
@@ -879,7 +879,7 @@
879
879
  "results": [
880
880
  {
881
881
  "system": "Audrey",
882
- "durationMs": 15,
882
+ "durationMs": 81,
883
883
  "passed": true,
884
884
  "score": 1,
885
885
  "summary": "correct abstention",
@@ -932,7 +932,7 @@
932
932
  "results": [
933
933
  {
934
934
  "system": "Audrey",
935
- "durationMs": 17,
935
+ "durationMs": 26,
936
936
  "passed": true,
937
937
  "score": 1,
938
938
  "summary": "retrieved expected evidence",
@@ -943,7 +943,7 @@
943
943
  },
944
944
  {
945
945
  "system": "Vector Only",
946
- "durationMs": 1,
946
+ "durationMs": 0,
947
947
  "passed": false,
948
948
  "score": 0,
949
949
  "summary": "missed target evidence",
@@ -993,7 +993,7 @@
993
993
  "results": [
994
994
  {
995
995
  "system": "Audrey",
996
- "durationMs": 18,
996
+ "durationMs": 102,
997
997
  "passed": true,
998
998
  "score": 1,
999
999
  "summary": "retrieved expected evidence",
@@ -1055,13 +1055,13 @@
1055
1055
  "system": "Audrey",
1056
1056
  "scorePercent": 100,
1057
1057
  "passRate": 100,
1058
- "avgDurationMs": 15.25
1058
+ "avgDurationMs": 56.25
1059
1059
  },
1060
1060
  {
1061
1061
  "system": "Vector Only",
1062
1062
  "scorePercent": 0,
1063
1063
  "passRate": 0,
1064
- "avgDurationMs": 0
1064
+ "avgDurationMs": 0.25
1065
1065
  },
1066
1066
  {
1067
1067
  "system": "Keyword + Recency",
@@ -1118,7 +1118,7 @@
1118
1118
  "results": [
1119
1119
  {
1120
1120
  "system": "Audrey",
1121
- "durationMs": 20,
1121
+ "durationMs": 136,
1122
1122
  "passed": true,
1123
1123
  "score": 1,
1124
1124
  "summary": "matched all required signals",
@@ -1131,7 +1131,7 @@
1131
1131
  },
1132
1132
  {
1133
1133
  "system": "Vector Only",
1134
- "durationMs": 0,
1134
+ "durationMs": 1,
1135
1135
  "passed": false,
1136
1136
  "score": 0,
1137
1137
  "summary": "missed required signals: decision:caution, warning:recent_failure, reflex:warn",
@@ -1176,7 +1176,7 @@
1176
1176
  "results": [
1177
1177
  {
1178
1178
  "system": "Audrey",
1179
- "durationMs": 14,
1179
+ "durationMs": 58,
1180
1180
  "passed": true,
1181
1181
  "score": 1,
1182
1182
  "summary": "matched all required signals",
@@ -1234,12 +1234,12 @@
1234
1234
  "results": [
1235
1235
  {
1236
1236
  "system": "Audrey",
1237
- "durationMs": 15,
1237
+ "durationMs": 18,
1238
1238
  "passed": true,
1239
1239
  "score": 1,
1240
1240
  "summary": "matched all required signals",
1241
1241
  "topResults": [
1242
- "guard_hardened:replay_rejected error:guard receipt already has an outcome: 01KX68PZ5QNVH4SM1NQ0ZEVHTW",
1242
+ "guard_hardened:replay_rejected error:guard receipt already has an outcome: 01KX69QQJY25SZTYKCTC63Y3XP",
1243
1243
  "decision:caution verdict:caution risk:0.55 Caution: 1 memory signal, 1 medium severity found before acting.",
1244
1244
  "warning:recent_failure severity:medium npm test failed 1x recently: Vitest failed with spawn EPERM Before re-running npm test, check what changed since the last failure."
1245
1245
  ],
@@ -1292,12 +1292,12 @@
1292
1292
  "results": [
1293
1293
  {
1294
1294
  "system": "Audrey",
1295
- "durationMs": 12,
1295
+ "durationMs": 13,
1296
1296
  "passed": true,
1297
1297
  "score": 1,
1298
1298
  "summary": "matched all required signals",
1299
1299
  "topResults": [
1300
- "guard_hardened:non_guard_receipt_rejected error:not a guard receipt: 01KX68PZ643S3MRQMYPJ2PK7B3",
1300
+ "guard_hardened:non_guard_receipt_rejected error:not a guard receipt: 01KX69QQKC9PAEXH98E4DZAH24",
1301
1301
  "decision:go verdict:clear risk:0 No relevant memory risks, prior failures, or must-follow procedures were found."
1302
1302
  ],
1303
1303
  "retrievalSummary": "guard_hardened:non_guard_receipt_rejected error:not a guard receipt: 01K | decision:go verdict:clear risk:0 No relevant memory risks, prior failure"
@@ -1352,7 +1352,7 @@
1352
1352
  "results": [
1353
1353
  {
1354
1354
  "system": "Audrey",
1355
- "durationMs": 25,
1355
+ "durationMs": 76,
1356
1356
  "passed": true,
1357
1357
  "score": 1,
1358
1358
  "summary": "retrieved expected evidence",
@@ -1376,7 +1376,7 @@
1376
1376
  },
1377
1377
  {
1378
1378
  "system": "Keyword + Recency",
1379
- "durationMs": 7,
1379
+ "durationMs": 6,
1380
1380
  "passed": true,
1381
1381
  "score": 1,
1382
1382
  "summary": "retrieved expected evidence",
@@ -1411,7 +1411,7 @@
1411
1411
  "results": [
1412
1412
  {
1413
1413
  "system": "Audrey",
1414
- "durationMs": 14,
1414
+ "durationMs": 18,
1415
1415
  "passed": true,
1416
1416
  "score": 1,
1417
1417
  "summary": "retrieved expected evidence",
@@ -1469,7 +1469,7 @@
1469
1469
  "results": [
1470
1470
  {
1471
1471
  "system": "Audrey",
1472
- "durationMs": 15,
1472
+ "durationMs": 143,
1473
1473
  "passed": true,
1474
1474
  "score": 1,
1475
1475
  "summary": "retrieved expected evidence",
@@ -1482,7 +1482,7 @@
1482
1482
  },
1483
1483
  {
1484
1484
  "system": "Vector Only",
1485
- "durationMs": 1,
1485
+ "durationMs": 0,
1486
1486
  "passed": true,
1487
1487
  "score": 1,
1488
1488
  "summary": "retrieved expected evidence",
@@ -1495,7 +1495,7 @@
1495
1495
  },
1496
1496
  {
1497
1497
  "system": "Keyword + Recency",
1498
- "durationMs": 0,
1498
+ "durationMs": 1,
1499
1499
  "passed": true,
1500
1500
  "score": 1,
1501
1501
  "summary": "retrieved expected evidence",
@@ -1532,7 +1532,7 @@
1532
1532
  "results": [
1533
1533
  {
1534
1534
  "system": "Audrey",
1535
- "durationMs": 15,
1535
+ "durationMs": 19,
1536
1536
  "passed": true,
1537
1537
  "score": 1,
1538
1538
  "summary": "retrieved expected evidence",
@@ -1593,7 +1593,7 @@
1593
1593
  "results": [
1594
1594
  {
1595
1595
  "system": "Audrey",
1596
- "durationMs": 14,
1596
+ "durationMs": 20,
1597
1597
  "passed": true,
1598
1598
  "score": 1,
1599
1599
  "summary": "correct abstention",
@@ -1602,7 +1602,7 @@
1602
1602
  },
1603
1603
  {
1604
1604
  "system": "Vector Only",
1605
- "durationMs": 0,
1605
+ "durationMs": 1,
1606
1606
  "passed": false,
1607
1607
  "score": 0.5,
1608
1608
  "summary": "no leak, but retrieved tangential context",
@@ -1649,7 +1649,7 @@
1649
1649
  "results": [
1650
1650
  {
1651
1651
  "system": "Audrey",
1652
- "durationMs": 16,
1652
+ "durationMs": 23,
1653
1653
  "passed": true,
1654
1654
  "score": 1,
1655
1655
  "summary": "retrieved expected evidence",
@@ -1707,7 +1707,7 @@
1707
1707
  "results": [
1708
1708
  {
1709
1709
  "system": "Audrey",
1710
- "durationMs": 19,
1710
+ "durationMs": 25,
1711
1711
  "passed": true,
1712
1712
  "score": 1,
1713
1713
  "summary": "retrieved expected evidence",
@@ -1768,7 +1768,7 @@
1768
1768
  "results": [
1769
1769
  {
1770
1770
  "system": "Audrey",
1771
- "durationMs": 13,
1771
+ "durationMs": 194,
1772
1772
  "passed": true,
1773
1773
  "score": 1,
1774
1774
  "summary": "correct abstention",
@@ -1824,7 +1824,7 @@
1824
1824
  "results": [
1825
1825
  {
1826
1826
  "system": "Audrey",
1827
- "durationMs": 14,
1827
+ "durationMs": 19,
1828
1828
  "passed": true,
1829
1829
  "score": 1,
1830
1830
  "summary": "retrieved expected evidence",
@@ -1882,7 +1882,7 @@
1882
1882
  "results": [
1883
1883
  {
1884
1884
  "system": "Audrey",
1885
- "durationMs": 15,
1885
+ "durationMs": 81,
1886
1886
  "passed": true,
1887
1887
  "score": 1,
1888
1888
  "summary": "correct abstention",
@@ -1935,7 +1935,7 @@
1935
1935
  "results": [
1936
1936
  {
1937
1937
  "system": "Audrey",
1938
- "durationMs": 17,
1938
+ "durationMs": 26,
1939
1939
  "passed": true,
1940
1940
  "score": 1,
1941
1941
  "summary": "retrieved expected evidence",
@@ -1946,7 +1946,7 @@
1946
1946
  },
1947
1947
  {
1948
1948
  "system": "Vector Only",
1949
- "durationMs": 1,
1949
+ "durationMs": 0,
1950
1950
  "passed": false,
1951
1951
  "score": 0,
1952
1952
  "summary": "missed target evidence",
@@ -1996,7 +1996,7 @@
1996
1996
  "results": [
1997
1997
  {
1998
1998
  "system": "Audrey",
1999
- "durationMs": 18,
1999
+ "durationMs": 102,
2000
2000
  "passed": true,
2001
2001
  "score": 1,
2002
2002
  "summary": "retrieved expected evidence",
@@ -2058,7 +2058,7 @@
2058
2058
  "results": [
2059
2059
  {
2060
2060
  "system": "Audrey",
2061
- "durationMs": 20,
2061
+ "durationMs": 136,
2062
2062
  "passed": true,
2063
2063
  "score": 1,
2064
2064
  "summary": "matched all required signals",
@@ -2071,7 +2071,7 @@
2071
2071
  },
2072
2072
  {
2073
2073
  "system": "Vector Only",
2074
- "durationMs": 0,
2074
+ "durationMs": 1,
2075
2075
  "passed": false,
2076
2076
  "score": 0,
2077
2077
  "summary": "missed required signals: decision:caution, warning:recent_failure, reflex:warn",
@@ -2116,7 +2116,7 @@
2116
2116
  "results": [
2117
2117
  {
2118
2118
  "system": "Audrey",
2119
- "durationMs": 14,
2119
+ "durationMs": 58,
2120
2120
  "passed": true,
2121
2121
  "score": 1,
2122
2122
  "summary": "matched all required signals",
@@ -2174,12 +2174,12 @@
2174
2174
  "results": [
2175
2175
  {
2176
2176
  "system": "Audrey",
2177
- "durationMs": 15,
2177
+ "durationMs": 18,
2178
2178
  "passed": true,
2179
2179
  "score": 1,
2180
2180
  "summary": "matched all required signals",
2181
2181
  "topResults": [
2182
- "guard_hardened:replay_rejected error:guard receipt already has an outcome: 01KX68PZ5QNVH4SM1NQ0ZEVHTW",
2182
+ "guard_hardened:replay_rejected error:guard receipt already has an outcome: 01KX69QQJY25SZTYKCTC63Y3XP",
2183
2183
  "decision:caution verdict:caution risk:0.55 Caution: 1 memory signal, 1 medium severity found before acting.",
2184
2184
  "warning:recent_failure severity:medium npm test failed 1x recently: Vitest failed with spawn EPERM Before re-running npm test, check what changed since the last failure."
2185
2185
  ],
@@ -2232,12 +2232,12 @@
2232
2232
  "results": [
2233
2233
  {
2234
2234
  "system": "Audrey",
2235
- "durationMs": 12,
2235
+ "durationMs": 13,
2236
2236
  "passed": true,
2237
2237
  "score": 1,
2238
2238
  "summary": "matched all required signals",
2239
2239
  "topResults": [
2240
- "guard_hardened:non_guard_receipt_rejected error:not a guard receipt: 01KX68PZ643S3MRQMYPJ2PK7B3",
2240
+ "guard_hardened:non_guard_receipt_rejected error:not a guard receipt: 01KX69QQKC9PAEXH98E4DZAH24",
2241
2241
  "decision:go verdict:clear risk:0 No relevant memory risks, prior failures, or must-follow procedures were found."
2242
2242
  ],
2243
2243
  "retrievalSummary": "guard_hardened:non_guard_receipt_rejected error:not a guard receipt: 01K | decision:go verdict:clear risk:0 No relevant memory risks, prior failure"
@@ -24,12 +24,12 @@ These numbers measure Audrey's local call path under an in-process mock embeddin
24
24
 
25
25
  ## Behavioral Regression Result
26
26
 
27
- The current `benchmarks/output/summary.json` was generated on 2026-07-10T15:00:37.705Z with command `node benchmarks/run.js --provider mock --dimensions 64` (Ledger: E24). It reports:
27
+ The current `benchmarks/output/summary.json` was generated on 2026-07-10T15:18:31.283Z with command `node benchmarks/run.js --provider mock --dimensions 64` (Ledger: E24). It reports:
28
28
 
29
29
  | System | Score Percent | Pass Rate | Average Duration Ms |
30
30
  |---|---:|---:|---:|
31
- | Audrey | 100 | 100 | 16.25 |
32
- | Vector Only | 41.66666666666667 | 25 | 0.25 |
31
+ | Audrey | 100 | 100 | 62.166666666666664 |
32
+ | Vector Only | 41.66666666666667 | 25 | 0.16666666666666666 |
33
33
  | Keyword + Recency | 41.66666666666667 | 25 | 0.5833333333333334 |
34
34
  | Recent Window | 37.5 | 25 | 0 |
35
35
 
@@ -55,7 +55,7 @@ It reports local adapters only, not external-system comparisons (Ledger: E46):
55
55
  | Evidence recall | 100% |
56
56
  | Redaction leaks | 0 |
57
57
  | Recall-degradation detection | 100% |
58
- | Guard latency p50 / p95 | 3.501 ms / 20.658 ms |
58
+ | Guard latency p50 / p95 | 3.075 ms / 17.056 ms |
59
59
  | Published artifact raw-secret leaks | 0 |
60
60
  | Audrey Guard decision accuracy | 100% |
61
61
  | No-memory decision accuracy | 10% |
@@ -897,12 +897,12 @@ These numbers measure Audrey's local call path under an in-process mock embeddin
897
897
 
898
898
  ### Behavioral Regression Result
899
899
 
900
- The current `benchmarks/output/summary.json` was generated on 2026-07-10T15:00:37.705Z with command `node benchmarks/run.js --provider mock --dimensions 64` (Ledger: E24). It reports:
900
+ The current `benchmarks/output/summary.json` was generated on 2026-07-10T15:18:31.283Z with command `node benchmarks/run.js --provider mock --dimensions 64` (Ledger: E24). It reports:
901
901
 
902
902
  | System | Score Percent | Pass Rate | Average Duration Ms |
903
903
  |---|---:|---:|---:|
904
- | Audrey | 100 | 100 | 16.25 |
905
- | Vector Only | 41.66666666666667 | 25 | 0.25 |
904
+ | Audrey | 100 | 100 | 62.166666666666664 |
905
+ | Vector Only | 41.66666666666667 | 25 | 0.16666666666666666 |
906
906
  | Keyword + Recency | 41.66666666666667 | 25 | 0.5833333333333334 |
907
907
  | Recent Window | 37.5 | 25 | 0 |
908
908
 
@@ -926,7 +926,7 @@ It reports local adapters only, not external-system comparisons (Ledger: E46):
926
926
  | Evidence recall | 100% |
927
927
  | Redaction leaks | 0 |
928
928
  | Recall-degradation detection | 100% |
929
- | Guard latency p50 / p95 | 3.501 ms / 20.658 ms |
929
+ | Guard latency p50 / p95 | 3.075 ms / 17.056 ms |
930
930
  | Published artifact raw-secret leaks | 0 |
931
931
  | Audrey Guard decision accuracy | 100% |
932
932
  | No-memory decision accuracy | 10% |
@@ -49,7 +49,7 @@ Every implementation claim in the paper should point to one or more ledger IDs i
49
49
  | E43 - Audrey 1.1 ships one normalized lifecycle adapter and host-specific configuration for current Claude Code and Codex CLIs. `audrey install --host auto` registers MCP and applies hooks for detected hosts from stable executable paths. `hook-config` supports preview, scoped apply, private backups, and idempotent Audrey-handler replacement; `uninstall` supports non-mutating preview and removes Audrey-owned registrations and handlers in the selected scope. Session and prompt hooks inject bounded, agent-scoped context; PreToolUse creates Guard receipts; post-tool events correlate outcomes by `session_id + tool_use_id`; sanitized failures may form durable memories; Stop and PostCompact run due-only maintenance. Codex requires explicit non-managed hook trust through `/hooks`. Hook errors fail open unless `AUDREY_HOOK_FAIL_CLOSED=1`. Coverage remains limited to events and tool paths emitted by the host, and each hook starts a short-lived Audrey process rather than using a persistent daemon. | Automatic lifecycle integration and boundary | README.md; CHANGELOG.md; mcp-server/hooks.ts; mcp-server/index.ts; src/autopilot.ts; tests/autopilot.test.js; tests/hooks-config.test.js; tests/mcp-server.test.js | Yes, build plus 191 focused install, hook, Autopilot, preflight, controller, and HTTP tests passed on 2026-07-10 |
50
50
  | E44 - Audrey preflight events now persist `preflight_evidence_ids` and `audrey_guard_action_key`; `memory_validate` accepts optional `preflight_event_id`, action key, and evidence ids, persists them on the validation audit event, and rejects validation lineage when the memory id was not evidence for that preflight. Preflight embedding queries are bounded, while exact action identity hashes the full normalized, redacted action so large inputs with a shared prefix do not collide. | Validation lineage implementation | src/action-key.ts; src/controller.ts; src/preflight.ts; src/audrey.ts; mcp-server/index.ts; tests/controller.test.js | Yes, focused Vitest passed on 2026-07-10, including a large-action prefix-collision regression |
51
51
  | E45 - Preflight risk scoring uses a fixed severity map (`info=0.1`, `low=0.25`, `medium=0.55`, `high=0.85`), sorts warnings by severity, and strict mode blocks on high-severity warnings; the scoring path does not consume validation feedback. | Fixed risk scoring boundary | src/preflight.ts:6-60,291-299,332-338; src/feedback.ts:3-18,70-163 | Yes, 2026-05-08 |
52
- | E46 - `benchmarks/guardbench.js` runs ten local comparative GuardBench scenarios across Audrey Guard, no-memory, recent-window, vector-only, and FTS-only adapters and writes `benchmarks/output/guardbench-summary.json`, `benchmarks/output/guardbench-manifest.json`, and `benchmarks/output/guardbench-raw.json`; the latest local run has Audrey Guard passing 10/10 scenarios with 100% prevention rate, 0% false-block rate, 100% evidence recall, zero decision-output redaction leaks, zero published artifact raw-secret leaks, 100% recall-degradation detection, 100% decision accuracy, and 3.501ms/20.658ms p50/p95 guard latency under the mock-provider methodology. Baseline decision accuracy was no-memory 10%, recent-window 60%, vector-only 40%, and FTS-only 10%, with 0% full-contract pass rate for each baseline. | GuardBench local comparative results | benchmarks/guardbench.js; benchmarks/output/guardbench-summary.json; benchmarks/output/guardbench-manifest.json; benchmarks/output/guardbench-raw.json; package.json | Yes, `npm run bench:guard:check` passed on 2026-05-13 |
52
+ | E46 - `benchmarks/guardbench.js` runs ten local comparative GuardBench scenarios across Audrey Guard, no-memory, recent-window, vector-only, and FTS-only adapters and writes `benchmarks/output/guardbench-summary.json`, `benchmarks/output/guardbench-manifest.json`, and `benchmarks/output/guardbench-raw.json`; the latest local run has Audrey Guard passing 10/10 scenarios with 100% prevention rate, 0% false-block rate, 100% evidence recall, zero decision-output redaction leaks, zero published artifact raw-secret leaks, 100% recall-degradation detection, 100% decision accuracy, and 3.075ms/17.056ms p50/p95 guard latency under the mock-provider methodology. Baseline decision accuracy was no-memory 10%, recent-window 60%, vector-only 40%, and FTS-only 10%, with 0% full-contract pass rate for each baseline. | GuardBench local comparative results | benchmarks/guardbench.js; benchmarks/output/guardbench-summary.json; benchmarks/output/guardbench-manifest.json; benchmarks/output/guardbench-raw.json; package.json | Yes, `npm run bench:guard:check` passed on 2026-05-13 |
53
53
  | E47 - GuardBench accepts external ESM adapters through `--adapter`, supports `default`, `adapter`, or `createGuardBenchAdapter()` exports, withholds `expectedDecision` and `requiredEvidence` during adapter execution, then scores adapter output against the same full-contract decision/evidence/redaction checks. | GuardBench external adapter contract | benchmarks/guardbench.js; tests/guardbench.test.js; package.json | Yes, `node scripts/run-vitest.mjs run tests/guardbench.test.js` passed on 2026-05-12 |
54
54
  | E48 - Audrey ships a Mem0 Platform GuardBench adapter that uses the current Mem0 REST shape: V3 async memory add with event polling, V2 filtered memory search, and user-entity cleanup. It requires runtime `MEM0_API_KEY` and is not run by default. | First external-system GuardBench adapter | benchmarks/adapters/mem0-platform.mjs; tests/guardbench.test.js; README.md | Import/contract and mocked REST-flow tests passed on 2026-05-12; live Mem0 run not yet executed |
55
55
  | E49 - GuardBench ships a credential-free example external adapter and a `bench:guard:adapter-smoke` script so the adapter loader can be exercised through the real CLI path without external credentials. | External adapter smoke path | benchmarks/adapters/example-allow.mjs; package.json; README.md; tests/guardbench.test.js | Yes, `npm run bench:guard:adapter-smoke` passed on 2026-05-12 |