Cloudflare warp device posture check - application on linux

Hello,

accoring to my experience and also according this documentation:

(https://developers.cloudflare.com/cloudflare-one/identity/devices/warp-client-checks/application-check/#on-linux)

the client is using oneliner to list running processes with uniq -u as the last one - which means only only unique lines will be listed. This effectively excludes from this check all those binaries that are running in multiple process instances. Is there any way around this?

Also, because just the binary is checked, running (for example) python apps are impossible to check precisely.