AI Overlay for Kryterion Webassessor on Mac

· 3 min read
Kryterion Webassessor · IT certs

Kryterion administers a long list of IT and professional certifications through Webassessor (the test platform) and Sentinel Secure (the remote-proctoring app). Common Webassessor exams include AWS Certified, Salesforce certifications, and ITIL.

Sentinel Secure is a notarized macOS app that takes over the screen during the exam, streams to a live proctor, and records for asynchronous review. Its capture path is straightforward: ScreenCaptureKit on macOS 12.3+ for the screen, AVFoundation for webcam and microphone. Both APIs treat window privacy as a hard filter, not a hint. LDBypass sets the flag on its overlay; the resulting frames Kryterion receives lack the overlay region, regardless of whether the proctor is reviewing live or after the fact.

Key points

How it works

┌── macOS host ─────────────────────────────────┐
│  ┌── proctor desktop app ───────┐             │
│  │  Calls ScreenCaptureKit /    │  ← misses   │
│  │  CGWindowListCreateImage     │    flagged  │
│  └──────────────────────────────┘    windows  │
│                                               │
│  ┌── LDBypass overlay window ───┐             │
│  │  sharingType = .none         │ ← invisible │
│  └──────────────────────────────┘   to capture│
└───────────────────────────────────────────────┘

Compatibility on Mac

macOS 14 Sonoma+Yes (required for window-privacy API)
Apple Silicon (M1/M2/M3/M4)Native arm64 build
Intel Macs (2019+)Universal binary supported
Sentinel Secure (Mac)macOS 12.3+ for ScreenCaptureKit
Kryterion testing centerIn-person, irrelevant to overlay

Common questions

Does Sentinel Secure run a system scan before the exam?

Yes. It enumerates running apps and may flag known proctor-bypass tools. LDBypass uses a randomized innocuous app name per build, so the scanned name is benign.

Will the overlay help me pass an AWS or Salesforce cert?

It gives you access to ChatGPT or Claude during the exam window. Whether you pass depends on your prep; using AI on a cert exam violates the candidate agreement.

Does Webassessor support second monitors?

Sentinel disables external monitors during the exam. The overlay sits on your built-in display, no extra monitor needed.