[docs] Bootstrap the hardened OB1 Review gate - #6
Merged
Conversation
Humestone
marked this pull request as ready for review
July 23, 2026 01:46
Humestone
marked this pull request as draft
July 23, 2026 01:47
Humestone
marked this pull request as ready for review
July 23, 2026 01:50
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.
Purpose
This is the one-time gate bootstrap for
Humestone/OB1. It is deliberately separate from draft PR #5 and must not be merged without explicit Stone/James approval.What changed
.github/workflows/ob1-gate-v2.ymlfrom the current upstream architecture with the surviving HumeStone hardeningpull_request_target,ready_for_review/converted_to_draft, andworkflow_dispatchevent guardsHEAD~1fallbackOB1 ReviewTrust boundary
The gate workflow has read-only
contentspermission, receives no secrets, and never executes PR-controlled repository code. The checked-out PR tree is inspected strictly as data after the early non-regular-file/path guard.Privileged
pull_request_targetfollow-ups are deliberately disabled and deferred to a separate future security-reviewed PR..github/workflows/ob1-pr-followups.ymlexactly matcheshumestone/main: its write-capable job accepts onlyworkflow_run.event == 'pull_request'. Therefore this target-event bootstrap cannot trigger comments, labels, Claude auto-review, repository secrets, or OIDC. The existing pull-request-only follow-up remains dormant compatibility.Validation
actionlintpassed for the changed gate workflowSC2129style findings ignoredgit diff --checkpassedsitecustomize.py/ local pip shadowing, checkout authorization headers, symlinks, gitlinks, multi-commit diffs, missing merge bases, forged delimiters, control-character and shell-shaped filenames, leading-dash option injection across credential/binary/SQL/local-MCP scanners, hostile titles, docs-only credential/binary blocking, Rule 6 empty counts, draft transitions, trusted base-schema use, typed artifact JSON, early-failure upload behavior, and PR-planted artifact poisoning.github/workflows/ob1-gate-v2.yml; the paired follow-up blob is identical tohumestone/mainMerge boundary
Do not merge this draft without explicit Stone/James approval. This PR does not modify, rebase, or resolve PR #5; it creates no branch protection/ruleset, deploy, production configuration, schema/data, secret/access, or cleanup change.