Group $HOME Scanning
There is no reason your home directory needs to be scannable by its group.
If whatever process doesn't already know the exact file it needs to get access to,
then it probably should NOT have access in the first place, and it certainly
shouldn't have access to scan your personal home directory.
To fix this issue, run this from commandline: "chmod g-r ~"