Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions docs/paper-evidence/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Paper Evidence Assets

This folder contains non-code evidence assets referenced by the paper (figures, clean logs, and run links).

## CI evidence: adversarial invalid gate (Figure S8)
- GitHub Actions run: https://github.com/joy7758/agent-object-protocol/actions/runs/22717328360
- Summary screenshot: `ci/S8_adversarial-gate-summary-ci.png`
- Clean log excerpt: `ci/ci_run_22717328360_job_65870183177.clean.log`

Expected summary:
- total=3
- parse_reject=1
- checks_reject=2
- unexpected_pass=0
41 changes: 41 additions & 0 deletions docs/paper-evidence/ci/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# CI Log Screenshots

Generated from GitHub Actions run `22658349784` (job `65672839352`, `JSON Schema validate`).

- Run: https://github.com/joy7758/agent-object-protocol/actions/runs/22658349784
- Job: https://github.com/joy7758/agent-object-protocol/actions/runs/22658349784/job/65672839352
- Raw log: `ci_run_22658349784_job_65672839352.log`
- Clean log: `ci_run_22658349784_job_65672839352.clean.log`

## Files

- `S1_object-invalid-rejected.png` (clean log lines 1078-1087)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Remove references to evidence files not present here

This README lists S1S7 screenshots and ci_run_22658349784... logs, but under docs/paper-evidence/ci the commit only introduces S8_adversarial-gate-summary-ci.png and ci_run_22717328360_job_65870183177.clean.log. That leaves multiple documented artifacts unreachable for anyone trying to verify the paper evidence from this tree, which breaks the reproducibility path the file is meant to provide.

Useful? React with 👍 / 👎.

- `S2_mcp-derived-schema-invalid-rejected.png` (lines 1545-1556)
- `S3_v07-e2e-negative-rejected.png` (lines 1904-1944)
- `S4_v08-evidence-digest-mismatch-rejected.png` (lines 2600-2616)
- `S5_v09-evidence-digest-mismatch-rejected.png` (lines 2341-2382)
- `S6_v11-dsse-invalid-rejected.png` (lines 720-752)
- `S7_v12-intoto-payloadtype-invalid-rejected.png` (lines 529-561)

## Adversarial Gate (local evidence)

- Command: `node tools/validate_invalid_fixtures.mjs`
- Log: `adversarial_gate_local.log`
- Screenshot: `S8_adversarial-gate-summary.png`
- Summary:
- `Adversarial invalid fixtures total: 3`
- `Rejected at parse: 1`
- `Rejected by checks: 2`
- `Unexpectedly passed: 0`

## Adversarial Gate (CI evidence)

- Run: https://github.com/joy7758/agent-object-protocol/actions/runs/22717328360
- Job: https://github.com/joy7758/agent-object-protocol/actions/runs/22717328360/job/65870183177
- Log: `ci_run_22717328360_job_65870183177.clean.log`
- Screenshot: `S8_adversarial-gate-summary-ci.png`
- Summary:
- `Adversarial invalid fixtures total: 3`
- `Rejected at parse: 1`
- `Rejected by checks: 2`
- `Unexpectedly passed: 0`
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading