Checks failure signals
Disk space, memory pressure, Event 41 unexpected shutdowns, bugcheck events, storage warnings, WHEA hardware warnings, service crashes, and top memory users.
Self-serve workstation black box
SCBE Black Box is a local report for Windows shutdowns, BSOD signals, low disk, memory pressure, storage warnings, and long AI job failure risk. The buyer runs it. It writes a plain-English report. No support call required.
SCBE Black Box Report Action needed: SCBE Black Box found a likely failure or pre-failure signal. - [HIGH] Windows recorded an unexpected shutdown Why: Event 41 means Windows restarted without a clean shutdown. Do: Correlate the minutes before this event with disk, driver, WHEA, BugCheck, and power events below. - [MEDIUM] C:\ has limited free space Why: This is the common pre-failure state for long local jobs.
What it actually does
Disk space, memory pressure, Event 41 unexpected shutdowns, bugcheck events, storage warnings, WHEA hardware warnings, service crashes, and top memory users.
The tool writes latest_black_box_report.txt for humans and
latest_black_box_report.json for automation.
No account, no dashboard, no API key, no remote upload. It runs on the buyer's machine and leaves the report on disk.
Offer
Download ZIP, run the scanner, read the report. Best for one workstation.
Buyer sends the generated report and receives a concise explanation and next steps.
For teams running local agents, browser fleets, model jobs, or build workstations.
Use
The bundle contains the scanner, quickstart, Windows script, Unix script, manifest, and sample output.
Windows: powershell -ExecutionPolicy Bypass -File .\run-windows.ps1
Open report/latest_black_box_report.txt. If it flags high severity, act
before long jobs.
From the repo, prove it to yourself with one command:
npm run blackbox:prove. It builds the buyer ZIP, runs the bundled scanner,
and prints the top finding plus report paths.