ssx360/Matrix Scroll Verify

Verify a signed Matrix Scroll manifest or PR commit envelope range in CI.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
manifestPath to signed manifest JSON file (single-manifest mode)no""
head-refHead ref for commit-range verification (enables PR gate mode)no""
base-refBase ref for commit-range verificationno""
sourceEnvelope source for range mode (local, notes, bundle)nonotes
bundle-dirBundle directory when source=bundleno""
notes-refGit notes ref for envelope transportnorefs/notes/matrixscroll
fetch-notesFetch notes ref from origin before range verificationnotrue
python-versionPython version for installing matrixscrollno3.12
matrixscroll-versionmatrixscroll package version pin (recommended 0.6.0)no0.6.0
require-modeOptional policy require-mode (v0.2.1+)no""
trusted-keysOptional path to trusted public keys JSON (v0.2.1+)no""
summary-outputOptional path to write full range verification JSON summaryno""
verify-agent-scopeVerify linked agent_scope manifest signatures (range mode)nofalse
namedescription
okWhether verification passed
device_idSigner device id from manifest (single-manifest mode)
modeProvider mode from manifest signature block (single-manifest mode)
verified_countNumber of verified commits (range mode)
agent_countNumber of agent-authored verified commits (range mode)
human_countNumber of human-authored verified commits (range mode)
modesComma-separated signature modes seen in range mode
summary_pathPath to written summary JSON when summary-output is set