ci: add free security baseline (#26) - #27
Merged
Merged
Conversation
PeterGuy326
marked this pull request as ready for review
September 5, 2026 13:54
This was referenced Sep 10, 2026
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.
Fixes #26
Summary
and OpenSSF Scorecard;
deterministic checks.
Security boundary
The local validator does not call a network service, an LLM, or GitHub. It
prints counts rather than matching values. The wrapper passes only a small
environment allowlist to the validator, so local GitHub, cloud, package, and
model credentials are not inherited. The templates do not use
pull_request_target, do not referencesecrets., and do not grant model,deployment, or publishing credentials to repository code.
No local environment files, internal documents, credentials, or scanner output
are included in this pull request.
Validation
ruby -c scripts/bytefolk-local-boundary-check.rb— PASSbash -n scripts/bytefolk-scrub-env.sh— PASSruby scripts/validate-governance.rb— PASSruby scripts/validate-brand-assets.rb— PASSgit diff --cached --check— PASSKnown limits
six existing repositories; adoption remains a reviewed, workflow-only PR
per repository.
local validation cannot prove a remote run is green.
Scanning and Push Protection.