Skip to content

Security: wuerzh/LectureLens

Security

SECURITY.md

Security Policy

LectureLens is intended to be built from source by the user.

Trust Model

  • Review the source before running a binary.
  • Prefer building locally with .\build.ps1.
  • Do not trust a random prebuilt LectureLens.exe from an unknown source.

Expected Behavior

LectureLens should not:

  • access the network,
  • write to the Windows registry,
  • install services,
  • create scheduled tasks,
  • configure auto-start,
  • require administrator privileges for normal use.

It does use normal Win32 APIs for:

  • screen capture / magnification,
  • a topmost window,
  • global hotkeys,
  • mouse click and wheel forwarding when enabled.

Reporting Issues

If you find a security problem, open a GitHub issue with:

  • the affected file or behavior,
  • exact reproduction steps,
  • expected vs actual behavior,
  • your Windows version.

There aren't any published security advisories