Skip to content

Commit d03ec7f

Browse files
committed
test: add pending adversarial corpus manifest receipt
1 parent e568a80 commit d03ec7f

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"schema_version": "0.1",
3+
"generator": "scripts/generate_adversarial_corpus_manifest.py",
4+
"generated_at": "PENDING — run scripts/generate_adversarial_corpus_manifest.py to populate",
5+
"fixture_dir": "tests/fixtures/adversarial_surface_gate",
6+
"fixture_count": 0,
7+
"corpus_hash": "PENDING",
8+
"required_coverage": [],
9+
"missing_coverage": [],
10+
"fixtures": [],
11+
"claim_boundary": {
12+
"does_not_prove_universal_adversarial_coverage": true,
13+
"does_not_prove_prompt_injection_immunity": true,
14+
"does_not_prove_semantic_completeness": true,
15+
"does_not_prove_production_readiness": true,
16+
"allowed_claim": "The declared adversarial fixture corpus is stable, replayable, hashed, and represented by a canonical manifest."
17+
}
18+
}

0 commit comments

Comments
 (0)