Linux Desktop File Permissions

While doing a lynis audit system I found the following security vulnerability:

sudo find /home -type f -perm /4000 -o -perm /2000
~/miniconda3/pkgs/cache

l ~/miniconda3/pkgs/cache ==>> drwxr-s---

which is unusual and potentially risky

Does anyone know why this is set?

BTW This is a Miniconda install on:

O/S: openSUSE Tumbleweed-Slowroll [x86_64]
Kernel: Linux [v6.15.4-1.0.12.sr20250601-default]

Regards
DBA