Just been scratching my head over this issue for a customer.
I implore the dev’s of this plugin to remove the usage of is_executable() for checking exec permissions on directories. Its known that since PHP5 is_executable() is not reliable when checking directories rather than files.
https://www.php.net/manual/en/function.is-executable.php#44454