At least Debian 13 has some hardening regarding SO built with executable stack which leads to error like the following
ImportError: libopenblas_armv6p-r0-eb0c233c.3.8.so: cannot enable executable stack as shared object requires: Invalid argument
Auditwheel shall check & reject shared objects with executable stack.
An option could also be added to clear the executable stack bit on grafted libraries, similar to what execstack -c does