External Script Fetching
High
- Category
- Supply Chain
- Content
dnf copr enable atim/starship dnf install starship # Via curl install script curl -sS https://starship.rs/install.sh | sh # Via cargo
- Confidence
- 98% confidence
- Finding
- The documentation explicitly instructs fetching and executing an external script from the network. This is dangerous because it transfers trust to a remote endpoint at execution time, enabling full arbitrary command execution if the source or transport is compromised.
