I ran the osxauditor and got following error:
Traceback (most recent call last):
File "osxauditor.py", line 1702, in
Main()
File "osxauditor.py", line 1657, in Main
ParseQuarantines()
File "osxauditor.py", line 440, in ParseQuarantines
JointLSQuarantineEvent += u";" + unicode(Q)
UnicodeDecodeError: 'ascii' codec can't decode byte 0x9c in position 4: ordinal not in range(128)
I am also trying to figure out and fix it, but thought to log it so that you are aware of this.