Is LockDown Browser Safe to Install on Your Mac? (2026 Honest Review)

Respondus LockDown Browser on Mac is technically safe in the conventional sense - it's notarised by Apple, signed with a Developer ID certificate, doesn't install kernel extensions, doesn't persist after uninstall, and doesn't access files outside the exam window. The privacy concern is different: Respondus Monitor (the optional add-on) does record your webcam, microphone, and screen during the exam, and that recording is uploaded to Respondus servers and retained per institutional policy.

The technical safety answer

From a malware / system-integrity perspective, LockDown Browser is unambiguously safe to install on your Mac:

Where the privacy concern actually lives

"Safe" in the privacy sense is a separate question. Respondus Monitor (the optional add-on enabled by your instructor):

Whether this is "safe" depends on your privacy threshold. The recording is associated with your name and student ID via your LMS; it is reviewable by your instructor and Respondus support staff under specific conditions. For some students, that's acceptable; for others, it isn't.

What you can verify yourself before installing

  1. Confirm the notarisation: spctl -a -vv /Applications/LockDown\ Browser.app after install.
  2. Check the codesign authority: codesign -dvvv /Applications/LockDown\ Browser.app - confirm "Authority=Developer ID Application: Respondus, Inc."
  3. Inspect what files it touches: fs_usage -w -f filesys "LockDown Browser" in Terminal during install (some patience required to read the output).
  4. Verify network endpoints: nettop -p $(pgrep "LockDown Browser") during exam.

What to do if you're uncomfortable installing it

Legitimate options:

  1. Contact your instructor. Most accept that some students will choose alternative arrangements. Common options: in-person exam on a university computer, exam without Monitor enabled, or a different proctoring tool.
  2. Use a borrowed Mac. Install LDB on a Mac that doesn't contain your personal data. Limits the privacy surface to that specific session.
  3. Document the concern. Most universities have a process where the dean of students mediates between instructor integrity requirements and student privacy preferences.
  4. Take the exam in person. Universities almost always offer this as an alternative when remote proctoring is documented as a barrier.

What "safe" doesn't mean

"Safe" does not mean "private". The technical safety bar (no malware, no kernel access, no file system snooping) is met. The privacy bar - what Monitor records and retains - depends on your assessment of Respondus's data handling, their security posture, and your institution's retention policy. See data collection and how long recordings are stored for those specifics.

Frequently asked questions

Will LockDown Browser slow down or damage my Mac?

No. Performance impact is meaningful but bounded - see our <a href="/lockdown-browser-mac/performance/benchmarks-2026">benchmark</a>. No persistent damage; uninstalling cleanly returns the Mac to its prior state.

Can LockDown Browser see my passwords or banking apps?

No. Without Full Disk Access (rarely required), LDB cannot read your Keychain, Safari saved passwords, or other apps' stored credentials. Even with Screen Recording permission, the exam window is what's rendered; banking apps running in the background aren't visible to LDB.

Does LockDown Browser leave anything behind after uninstalling?

A drag-to-Trash uninstall leaves several hundred MB of cached state and possibly a Group Containers directory with Monitor recording buffer. The complete uninstall procedure (see <a href="/lockdown-browser-mac/uninstall">uninstall cluster</a>) removes everything.

Has LockDown Browser ever been compromised?

No public security incident is documented as of early 2026. Respondus has not announced a data breach, and the EFF / academic security researchers have not published vulnerabilities specific to LDB. The 2022-2024 lawsuits are about policy/Fourth Amendment, not security failures.