examples/pcr: add executable showboat demo#35
Merged
Conversation
DEMO.md is a verifiable walkthrough — `showboat verify examples/pcr/DEMO.md` re-runs every block from the repo root and diffs the output. Covers the money shot (one proof term's fate as its fact is revoked and restored, surgically), the engine-parity check (native vs CPS byte-identical), the full selftest battery of behavior/defense categories, and a live hostile-input pass (spoofed proof, uppercase type-variable injection, unknown principal, and a grant refused over a corrupt blob). Every block is filtered to deterministic output (no timing/heap/boot-banner noise) so verify is stable. README links it. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
examples/pcr/DEMO.md— an executable showboat walkthrough that both documents and proves the proof-carrying-requests example.showboat verify examples/pcr/DEMO.md(from the repo root) re-runs every code block and diffs the output; it passes deterministically (verified twice).Sections:
ALLOW → DENY (identical bytes) → alice's own proof still ALLOW (surgical) → re-grant → ALLOW.Every block filters out non-deterministic noise (timing, heap deltas, the kernel load banner) so
verifyis stable across runs and machines. README links the demo.Doc-only; no code changes.
🤖 Generated with Claude Code