chore: standards remediation#18
Merged
Merged
Conversation
Safe, mechanical conformance fixes per vendored STANDARDS: - persist-credentials: false on every actions/checkout across all six workflows (ci, a11y, codeql, pages, release, tsa-integration). None of these checkouts perform git push/fetch, so dropping the persisted GITHUB_TOKEN is safe and satisfies the SECURITY-AND-SUPPLY-CHAIN / CI-CD AUTO-GATE. - Add CITATION.cff (valid CFF 1.2.0) per DOCUMENTATION-STANDARD §4: title, authors, version (0.2.0), date-released, license (AGPL-3.0-or-later). ORCID omitted (none on record). No change to gates, permissions blocks (already least-privilege), SHA pins (already full-SHA), or the coverage floor (already --cov-fail-under=85). make verify is green: 122 passed, 86.04% branch coverage on Python 3.14.6. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Signed-off-by: Chelsea Kelly-Reif <3114598+ChelseaKR@users.noreply.github.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.
Safe mechanical conformance fixes per STANDARDS backlog.
Remediated
persist-credentials: falseadded to everyactions/checkoutacross all six workflows (ci,a11y,codeql,pages,release,tsa-integration). None of these checkouts rungit push/fetch, so dropping the persistedGITHUB_TOKENis safe — satisfies the SECURITY-AND-SUPPLY-CHAIN / CI-CD AUTO-GATE.CITATION.cffadded (valid CFF 1.2.0) per DOCUMENTATION-STANDARD §4:title,authors,version(0.2.0),date-released(2026-06-17),license(AGPL-3.0-or-later). ORCID omitted (none on record); DOI deferred until Zenodo archival.Already conformant (no change needed)
permissions:block (contents: readtop-level, scoped elevation only where required).uses:already pinned to full 40-char SHAs with# vX.Y.Zcomments.covtarget already runs--cov-fail-under=85ungated viamake verify; current branch coverage 86.04%.|| true/continue-on-erroranywhere in CI.Flagged (out of scope — higher effort)
relay/Dockerfileis built/scanned by nothing — no Trivy/Grype gate in CI. Adding an image-scan job is a higher-effort change (new workflow + image build + threshold tuning) and is left for a dedicated PR.Verification
make verifygreen on Python 3.14.6: 122 passed, 86.04% branch coverage. EN/ES parity and crypto/threat-model/privacy gates untouched.