A suggestion to the MX devs from a tinfoil-hat wearer: a script like /usr/lib/mx-tweak/backlight_brightness doesn't need to run entirely as root via passwordless sudo (

) just to get access to /sys/class/backlight/*/brightness. Instead, give something small that can only write to /sys/class/backlight/*/brightness access via sudo or suid, or just make /sys/class/backlight/*/brightness world writable at boot (or group writable by some dedicated group, then use sgid).
Or use the Debian brightnessctl & brightness-udev packages.