I just finished reading this recently-released report: The Apple of Your EFI: Mac Firmware Security Research
They've written a Python tool that checks a Mac's firmware version to see if it's up-to-date.
It's a command-line tool that, as written, requires some interaction.
If this could be automated, an extension attribute could let Jamf users generate a report of Macs with out-of-date firmware. (One possibility: Have the Python script generate a file which can be read by a bash script.)
I don't know Python, or I'd try and tackle this myself.
Anyone else think this is worthwhile?
The Python script can be found here: EFIgyLite_cli.py
