Verification notice
Every installer is bound to this tag by SHA-256, a CycloneDX 1.7 SBOM, a source-bound release receipt, and GitHub provenance/SBOM attestations.
Before running an installer:
- Download the installer,
SHA256SUMS,scriptor.cyclonedx.json,release-receipt.json, andrelease-evidence-graph.json. - Set
installerto the downloaded filename and verify only its checksum:installer="<installer filename>"; grep -F " $installer" SHA256SUMS | sha256sum --check -. - Verify GitHub provenance and SBOM attestations with
gh attestation verify <installer> --repo AmirrezaFarnamTaheri/Scriptor.
Trust profile details are recorded per platform in the release receipt and evidence graph. Under native-signed, Windows installers are Authenticode-verified and macOS artifacts are Developer-ID-signed and notarized; Linux remains checksum/provenance-backed. Under unsigned, all installers remain explicitly unsigned. Full platform-specific verification commands are documented in docs/RELEASE-SECURITY.md at this tag.