Is LockDown Browser Spyware? (Technical Answer for 2026)

LockDown Browser is not spyware in any standard technical definition: it doesn't install covertly, doesn't hide from system tools, doesn't persist after uninstall, and discloses what it captures via TCC consent dialogs you have to click. Respondus Monitor does record your webcam, microphone, and screen during proctored exams - but with explicit consent, not surreptitiously.

The standard definition of spyware

The widely-accepted technical definition of spyware (per Wikipedia, EFF, and major security vendors): software that:

  1. Installs without explicit user consent (drive-by, bundled, deceptive).
  2. Collects information covertly, without disclosure.
  3. Hides its presence from the user (cloaking, rootkit techniques).
  4. Resists removal (persistence mechanisms).

How LockDown Browser scores against each criterion

1. Installation consent

LDB requires you to click through Apple's standard installer with admin authentication. Sonoma 14.4+ requires your admin password. There is no drive-by install path. Score: not spyware on this dimension.

2. Covert collection

Every monitored resource (camera, microphone, screen) requires explicit TCC consent on macOS - you click "Allow" on a system dialog before LDB can access. Apple's green camera indicator + orange microphone indicator + recording dot show in the menu bar when capture is active. Score: not spyware.

3. Hiding from system tools

LDB appears in Activity Monitor, Finder, System Settings → Privacy & Security. Its bundle is at /Applications/LockDown Browser.app, openly. codesign -dvvv shows the developer authority; no anti-debug or anti-introspection. Score: not spyware.

4. Resistance to removal

LDB does not actively resist uninstall. A drag-to-Trash leaves cached state behind (which we discuss in the uninstall cluster), but this is a "didn't bundle a clean uninstaller" issue rather than a "fights removal" issue. rm -rf the bundle and support directories and LDB is gone. Score: not spyware.

Where the "spyware" framing comes from

The term is used loosely in critical coverage of remote proctoring (EFF, ACLU, student newspapers) to convey concern, not to claim technical equivalence with malware. The legitimate concerns Re-stated:

These are real concerns. They don't make LDB spyware in the technical sense, but they're grounds for documented privacy critique.

How LockDown Browser differs from actual macOS spyware

BehaviorLockDown BrowserPegasus / KeyRaider / actual spyware
Notarised by Apple✗ (signed with stolen certs at best)
Disclosed permissions via TCC✗ (exploits CVEs to bypass)
Visible in Activity Monitor✗ (process hiding)
Removable by user✗ (root-level persistence)
Discloses data uploads✓ (privacy policy)✗ (covert C2 channels)
Operates only when user launches✓ (only during exam)✗ (always-on)

The honest summary

LDB is invasive, not spyware. The distinction matters: technically, LDB respects every macOS privacy boundary Apple has established. Politically, the volume of data collected during a proctored exam is meaningful and worth questioning. Both can be true. Don't use the spyware framing if you want to be taken seriously by IT staff or instructors; do raise the legitimate privacy concerns about scope, retention, and behavioral flagging if those bother you.

Frequently asked questions

But it watches me during exams - isn't that spyware behavior?

Webcam recording during proctored exams is invasive but not covert. You consented (via TCC), the green light is on, the recording is logged, and the privacy policy discloses it. Spyware operates without consent and tries to hide; LDB does the opposite.

What about the kernel extension claims I've seen online?

LDB 1.x had kernel extensions on Big Sur and earlier macOS versions. LDB 2.x (2022+) does not. The "kext" claims you may see online are typically referencing the older version or other proctoring tools (Examplify had kexts for longer).

Can I block LockDown Browser from running?

Yes - you can refuse to install it, refuse TCC consent, or uninstall it after each exam. The cost is that you cannot take a LDB-required exam. Most universities have alternative arrangements when documented.