π Description
Direct pipe from remote source to bash with sudo - no integrity checking, MITM attack vector.
π Location
README.md (lines 11, 44)
π Current Behavior
curl -sL https://... | sudo bash
β
Expected Behavior
Provide checksums, GPG verification, or download-then-run pattern.
π― Priority
High
π Description
Direct pipe from remote source to bash with sudo - no integrity checking, MITM attack vector.
π Location
README.md(lines 11, 44)π Current Behavior
curl -sL https://... | sudo bashβ Expected Behavior
Provide checksums, GPG verification, or download-then-run pattern.
π― Priority
High