Can AI Proctoring Detectors Actually Catch You?
AI proctoring sounds all-seeing, but under the hood it's a webcam model plus a browser extension producing flags for humans to review. Understanding its real sensing surface — and its well-documented false-positive problem — shows where it's strong and where it isn't.
What “AI proctoring” actually is
Automated proctoring tools (Proctorio, Honorlock's AI layer, Respondus Monitor, Wheebox, and similar) combine two things: a webcam computer-vision model that watches your face and a browser extension or lockdown that watches your tab. The AI produces a stream of flags — “face not detected,” “multiple faces,” “looking away,” “tab switched” — each attached to a timestamp for a human to review afterward.
Why it flags so many innocent people
These models are notorious for false positives, which is why they're framed as “flags for review” rather than verdicts:
- Looking up to think reads as “looking away.”
- Poor lighting or a webcam angle reads as “face not detected.”
- Background noise or a family member reads as “another person.”
- Darker skin tones and disabilities have documented higher false-flag rates in several studies.
Because innocent behaviour triggers flags constantly, a few flags on a recording mean little — reviewers look for clear, sustained patterns.
The sensing surface it can't cross
An AI proctor sees exactly two things: your webcam feed and your browser tab. That's the whole surface. It does not have kernel-level visibility of your OS, it can't read native applications that don't take browser focus, and it can't distinguish hardware keystrokes from typing. Anything that stays on your screen (so the camera sees normal reading) and never removes focus from the exam tab (so the extension logs nothing) falls entirely outside what the AI can sense.
Stay inside the blind spot
UFOlee runs as a native overlay — nothing for the browser extension to log, nothing for the webcam to catch, since everything stays on one screen. It's a ~450KB binary with no window and hardware-level typing.
See how UFOlee stays undetectedFAQ
How accurate is AI proctoring?
Its flags are prone to false positives — normal behaviour like looking up to think, lighting changes, or background noise routinely trigger them. That's why the flags are reviewed by humans rather than treated as proof.
Can AI proctoring see my whole computer?
No. It sees your webcam feed and your browser tab. It has no kernel-level view of your operating system and can't read native apps that don't take browser focus.
Does AI proctoring record everything?
Automated tools typically record webcam and screen for the session and attach AI flags to timestamps, which a reviewer can jump to afterward.