Information
Software sometimes insists on being installed in the /System/Volumes/Data/System Directory and have inappropriate world-writable permissions.
Rationale:
Folders in /System/Volumes/Data/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 /bin/chmod -R o-w /Path/<baddirectory>
example:
$ sudo /bin/chmod -R o-w /System/Library/baddir