38 lines
1.7 KiB
Markdown
38 lines
1.7 KiB
Markdown
# Evidence Index
|
|
|
|
This folder is an index only. The canonical evidence remains inside `../AINative_OKR_CASAN5` so the source package, logs, reports, and scripts stay together.
|
|
|
|
## Fastest Verification
|
|
|
|
```bash
|
|
cd ../AINative_OKR_CASAN5
|
|
bash .specify/tests/run-casan4-harness-tests.sh
|
|
```
|
|
|
|
Expected result: all checks pass.
|
|
|
|
## High-Value Evidence Paths
|
|
|
|
| Evidence Type | Path |
|
|
|---|---|
|
|
| Full test report | `../AINative_OKR_CASAN5/docs/output/casan/evidence/harness-test-report.md` |
|
|
| Security attack block | `../AINative_OKR_CASAN5/docs/output/casan/evidence/01-security-attack.stderr` |
|
|
| PII masking output | `../AINative_OKR_CASAN5/docs/output/casan/evidence/02-pii-output.txt` |
|
|
| Governance deny evidence | `../AINative_OKR_CASAN5/docs/output/casan/evidence/03-governance-deny.stderr` |
|
|
| Approved high-risk evidence | `../AINative_OKR_CASAN5/docs/output/casan/evidence/04-high-risk-approved-output.txt` |
|
|
| Audit-chain verification | `../AINative_OKR_CASAN5/docs/output/casan/evidence/06b-audit-chain.stdout` |
|
|
| Demo pipeline context | `../AINative_OKR_CASAN5/docs/output/output_logs/casan-demo/pipeline-context.yaml` |
|
|
| Level 5 evidence folder | `../AINative_OKR_CASAN5/docs/output/casan/level5-evidence/` |
|
|
| Central dashboard | `../AINative_OKR_CASAN5/docs/output/casan/central-agentops-dashboard.html` |
|
|
| Policy signature | `../AINative_OKR_CASAN5/.specify/level5/central-governance/policy-manifest.sig` |
|
|
| Public verification key | `../AINative_OKR_CASAN5/.specify/level5/central-governance/policy-public.pem` |
|
|
|
|
## Evidence Review Order
|
|
|
|
1. Run the test harness.
|
|
2. Open `harness-test-report.md`.
|
|
3. Open `pipeline-context.yaml`.
|
|
4. Open `central-agentops-dashboard.html`.
|
|
5. Inspect signed policy files and confirm `policy-private.pem` is not packaged.
|
|
|