Feature Request: Cryptographic Provenance & Automated Security Verification for Private Releases #203101
Unanswered
XSecured
asked this question in
Code Security
Replies: 3 comments
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
0 replies
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Product Feedback
💬 Feature/Topic Area
Other
Discussion Details
Problem:
When developers build proprietary or closed-source software, end users running the compiled binaries (such as APKs or executable release assets) have no way to verify two critical properties:
Proposed Solution:
Introduce an optional GitHub-managed build and verification pipeline for private repositories and closed-source releases:
Isolated Security Attestation:
Utilize server-side static analysis engines and LLM-assisted code scanners running in isolated, non-persistent sandboxes to audit private commits for exploit patterns, credential leaks, and malicious API hooks.
Confidential Reproducible Builds:
Enforce compilation via GitHub Actions within a sealed, non-persistent runner. Upon a successful build, generate an immutable cryptographic provenance attestation (such as an extension of the SLSA framework) linking the output binary hash to the verified private commit.
Public Verification Badge & Attestation Page:
Provide a publicly verifiable badge or attestation URL confirming: "Compiled by GitHub Actions from a validated private commit (Hash: XXXX)" without revealing the underlying private source code, allowing users to verify binary integrity even if downloaded externally.
Value Proposition:
Allows developers of proprietary software to establish binary integrity and safety baselines for their user base while maintaining code privacy, while generating a scalable revenue stream for GitHub via automated confidential pipeline checks.
Note: Please excuse any technical oversights or naive assumptions in this proposal. I do not have deep experience with GitHub's internal architecture, but I wanted to share this concept in hopes that it might spark useful ideas or offer a helpful perspective for future platform security considerations.
All reactions