Information
Software sometimes insists on being installed in the /System Directory and have inappropriate world writable permissions.
Rationale:
Folders in /System should not be world writable. The audit check excludes the 'Drop Box' folder that is part of Apple's default user template.
Solution
Run the following command to set permissions so that folders are not world writable in the /System folder:
$ sudo chmod -R o-w /Path/<baddirectory>
example:
$ sudo chmod -R o-w /System/Library/baddir