Is curl | bash Safe? What qsa.sh Does Instead
curl <url> | bash is arbitrary local code execution with no checkpoint. curl qsa.sh is not that pattern: it streams a report, runs nothing on your machine, and scans only your own public IP from the outside.