Block unsafe evidence handoff privacy leaks - #21
Open
zwright8 wants to merge 1 commit into
Open
Conversation
Audit is the last lightweight evidence check before downstream layers consume generated runs, so it now reports built-in public-repo privacy findings and can fail on them without echoing sensitive values. Reserved example domains remain allowed for deterministic fixtures, and the release check uses a placeholder live-smoke root before enabling the gate. Constraint: Repository is public and generated evidence must not carry local/private path or contact values downstream Rejected: Require callers to enumerate every private pattern with --forbid-text | misses common path and contact leaks Rejected: Echo matched values in audit output | would make the audit artifact unsafe to share Confidence: high Scope-risk: narrow Directive: Keep audit findings category-only unless the output path is explicitly private Tested: python -m pytest tests/test_cli_report.py -k audit Tested: python -m flightrecorder audit --runs runs --fail-on-privacy Tested: ./release_check.sh Not-tested: Live Hermes/OpenClaw smoke scripts against real external checkouts
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
Verification