feat(conformance): port external-grader cells — OpenSSF Scorecard, HSTS preload, SLSA build level#5
Merged
Conversation
…TS preload, SLSA build level Mirrors bounded-systems/lone#15 into the kit's vendored port. Three new criteria scored from INDEPENDENT third-party graders — independent by construction, so no `verifiedBy` — all recommended (required:false, non-gating), purely additive. - security.hsts-preload (`hstsPreload`) — met when origin is on the HSTS preload list. - integrity.scorecard (`scorecard`) — met when OpenSSF Scorecard score ≥ 7.0. - integrity.slsa-level (`slsaLevel`) — met when build level ≥ target (default L3); distinct from integrity.slsa-provenance (present/signed/verified). Adds the CRITERIA entries, the ENVELOPE fields, the evaluators, the shared SCORECARD_THRESHOLD, and tests. node test/run.mjs → 12 passed, 0 failed. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Mirrors bounded-systems/lone#15 into the kit's vendored port — keeps the kit in lockstep with the source-of-truth standard.
What
Three new conformance criteria scored from independent third-party graders (independent by construction → no
verifiedBy), all recommended (required: false, non-gating) — purely additive.metwhensecurity.hsts-preloadhstsPreload.preloadedintegrity.scorecardscorecard.score(0–10)integrity.slsa-levelslsaLevel.level/.targetintegrity.slsa-levelis distinct fromintegrity.slsa-provenance(present/signed/verified).Scope
CRITERIA entries + ENVELOPE fields + evaluators + shared
SCORECARD_THRESHOLD+ tests.Verification
node test/run.mjs→ 12 passed, 0 failed (the conformance projection's not-assessed count rises 24 → 27, confirming the three cells are wired). New assertions: absent → not-assessed; all three met with good evidence; all three unmet with failing evidence (HSTS false, Scorecard 6.9, SLSA L2 < L3).PR checklist
node test/run.mjs12/0🤖 Generated with Claude Code