Thanks to visit codestin.com
Credit goes to hackzero.ai

A HackZero open-source project

Laptop security evidence
should be free.

HackZero Device Checker is a small open-source app for the four laptop settings your SOC 2 audit asks about: encryption, screen lock, automatic updates, and endpoint protection.

Read the source on GitHub

Made with by HackZero :)

Current preview artifacts are transparently labelled unsigned. Production installers are published only after platform signing verification.

Example workspace

Work laptops

4 reporting
All four settings are onCurrent evidence from every laptop
AC
Amelia ChenMacBook Pro
Encryption on
DM
Diego MoralesWindows laptop
Screen lock on
SR
Sofia RamirezMacBook Air
Updates on
NK
Noah KimUbuntu laptop
Protection on

Sample workspace — illustrative data only

What it reads

The four settings
that matter.

Each result is short enough for a person to understand and specific enough for an auditor to test. Anything the checker cannot read remains unknown—it never guesses a pass.

  1. 01Full-disk encryption is enabled.
  2. 02The screen locks automatically.
  3. 03Automatic operating-system updates are configured.
  4. 04The operating system's endpoint protection is active.

Security boundaries

Evidence from the device.
Control stays with you.

  • It cannot run arbitrary commands or change a setting.
  • It has no permanent listener or inbound network port.
  • It pairs once in your browser and stores no browser session.
  • Every report is signed by a per-device key pair.
Read the threat model ↗
A focused beam in a dark chamber: evidence collection constrained by clear security boundaries.

Frequently asked

Questions.

01Is this an MDM?

No. It does not enforce settings, remotely control devices, install software, run commands, or inventory files. It only reads a small, documented set of security signals.

02What does it collect?

Only the operating-system version, checker version, collection time, and posture outcomes. It does not collect files, browsing history, screenshots, keystrokes, location, or passwords.

03What happens when a laptop is offline?

Nothing is marked failed just because a laptop is asleep or offline. HackZero shows that the last report is no longer fresh; a failure is reserved for a setting the device actually reported as failing.

04How does device sign-in work?

The owner pairs once through the normal HackZero sign-in page using OAuth authorization code plus PKCE. The application never stores a browser session, password, or long-lived personal API token.

05When can I install it?

The source is available now. Signed installers are published only after each platform's packaging and signing verification is complete.

Inspect it before you install it.

The source, architecture, data inventory, and security policy are public. Release artifacts will include checksums and a software bill of materials.

Open GitHub ↗

Open source, end to end

Inspect it before
you install it.

Every release is built from a public tag in GitHub Actions. Before installing, compare its hash and verify its build provenance with GitHub CLI.

01

Inspect the tag

Read the exact public source commit and short release notes before you download anything.

02

Check the hash

Each release publishes SHA-256 checksums alongside the installer or package.

03

Verify provenance

GitHub confirms the downloaded artifact came from this repository's release workflow.

gh attestation verify ./DEVICE_CHECKER_FILE \
  --repo cruzryan/hackzero-device-checker

Production Windows and macOS installers also require valid platform signatures. An unsigned development artifact is labelled as such, never presented as signed.