Summary
Shell scripts lack error handling and input validation.
Findings
Impact
Partial installations in broken state. Invalid domains or malformed .env files.
Suggested Fix
Add set -euo pipefail and trap to all scripts. Validate domain input. Escape sed values or use envsubst.
Summary
Shell scripts lack error handling and input validation.
Findings
Impact
Partial installations in broken state. Invalid domains or malformed .env files.
Suggested Fix
Add set -euo pipefail and trap to all scripts. Validate domain input. Escape sed values or use envsubst.