Information
Software sometimes insists on being installed in the /Library Directory and have inappropriate world writable permissions.
Rationale:
Folders in /Library should not be world writable. The audit check excludes the /Library/Caches folder where the sticky bit is set.
Solution
Change permissions so that 'Others' can only execute. (Example Below)
sudo chmod -R o-w /Bad/Directory