| Version | Status |
|---|---|
| 1.2.x | ✅ Active — receiving security fixes |
| 1.1.x | |
| < 1.1 | ❌ End of life |
All HyperSnatch releases MUST:
- Include verification scripts —
verify.ps1andverify_node.js - Provide SHA-256 checksums —
SHA256SUMS.txtandMANIFEST.json - Be Ed25519 signed —
manifest.sigverified againstroot_public_key.pem - Include Sigstore signatures — cosign blob signatures on all
.exeartifacts - Generate SLSA provenance —
provenance.jsonwith build metadata - Build deterministically — same source → same binary via
Dockerfile.repro - Pass CI tests —
npm run test:cimust succeed before release - Be self-verifying — users can verify entirely offline
# PowerShell (Windows)
.\verify.ps1 -FilePath .\HyperSnatch-Setup-1.2.1.exe
# Node.js (cross-platform)
node verify_node.js HyperSnatch-Setup-1.2.1.exeFor the full verification walkthrough, see docs/VERIFY_RELEASE.md.
- Email: security@hypersnatch.dev
- PGP Key: Available at keys.openpgp.org
- PGP Fingerprint: Published in
release/verify/ROOT_FINGERPRINT.txt
- Detailed description of the vulnerability
- Steps to reproduce
- Potential impact assessment
- Suggested fix (if applicable)
| Stage | Timeframe |
|---|---|
| Initial acknowledgement | 48–72 hours |
| Severity assessment | 5 business days |
| Patch or mitigation | 7–14 days |
| Coordinated disclosure | Up to 14 days after patch |
HyperSnatch implements the following supply chain protections:
- Deterministic builds (pinned Node, Electron, lockfile)
- Ed25519 manifest signatures
- Sigstore artifact signatures
- SLSA Level 2 provenance
- Offline verification scripts
- Append-only transparency log
- Hardened CI permissions
- Tag signature verification
For details, see docs/SUPPLY_CHAIN_SECURITY.md.
- Zero Telemetry: No data collection, no phone-home, no analytics
- Offline First: Core functionality works without internet
- Verified by Default: Integrity checking is built into the distribution model
- Minimal Attack Surface: 3 dependencies, Electron sandboxed, no plugins
Last updated: March 2026