Harden TaskCapsule runtime and release gates - #11
Open
vtino17 wants to merge 4 commits into
Open
Conversation
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
vtino17
marked this pull request as ready for review
August 2, 2026 02:49
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
Harden TaskCapsule as a production candidate across runtime safety, state durability, child-process isolation, CI, and release integrity.
Runtime and destructive-operation safety
Service execution correctness
Toolchain and supply chain
govulncheck, CodeQL, OpenSSF Scorecard, Dependabot, coverage, and macOS/Windows smoke gatesVerification evidence
Head SHA:
931be97893a1c3ac5a49be47dca27ef52fd42329Hosted CI run 30729469691 passed all 11 required jobs:
go vetgovulncheckLocal verification with the checksum-verified official Go 1.25.12 Linux arm64 toolchain also passed unit tests, integration tests,
go vet,govulncheck, actionlint, shell syntax checks, reproducible five-target release comparison, and generated SHA-256 checksum verification.The local kernel exposes a ThreadSanitizer VMA layout unsupported by Go's race runtime. Hosted Linux race jobs are the authoritative race evidence for this SHA.
Remaining gates