Install, hook, and verify a signed commit envelope in a few commands.
SDK quickstart
Docs
Install Matrix Scroll, add the Git hooks, and verify signed commit envelopes today. The same format can later support secure enclaves and SSH-agent keychains without changing verification.
Every example maps back to the same published byte rules and public schemas.
Use the browser verifier and PR gate before you spend time on deeper rollout work.
PyPI 0.6.1, Git hooks, the browser verifier, and PR-range checks through the GitHub Action.
Transparency-log integrations and custom validation policies for enterprise environments.
Matrix Scroll adds commit provenance. It does not replace IAM, sandboxing, or build attestations.
pip install "matrixscroll==0.6.1"
matrixscroll hook-install
matrixscroll hook-status
export MATRIXSCROLL_ACTOR_TYPE=agent
export MATRIXSCROLL_TOOL=agent-runner
git commit -m "feat: agent change"
matrixscroll envelope-verify "$(git rev-parse HEAD)"
pip install "matrixscroll[mcp]==0.6.1"
{
"mcpServers": {
"matrixscroll-mcp": {
"command": "matrixscroll-mcp"
}
}
}
- uses: SSX360/matrixscroll-verify-action@v1
with:
matrixscroll-version: "0.6.1"
require-mode: emulated
Hooks default to warn mode; set "enforce": true in .git/matrixscroll/config.json to block failed signing. Windows support landed in 0.2.1; the public examples on this page pin 0.6.1. Source of truth: GitHub, SPEC.md, whitepaper.
Matrix Scroll L1 software mode proves possession of the private signing seed file, not the verified physical identity of the human developer. A compromised machine or an attacker with write access to your local filesystem can sign envelopes that verify successfully in CI. Actor binding under emulated mode remains advisory. For the full specification of cryptographic assumptions, see the whitepaper.
Resources
Read the proof before you roll it out.
Tutorial
Add commit provenance to a repo in 5 minutes.
The shortest path from installation to a verifiable commit envelope in a real repository.
Open guideComparison
Commit-time proof vs artifact-time proof.
See exactly where Matrix Scroll fits alongside Sigstore, GitHub attestations, and SLSA.
Read comparisonAdopter kit
Run a small pilot without changing your workflow.
One repository, one PR gate, and one clear success metric for teams evaluating the SDK.
Open adopter kitMatrix Scroll MCP
Use the public MCP with the SDK.
Install the MCP in Cursor, VS Code, or Claude Desktop to audit proof surfaces, preview editor integration safely, and generate a public rollout plan around the SDK.
quickstart-mcp MCP guideRoadmap
Track the rollout milestones.
Stabilization, first adopter proof, and the next protocol integration phases in our roadmap.
See the rollout phases