[codex] Add claim-bounded secret scanner evidence gate#154
Closed
svy04 wants to merge 2 commits into
Closed
Conversation
Owner
Author
|
Superseded by #163, which rebased the claim-bounded secret scanner evidence gate on current main, passed CI, and was merged. |
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 a claim-bounded secret scanner evidence gate for Metaforge public hygiene work. The new gate records external scanner availability, hosted GitHub secret-scanning posture, remote public-surface status, and explicit non-claims so the repo can respond to public trust feedback without overstating readiness.
What changed
scripts/product-secret-scanner-evidence.tsplus tests.product:secret-scanner-evidenceintoproduct:qualityand non-mutatingproduct:secret-scanner-evidence:checkintoverify:privacy.bun run product:qualitypass.Claim boundary
This does not claim full-history secret cleanliness, GitHub alert cleanliness, release readiness, production readiness, public security posture, or external validation. Current evidence records missing local scanner binaries plus disabled hosted secret scanning and push protection as gaps.
Validation
bun test scripts/product-secret-scanner-evidence.test.ts scripts/product-evidence-manifest.test.ts scripts/product-github-hosted-trust-posture.test.ts scripts/product-github-remote-surface-audit.test.tsbun run typecheck --pretty falsebun run product:secret-scanner-evidencebun run product:evidence-manifestbun run product:public-claim-boundarybun run scripts/product-quality-gate.tsbun run verify:privacybun run product:qualitygit diff --checkgit diff --cached --check