audrey 1.0.2 → 1.0.3
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/CHANGELOG.md +27 -0
- package/README.md +9 -1
- package/benchmarks/output/adapter-self-test/guardbench-adapter-self-test.json +4 -4
- package/benchmarks/output/external/guardbench-external-dry-run.json +1 -1
- package/benchmarks/output/external/guardbench-external-evidence.json +1 -1
- package/benchmarks/output/guardbench-conformance-card.json +9 -9
- package/benchmarks/output/guardbench-raw.json +104 -103
- package/benchmarks/output/guardbench-summary.json +167 -165
- package/benchmarks/output/leaderboard/guardbench-leaderboard.json +5 -5
- package/benchmarks/output/leaderboard/guardbench-leaderboard.md +2 -2
- package/benchmarks/output/submission-bundle/guardbench-conformance-card.json +9 -9
- package/benchmarks/output/submission-bundle/guardbench-raw.json +104 -103
- package/benchmarks/output/submission-bundle/guardbench-summary.json +167 -165
- package/benchmarks/output/submission-bundle/submission-manifest.json +11 -11
- package/benchmarks/output/submission-bundle/validation-report.json +1 -1
- package/benchmarks/output/summary.json +48 -48
- package/dist/mcp-server/config.d.ts +1 -1
- package/dist/mcp-server/config.js +1 -1
- package/dist/mcp-server/index.d.ts +3 -344
- package/dist/mcp-server/index.d.ts.map +1 -1
- package/dist/mcp-server/index.js +6 -280
- package/dist/mcp-server/index.js.map +1 -1
- package/dist/mcp-server/tool-schemas.d.ts +341 -0
- package/dist/mcp-server/tool-schemas.d.ts.map +1 -0
- package/dist/mcp-server/tool-schemas.js +248 -0
- package/dist/mcp-server/tool-schemas.js.map +1 -0
- package/dist/mcp-server/tool-validation.d.ts +17 -0
- package/dist/mcp-server/tool-validation.d.ts.map +1 -0
- package/dist/mcp-server/tool-validation.js +41 -0
- package/dist/mcp-server/tool-validation.js.map +1 -0
- package/docs/paper/07-evaluation.md +6 -6
- package/docs/paper/audrey-paper-v1.md +6 -6
- package/docs/paper/evidence-ledger.md +1 -1
- package/docs/paper/output/arxiv/arxiv-manifest.json +4 -4
- package/docs/paper/output/arxiv/main.tex +6 -6
- package/docs/paper/output/arxiv-compile-report.json +3 -3
- package/docs/paper/output/submission-bundle/README.md +9 -1
- package/docs/paper/output/submission-bundle/benchmarks/output/adapter-self-test/guardbench-adapter-self-test.json +4 -4
- package/docs/paper/output/submission-bundle/benchmarks/output/external/guardbench-external-dry-run.json +1 -1
- package/docs/paper/output/submission-bundle/benchmarks/output/external/guardbench-external-evidence.json +1 -1
- package/docs/paper/output/submission-bundle/benchmarks/output/guardbench-conformance-card.json +9 -9
- package/docs/paper/output/submission-bundle/benchmarks/output/guardbench-raw.json +104 -103
- package/docs/paper/output/submission-bundle/benchmarks/output/guardbench-summary.json +167 -165
- package/docs/paper/output/submission-bundle/benchmarks/output/leaderboard/guardbench-leaderboard.json +5 -5
- package/docs/paper/output/submission-bundle/benchmarks/output/leaderboard/guardbench-leaderboard.md +2 -2
- package/docs/paper/output/submission-bundle/benchmarks/output/submission-bundle/submission-manifest.json +11 -11
- package/docs/paper/output/submission-bundle/benchmarks/output/submission-bundle/validation-report.json +1 -1
- package/docs/paper/output/submission-bundle/benchmarks/output/summary.json +60 -60
- package/docs/paper/output/submission-bundle/docs/paper/07-evaluation.md +6 -6
- package/docs/paper/output/submission-bundle/docs/paper/audrey-paper-v1.md +6 -6
- package/docs/paper/output/submission-bundle/docs/paper/evidence-ledger.md +1 -1
- package/docs/paper/output/submission-bundle/docs/paper/output/arxiv/arxiv-manifest.json +4 -4
- package/docs/paper/output/submission-bundle/docs/paper/output/arxiv/main.tex +6 -6
- package/docs/paper/output/submission-bundle/docs/paper/output/arxiv-compile-report.json +3 -3
- package/docs/paper/output/submission-bundle/package.json +1 -1
- package/docs/paper/output/submission-bundle/paper-submission-manifest.json +34 -34
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
3
|
"suite": "GuardBench leaderboard",
|
|
4
|
-
"generatedAt": "2026-05-
|
|
4
|
+
"generatedAt": "2026-05-29T13:33:23.840Z",
|
|
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":
|
|
32
|
-
"p95Ms":
|
|
33
|
-
"maxMs":
|
|
31
|
+
"p50Ms": 3.09,
|
|
32
|
+
"p95Ms": 28.181,
|
|
33
|
+
"maxMs": 28.181
|
|
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-05-
|
|
44
|
+
"manifestGeneratedAt": "2026-05-29T13:33:23.534Z",
|
|
45
45
|
"fileCount": 17
|
|
46
46
|
},
|
|
47
47
|
"verification": {
|
package/docs/paper/output/submission-bundle/benchmarks/output/leaderboard/guardbench-leaderboard.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# GuardBench Leaderboard
|
|
2
2
|
|
|
3
|
-
Generated: 2026-05-
|
|
3
|
+
Generated: 2026-05-29T13:33:23.840Z
|
|
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 |
|
|
7
|
+
| 1 | Audrey Guard | yes | yes | 100.0% | 100.0% | 100.0% | 0 | 28.181ms | 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-05-
|
|
4
|
+
"generatedAt": "2026-05-29T13:33:23.534Z",
|
|
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":
|
|
20
|
-
"p95Ms":
|
|
21
|
-
"maxMs":
|
|
19
|
+
"p50Ms": 3.09,
|
|
20
|
+
"p95Ms": 28.181,
|
|
21
|
+
"maxMs": 28.181
|
|
22
22
|
}
|
|
23
23
|
},
|
|
24
24
|
"conformance": {
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"files": [
|
|
45
45
|
{
|
|
46
46
|
"path": "guardbench-conformance-card.json",
|
|
47
|
-
"bytes":
|
|
48
|
-
"sha256": "
|
|
47
|
+
"bytes": 1748,
|
|
48
|
+
"sha256": "88cba808b893cde3530f4e29317d4cf9ae3b20f08456c58d97d4e5300f5f9298"
|
|
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":
|
|
58
|
-
"sha256": "
|
|
57
|
+
"bytes": 43466,
|
|
58
|
+
"sha256": "66d4b69087258638f3572a40e1fd59bb84067034f899eaa2c27eed2dde554b2b"
|
|
59
59
|
},
|
|
60
60
|
{
|
|
61
61
|
"path": "guardbench-summary.json",
|
|
62
|
-
"bytes":
|
|
63
|
-
"sha256": "
|
|
62
|
+
"bytes": 69359,
|
|
63
|
+
"sha256": "91f264dd889e2c639a6fc6d1b867bc228b94c84ed5120345e23dddb79c11ee74"
|
|
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": "
|
|
128
|
+
"sha256": "284c40f608508d59e8cdc8047371dfcf0a9824a891ff37b77035241ab5de275f"
|
|
129
129
|
}
|
|
130
130
|
]
|
|
131
131
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generatedAt": "2026-05-
|
|
2
|
+
"generatedAt": "2026-05-29T13:33:19.790Z",
|
|
3
3
|
"command": "node benchmarks/run.js --provider mock --dimensions 64",
|
|
4
4
|
"config": {
|
|
5
5
|
"provider": "mock",
|
|
@@ -23,25 +23,25 @@
|
|
|
23
23
|
"system": "Audrey",
|
|
24
24
|
"scorePercent": 100,
|
|
25
25
|
"passRate": 100,
|
|
26
|
-
"avgDurationMs":
|
|
26
|
+
"avgDurationMs": 14.75
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"system": "Vector Only",
|
|
30
30
|
"scorePercent": 41.66666666666667,
|
|
31
31
|
"passRate": 25,
|
|
32
|
-
"avgDurationMs": 0.
|
|
32
|
+
"avgDurationMs": 0.4166666666666667
|
|
33
33
|
},
|
|
34
34
|
{
|
|
35
35
|
"system": "Keyword + Recency",
|
|
36
36
|
"scorePercent": 41.66666666666667,
|
|
37
37
|
"passRate": 25,
|
|
38
|
-
"avgDurationMs": 0.
|
|
38
|
+
"avgDurationMs": 0.5833333333333334
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
41
|
"system": "Recent Window",
|
|
42
42
|
"scorePercent": 37.5,
|
|
43
43
|
"passRate": 25,
|
|
44
|
-
"avgDurationMs": 0
|
|
44
|
+
"avgDurationMs": 0.08333333333333333
|
|
45
45
|
}
|
|
46
46
|
],
|
|
47
47
|
"overall_scope": "comparable_suites",
|
|
@@ -170,25 +170,25 @@
|
|
|
170
170
|
"system": "Audrey",
|
|
171
171
|
"scorePercent": 100,
|
|
172
172
|
"passRate": 100,
|
|
173
|
-
"avgDurationMs":
|
|
173
|
+
"avgDurationMs": 14.75
|
|
174
174
|
},
|
|
175
175
|
{
|
|
176
176
|
"system": "Vector Only",
|
|
177
177
|
"scorePercent": 56.25,
|
|
178
178
|
"passRate": 37.5,
|
|
179
|
-
"avgDurationMs": 0.
|
|
179
|
+
"avgDurationMs": 0.5
|
|
180
180
|
},
|
|
181
181
|
{
|
|
182
182
|
"system": "Keyword + Recency",
|
|
183
183
|
"scorePercent": 50,
|
|
184
184
|
"passRate": 37.5,
|
|
185
|
-
"avgDurationMs":
|
|
185
|
+
"avgDurationMs": 0.875
|
|
186
186
|
},
|
|
187
187
|
{
|
|
188
188
|
"system": "Recent Window",
|
|
189
189
|
"scorePercent": 50,
|
|
190
190
|
"passRate": 37.5,
|
|
191
|
-
"avgDurationMs": 0
|
|
191
|
+
"avgDurationMs": 0.125
|
|
192
192
|
}
|
|
193
193
|
],
|
|
194
194
|
"byFamily": [
|
|
@@ -277,7 +277,7 @@
|
|
|
277
277
|
"results": [
|
|
278
278
|
{
|
|
279
279
|
"system": "Audrey",
|
|
280
|
-
"durationMs":
|
|
280
|
+
"durationMs": 22,
|
|
281
281
|
"passed": true,
|
|
282
282
|
"score": 1,
|
|
283
283
|
"summary": "retrieved expected evidence",
|
|
@@ -289,7 +289,7 @@
|
|
|
289
289
|
},
|
|
290
290
|
{
|
|
291
291
|
"system": "Vector Only",
|
|
292
|
-
"durationMs":
|
|
292
|
+
"durationMs": 1,
|
|
293
293
|
"passed": true,
|
|
294
294
|
"score": 1,
|
|
295
295
|
"summary": "retrieved expected evidence",
|
|
@@ -347,7 +347,7 @@
|
|
|
347
347
|
},
|
|
348
348
|
{
|
|
349
349
|
"system": "Vector Only",
|
|
350
|
-
"durationMs":
|
|
350
|
+
"durationMs": 0,
|
|
351
351
|
"passed": false,
|
|
352
352
|
"score": 0.5,
|
|
353
353
|
"summary": "retrieved expected evidence, but conflicting evidence still appeared later",
|
|
@@ -371,7 +371,7 @@
|
|
|
371
371
|
},
|
|
372
372
|
{
|
|
373
373
|
"system": "Recent Window",
|
|
374
|
-
"durationMs":
|
|
374
|
+
"durationMs": 1,
|
|
375
375
|
"passed": false,
|
|
376
376
|
"score": 0.5,
|
|
377
377
|
"summary": "retrieved expected evidence, but conflicting evidence still appeared later",
|
|
@@ -394,7 +394,7 @@
|
|
|
394
394
|
"results": [
|
|
395
395
|
{
|
|
396
396
|
"system": "Audrey",
|
|
397
|
-
"durationMs":
|
|
397
|
+
"durationMs": 13,
|
|
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":
|
|
410
|
+
"durationMs": 1,
|
|
411
411
|
"passed": true,
|
|
412
412
|
"score": 1,
|
|
413
413
|
"summary": "retrieved expected evidence",
|
|
@@ -457,7 +457,7 @@
|
|
|
457
457
|
"results": [
|
|
458
458
|
{
|
|
459
459
|
"system": "Audrey",
|
|
460
|
-
"durationMs":
|
|
460
|
+
"durationMs": 13,
|
|
461
461
|
"passed": true,
|
|
462
462
|
"score": 1,
|
|
463
463
|
"summary": "retrieved expected evidence",
|
|
@@ -468,7 +468,7 @@
|
|
|
468
468
|
},
|
|
469
469
|
{
|
|
470
470
|
"system": "Vector Only",
|
|
471
|
-
"durationMs":
|
|
471
|
+
"durationMs": 1,
|
|
472
472
|
"passed": true,
|
|
473
473
|
"score": 1,
|
|
474
474
|
"summary": "retrieved expected evidence",
|
|
@@ -518,7 +518,7 @@
|
|
|
518
518
|
"results": [
|
|
519
519
|
{
|
|
520
520
|
"system": "Audrey",
|
|
521
|
-
"durationMs":
|
|
521
|
+
"durationMs": 13,
|
|
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":
|
|
530
|
+
"durationMs": 1,
|
|
531
531
|
"passed": false,
|
|
532
532
|
"score": 0.5,
|
|
533
533
|
"summary": "no leak, but retrieved tangential context",
|
|
@@ -597,7 +597,7 @@
|
|
|
597
597
|
},
|
|
598
598
|
{
|
|
599
599
|
"system": "Keyword + Recency",
|
|
600
|
-
"durationMs":
|
|
600
|
+
"durationMs": 0,
|
|
601
601
|
"passed": false,
|
|
602
602
|
"score": 0,
|
|
603
603
|
"summary": "blocked content outranked the correct answer",
|
|
@@ -632,7 +632,7 @@
|
|
|
632
632
|
"results": [
|
|
633
633
|
{
|
|
634
634
|
"system": "Audrey",
|
|
635
|
-
"durationMs":
|
|
635
|
+
"durationMs": 19,
|
|
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":
|
|
696
|
+
"durationMs": 12,
|
|
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":
|
|
753
|
+
"avgDurationMs": 14.75
|
|
754
754
|
},
|
|
755
755
|
{
|
|
756
756
|
"system": "Keyword + Recency",
|
|
@@ -821,7 +821,7 @@
|
|
|
821
821
|
"results": [
|
|
822
822
|
{
|
|
823
823
|
"system": "Audrey",
|
|
824
|
-
"durationMs":
|
|
824
|
+
"durationMs": 14,
|
|
825
825
|
"passed": true,
|
|
826
826
|
"score": 1,
|
|
827
827
|
"summary": "retrieved expected evidence",
|
|
@@ -832,7 +832,7 @@
|
|
|
832
832
|
},
|
|
833
833
|
{
|
|
834
834
|
"system": "Vector Only",
|
|
835
|
-
"durationMs":
|
|
835
|
+
"durationMs": 0,
|
|
836
836
|
"passed": false,
|
|
837
837
|
"score": 0.5,
|
|
838
838
|
"summary": "retrieved expected evidence, but conflicting evidence still appeared later",
|
|
@@ -932,7 +932,7 @@
|
|
|
932
932
|
"results": [
|
|
933
933
|
{
|
|
934
934
|
"system": "Audrey",
|
|
935
|
-
"durationMs":
|
|
935
|
+
"durationMs": 16,
|
|
936
936
|
"passed": true,
|
|
937
937
|
"score": 1,
|
|
938
938
|
"summary": "retrieved expected evidence",
|
|
@@ -993,7 +993,7 @@
|
|
|
993
993
|
"results": [
|
|
994
994
|
{
|
|
995
995
|
"system": "Audrey",
|
|
996
|
-
"durationMs":
|
|
996
|
+
"durationMs": 15,
|
|
997
997
|
"passed": true,
|
|
998
998
|
"score": 1,
|
|
999
999
|
"summary": "retrieved expected evidence",
|
|
@@ -1004,7 +1004,7 @@
|
|
|
1004
1004
|
},
|
|
1005
1005
|
{
|
|
1006
1006
|
"system": "Vector Only",
|
|
1007
|
-
"durationMs":
|
|
1007
|
+
"durationMs": 1,
|
|
1008
1008
|
"passed": false,
|
|
1009
1009
|
"score": 0,
|
|
1010
1010
|
"summary": "missed target evidence",
|
|
@@ -1055,7 +1055,7 @@
|
|
|
1055
1055
|
"system": "Audrey",
|
|
1056
1056
|
"scorePercent": 100,
|
|
1057
1057
|
"passRate": 100,
|
|
1058
|
-
"avgDurationMs": 14
|
|
1058
|
+
"avgDurationMs": 14
|
|
1059
1059
|
},
|
|
1060
1060
|
{
|
|
1061
1061
|
"system": "Vector Only",
|
|
@@ -1073,7 +1073,7 @@
|
|
|
1073
1073
|
"system": "Recent Window",
|
|
1074
1074
|
"scorePercent": 0,
|
|
1075
1075
|
"passRate": 0,
|
|
1076
|
-
"avgDurationMs": 0
|
|
1076
|
+
"avgDurationMs": 0.25
|
|
1077
1077
|
}
|
|
1078
1078
|
],
|
|
1079
1079
|
"byFamily": [
|
|
@@ -1176,7 +1176,7 @@
|
|
|
1176
1176
|
"results": [
|
|
1177
1177
|
{
|
|
1178
1178
|
"system": "Audrey",
|
|
1179
|
-
"durationMs":
|
|
1179
|
+
"durationMs": 13,
|
|
1180
1180
|
"passed": true,
|
|
1181
1181
|
"score": 1,
|
|
1182
1182
|
"summary": "matched all required signals",
|
|
@@ -1211,7 +1211,7 @@
|
|
|
1211
1211
|
},
|
|
1212
1212
|
{
|
|
1213
1213
|
"system": "Recent Window",
|
|
1214
|
-
"durationMs":
|
|
1214
|
+
"durationMs": 1,
|
|
1215
1215
|
"passed": false,
|
|
1216
1216
|
"score": 0,
|
|
1217
1217
|
"summary": "missed required signals: decision:block, warning:must_follow, reflex:block",
|
|
@@ -1234,12 +1234,12 @@
|
|
|
1234
1234
|
"results": [
|
|
1235
1235
|
{
|
|
1236
1236
|
"system": "Audrey",
|
|
1237
|
-
"durationMs":
|
|
1237
|
+
"durationMs": 13,
|
|
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:
|
|
1242
|
+
"guard_hardened:replay_rejected error:guard receipt already has an outcome: 01KSSZ0Y0W5BPW0QA26ZDFWXGG",
|
|
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":
|
|
1295
|
+
"durationMs": 12,
|
|
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:
|
|
1300
|
+
"guard_hardened:non_guard_receipt_rejected error:not a guard receipt: 01KSSZ0Y19FPR6G897395CDBTH",
|
|
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":
|
|
1355
|
+
"durationMs": 22,
|
|
1356
1356
|
"passed": true,
|
|
1357
1357
|
"score": 1,
|
|
1358
1358
|
"summary": "retrieved expected evidence",
|
|
@@ -1364,7 +1364,7 @@
|
|
|
1364
1364
|
},
|
|
1365
1365
|
{
|
|
1366
1366
|
"system": "Vector Only",
|
|
1367
|
-
"durationMs":
|
|
1367
|
+
"durationMs": 1,
|
|
1368
1368
|
"passed": true,
|
|
1369
1369
|
"score": 1,
|
|
1370
1370
|
"summary": "retrieved expected evidence",
|
|
@@ -1422,7 +1422,7 @@
|
|
|
1422
1422
|
},
|
|
1423
1423
|
{
|
|
1424
1424
|
"system": "Vector Only",
|
|
1425
|
-
"durationMs":
|
|
1425
|
+
"durationMs": 0,
|
|
1426
1426
|
"passed": false,
|
|
1427
1427
|
"score": 0.5,
|
|
1428
1428
|
"summary": "retrieved expected evidence, but conflicting evidence still appeared later",
|
|
@@ -1446,7 +1446,7 @@
|
|
|
1446
1446
|
},
|
|
1447
1447
|
{
|
|
1448
1448
|
"system": "Recent Window",
|
|
1449
|
-
"durationMs":
|
|
1449
|
+
"durationMs": 1,
|
|
1450
1450
|
"passed": false,
|
|
1451
1451
|
"score": 0.5,
|
|
1452
1452
|
"summary": "retrieved expected evidence, but conflicting evidence still appeared later",
|
|
@@ -1469,7 +1469,7 @@
|
|
|
1469
1469
|
"results": [
|
|
1470
1470
|
{
|
|
1471
1471
|
"system": "Audrey",
|
|
1472
|
-
"durationMs":
|
|
1472
|
+
"durationMs": 13,
|
|
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":
|
|
1485
|
+
"durationMs": 1,
|
|
1486
1486
|
"passed": true,
|
|
1487
1487
|
"score": 1,
|
|
1488
1488
|
"summary": "retrieved expected evidence",
|
|
@@ -1532,7 +1532,7 @@
|
|
|
1532
1532
|
"results": [
|
|
1533
1533
|
{
|
|
1534
1534
|
"system": "Audrey",
|
|
1535
|
-
"durationMs":
|
|
1535
|
+
"durationMs": 13,
|
|
1536
1536
|
"passed": true,
|
|
1537
1537
|
"score": 1,
|
|
1538
1538
|
"summary": "retrieved expected evidence",
|
|
@@ -1543,7 +1543,7 @@
|
|
|
1543
1543
|
},
|
|
1544
1544
|
{
|
|
1545
1545
|
"system": "Vector Only",
|
|
1546
|
-
"durationMs":
|
|
1546
|
+
"durationMs": 1,
|
|
1547
1547
|
"passed": true,
|
|
1548
1548
|
"score": 1,
|
|
1549
1549
|
"summary": "retrieved expected evidence",
|
|
@@ -1593,7 +1593,7 @@
|
|
|
1593
1593
|
"results": [
|
|
1594
1594
|
{
|
|
1595
1595
|
"system": "Audrey",
|
|
1596
|
-
"durationMs":
|
|
1596
|
+
"durationMs": 13,
|
|
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":
|
|
1605
|
+
"durationMs": 1,
|
|
1606
1606
|
"passed": false,
|
|
1607
1607
|
"score": 0.5,
|
|
1608
1608
|
"summary": "no leak, but retrieved tangential context",
|
|
@@ -1672,7 +1672,7 @@
|
|
|
1672
1672
|
},
|
|
1673
1673
|
{
|
|
1674
1674
|
"system": "Keyword + Recency",
|
|
1675
|
-
"durationMs":
|
|
1675
|
+
"durationMs": 0,
|
|
1676
1676
|
"passed": false,
|
|
1677
1677
|
"score": 0,
|
|
1678
1678
|
"summary": "blocked content outranked the correct answer",
|
|
@@ -1707,7 +1707,7 @@
|
|
|
1707
1707
|
"results": [
|
|
1708
1708
|
{
|
|
1709
1709
|
"system": "Audrey",
|
|
1710
|
-
"durationMs":
|
|
1710
|
+
"durationMs": 19,
|
|
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":
|
|
1771
|
+
"durationMs": 12,
|
|
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":
|
|
1827
|
+
"durationMs": 14,
|
|
1828
1828
|
"passed": true,
|
|
1829
1829
|
"score": 1,
|
|
1830
1830
|
"summary": "retrieved expected evidence",
|
|
@@ -1835,7 +1835,7 @@
|
|
|
1835
1835
|
},
|
|
1836
1836
|
{
|
|
1837
1837
|
"system": "Vector Only",
|
|
1838
|
-
"durationMs":
|
|
1838
|
+
"durationMs": 0,
|
|
1839
1839
|
"passed": false,
|
|
1840
1840
|
"score": 0.5,
|
|
1841
1841
|
"summary": "retrieved expected evidence, but conflicting evidence still appeared later",
|
|
@@ -1935,7 +1935,7 @@
|
|
|
1935
1935
|
"results": [
|
|
1936
1936
|
{
|
|
1937
1937
|
"system": "Audrey",
|
|
1938
|
-
"durationMs":
|
|
1938
|
+
"durationMs": 16,
|
|
1939
1939
|
"passed": true,
|
|
1940
1940
|
"score": 1,
|
|
1941
1941
|
"summary": "retrieved expected evidence",
|
|
@@ -1996,7 +1996,7 @@
|
|
|
1996
1996
|
"results": [
|
|
1997
1997
|
{
|
|
1998
1998
|
"system": "Audrey",
|
|
1999
|
-
"durationMs":
|
|
1999
|
+
"durationMs": 15,
|
|
2000
2000
|
"passed": true,
|
|
2001
2001
|
"score": 1,
|
|
2002
2002
|
"summary": "retrieved expected evidence",
|
|
@@ -2007,7 +2007,7 @@
|
|
|
2007
2007
|
},
|
|
2008
2008
|
{
|
|
2009
2009
|
"system": "Vector Only",
|
|
2010
|
-
"durationMs":
|
|
2010
|
+
"durationMs": 1,
|
|
2011
2011
|
"passed": false,
|
|
2012
2012
|
"score": 0,
|
|
2013
2013
|
"summary": "missed target evidence",
|
|
@@ -2116,7 +2116,7 @@
|
|
|
2116
2116
|
"results": [
|
|
2117
2117
|
{
|
|
2118
2118
|
"system": "Audrey",
|
|
2119
|
-
"durationMs":
|
|
2119
|
+
"durationMs": 13,
|
|
2120
2120
|
"passed": true,
|
|
2121
2121
|
"score": 1,
|
|
2122
2122
|
"summary": "matched all required signals",
|
|
@@ -2151,7 +2151,7 @@
|
|
|
2151
2151
|
},
|
|
2152
2152
|
{
|
|
2153
2153
|
"system": "Recent Window",
|
|
2154
|
-
"durationMs":
|
|
2154
|
+
"durationMs": 1,
|
|
2155
2155
|
"passed": false,
|
|
2156
2156
|
"score": 0,
|
|
2157
2157
|
"summary": "missed required signals: decision:block, warning:must_follow, reflex:block",
|
|
@@ -2174,12 +2174,12 @@
|
|
|
2174
2174
|
"results": [
|
|
2175
2175
|
{
|
|
2176
2176
|
"system": "Audrey",
|
|
2177
|
-
"durationMs":
|
|
2177
|
+
"durationMs": 13,
|
|
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:
|
|
2182
|
+
"guard_hardened:replay_rejected error:guard receipt already has an outcome: 01KSSZ0Y0W5BPW0QA26ZDFWXGG",
|
|
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":
|
|
2235
|
+
"durationMs": 12,
|
|
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:
|
|
2240
|
+
"guard_hardened:non_guard_receipt_rejected error:not a guard receipt: 01KSSZ0Y19FPR6G897395CDBTH",
|
|
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,14 +24,14 @@ 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-05-
|
|
27
|
+
The current `benchmarks/output/summary.json` was generated on 2026-05-29T13:33:19.790Z 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 |
|
|
32
|
-
| Vector Only | 41.66666666666667 | 25 | 0.
|
|
33
|
-
| Keyword + Recency | 41.66666666666667 | 25 | 0.
|
|
34
|
-
| Recent Window | 37.5 | 25 | 0 |
|
|
31
|
+
| Audrey | 100 | 100 | 14.75 |
|
|
32
|
+
| Vector Only | 41.66666666666667 | 25 | 0.4166666666666667 |
|
|
33
|
+
| Keyword + Recency | 41.66666666666667 | 25 | 0.5833333333333334 |
|
|
34
|
+
| Recent Window | 37.5 | 25 | 0.08333333333333333 |
|
|
35
35
|
|
|
36
36
|
This output is a regression-gate result. The baselines are toy local baselines used to catch retrieval and lifecycle regressions in the Audrey codebase. They are not external systems, not tuned competitor implementations, and not GuardBench baselines (Ledger: E23-E24). The current suite covers retrieval and operation families such as information extraction, knowledge updates, multi-session reasoning, conflict resolution, procedural learning, privacy boundary, overwrite, delete-and-abstain, semantic merge, and procedural merge (Ledger: E23-E24).
|
|
37
37
|
|
|
@@ -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 |
|
|
58
|
+
| Guard latency p50 / p95 | 3.09 ms / 28.181 ms |
|
|
59
59
|
| Published artifact raw-secret leaks | 0 |
|
|
60
60
|
| Audrey Guard decision accuracy | 100% |
|
|
61
61
|
| No-memory decision accuracy | 10% |
|
|
@@ -895,14 +895,14 @@ These numbers measure Audrey's local call path under an in-process mock embeddin
|
|
|
895
895
|
|
|
896
896
|
### Behavioral Regression Result
|
|
897
897
|
|
|
898
|
-
The current `benchmarks/output/summary.json` was generated on 2026-05-
|
|
898
|
+
The current `benchmarks/output/summary.json` was generated on 2026-05-29T13:33:19.790Z with command `node benchmarks/run.js --provider mock --dimensions 64` (Ledger: E24). It reports:
|
|
899
899
|
|
|
900
900
|
| System | Score Percent | Pass Rate | Average Duration Ms |
|
|
901
901
|
|---|---:|---:|---:|
|
|
902
|
-
| Audrey | 100 | 100 |
|
|
903
|
-
| Vector Only | 41.66666666666667 | 25 | 0.
|
|
904
|
-
| Keyword + Recency | 41.66666666666667 | 25 | 0.
|
|
905
|
-
| Recent Window | 37.5 | 25 | 0 |
|
|
902
|
+
| Audrey | 100 | 100 | 14.75 |
|
|
903
|
+
| Vector Only | 41.66666666666667 | 25 | 0.4166666666666667 |
|
|
904
|
+
| Keyword + Recency | 41.66666666666667 | 25 | 0.5833333333333334 |
|
|
905
|
+
| Recent Window | 37.5 | 25 | 0.08333333333333333 |
|
|
906
906
|
|
|
907
907
|
This output is a regression-gate result. The baselines are toy local baselines used to catch retrieval and lifecycle regressions in the Audrey codebase. They are not external systems, not tuned competitor implementations, and not GuardBench baselines (Ledger: E23-E24). The current suite covers retrieval and operation families such as information extraction, knowledge updates, multi-session reasoning, conflict resolution, procedural learning, privacy boundary, overwrite, delete-and-abstain, semantic merge, and procedural merge (Ledger: E23-E24).
|
|
908
908
|
|
|
@@ -924,7 +924,7 @@ It reports local adapters only, not external-system comparisons (Ledger: E46):
|
|
|
924
924
|
| Evidence recall | 100% |
|
|
925
925
|
| Redaction leaks | 0 |
|
|
926
926
|
| Recall-degradation detection | 100% |
|
|
927
|
-
| Guard latency p50 / p95 |
|
|
927
|
+
| Guard latency p50 / p95 | 3.09 ms / 28.181 ms |
|
|
928
928
|
| Published artifact raw-secret leaks | 0 |
|
|
929
929
|
| Audrey Guard decision accuracy | 100% |
|
|
930
930
|
| No-memory decision accuracy | 10% |
|