Checks that a mobile device management (MDM) solution configures the Mac to enabled secure keyboard entry for the Terminal application.
Use the policy below to verify
SELECT 1 FROM managed_policies WHERE domain = 'com.apple.Terminal' AND name = 'SecureKeyboardEntry' AND value = 1 LIMIT 1;