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
Run the following command to set permissions so that folders are not world writable in the /Library folder:
$ sudo chmod -R o-w /Library/<baddirectory>
example:
$ sudo chmod -R o-w /Library/baddir