Skip to content

Security: Z3r0DayZion-install/hypersnatch

Security

SECURITY.md

Security Policy

Supported Versions

Version Status
1.2.x ✅ Active — receiving security fixes
1.1.x ⚠️ Security fixes only
< 1.1 ❌ End of life

Verification Requirements

All HyperSnatch releases MUST:

  1. Include verification scriptsverify.ps1 and verify_node.js
  2. Provide SHA-256 checksumsSHA256SUMS.txt and MANIFEST.json
  3. Be Ed25519 signedmanifest.sig verified against root_public_key.pem
  4. Include Sigstore signatures — cosign blob signatures on all .exe artifacts
  5. Generate SLSA provenanceprovenance.json with build metadata
  6. Build deterministically — same source → same binary via Dockerfile.repro
  7. Pass CI testsnpm run test:ci must succeed before release
  8. Be self-verifying — users can verify entirely offline

Binary Verification

# PowerShell (Windows)
.\verify.ps1 -FilePath .\HyperSnatch-Setup-1.2.1.exe

# Node.js (cross-platform)
node verify_node.js HyperSnatch-Setup-1.2.1.exe

For the full verification walkthrough, see docs/VERIFY_RELEASE.md.

Reporting a Vulnerability

Contact

What to include

  • Detailed description of the vulnerability
  • Steps to reproduce
  • Potential impact assessment
  • Suggested fix (if applicable)

Response timeline

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

Supply Chain Security

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.

Security Principles

  • 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

There aren't any published security advisories