docs: add public boundary and evidence examples#3
Merged
Conversation
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.
Summary
Adds the public-boundary, declassification, and evidence-model documentation for BoundaryKit (the
public reference architecture, formerly
agent-vm), plus a self-contained set of clearly-fakereference-cell policy/evidence examples and a local public-safety scan script.
This packet documents how governed, untrusted agent-workload cells are reasoned about and what stays
public vs. private. All examples are newly written, illustrative, and marked
example_only. Nothinghere describes, copies, or validates any private deployment.
Files changed (10 files, +530)
Docs
docs/public-private-boundary.md— what is public reference material vs. private operational truth; trust/promotion boundaries; release rule.docs/declassification-checklist.md— content + governance checklist to run before publishing.docs/evidence-model.md— generic evidence receipt fields and per-gate evidence requirements ("evidence over assertion").Fake reference-cell examples (all
example_only)examples/reference-cell/policies/demo-tool-policy.yaml— fake allowlisted tools, fake schema hashes, denied-tools-absent, fail-closed flags.examples/reference-cell/policies/demo-egress-policy.yaml— default-deny egress, fake.invalidendpoints, audit-on-deny.examples/reference-cell/policies/demo-secret-refs.yaml—secret://demo/...references only, no values.examples/reference-cell/evidence/demo-build-sign-receipt.md— fake digest/SBOM/signature receipt shape.examples/reference-cell/evidence/demo-rollback-receipt.md— fake rollback target + drill receipt.Tooling
scripts/public-safety-scan— local Python scanner for common public-boundary mistakes (secret patterns, absolute home paths, key blocks, broad mounts, non-placeholder image refs, missingexample_onlymarkers). No external service dependency; exits non-zero on findings.README
README.md— links the three new docs and listsexamples/reference-cell/+scripts/public-safety-scanin the layout table.Validation commands and exact results
Run against this branch (base
origin/main=12bd3c98db92bfa849b4aa85f50187867c3c71b3):Public-safety / declassification verdict
PASS — public-safe. Examples are obviously fictional and
example_only; fake domains use.invalid/ reserved.example; digests are all-pattern (0000…,1111…,aaaa…); secrets aresecret://demo/...references only. No private hostnames, IPs, registry paths, source paths, serviceunits, real digests/SBOMs/receipts, task ledgers, transcripts, or credentials appear. Docs frame
BoundaryKit strictly as public reference architecture/methodology and explicitly do not claim that any
private system was validated.
Non-goals (explicitly out of scope)
🤖 Generated with Claude Code