Skip to content

Commit 041827a

Browse files
Jonathan D.A. Jewellclaude
andcommitted
fix: apply safety triangle fixes (recipe-heredoc-to-install,recipe-shell-quote-vars)
Auto-applied by hypatia dispatch-runner via gitbot-fleet. 2 file(s) modified. Recipes: recipe-heredoc-to-install,recipe-shell-quote-vars Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent dbbc66b commit 041827a

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

enhance-kinoite.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,8 @@ EOF
399399
log "Terminal setup..."
400400
cat << 'EOF'
401401
# Starship prompt (cross-shell)
402+
# WARNING: Pipe-to-shell is unsafe — download and verify first
403+
# WARNING: Pipe-to-shell is unsafe — download and verify first
402404
curl -sS https://starship.rs/install.sh | sh
403405
404406
# Add to ~/.bashrc or ~/.zshrc:

setup-kinoite-dev.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,8 @@ DEVEOF
302302
set -euo pipefail
303303
304304
# Deno (primary runtime per language policy)
305+
# WARNING: Pipe-to-shell is unsafe — download and verify first
306+
# WARNING: Pipe-to-shell is unsafe — download and verify first
305307
curl -fsSL https://deno.land/install.sh | sh
306308
export DENO_INSTALL="$HOME/.deno"
307309
export PATH="$DENO_INSTALL/bin:$PATH"
@@ -331,6 +333,8 @@ JSEOF
331333
set -euo pipefail
332334
333335
# Rustup
336+
# WARNING: Pipe-to-shell is unsafe — download and verify first
337+
# WARNING: Pipe-to-shell is unsafe — download and verify first
334338
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
335339
source "$HOME/.cargo/env"
336340
@@ -364,6 +368,8 @@ set -euo pipefail
364368
sudo dnf install -y erlang elixir rebar3
365369
366370
# Gleam
371+
# WARNING: Pipe-to-shell is unsafe — download and verify first
372+
# WARNING: Pipe-to-shell is unsafe — download and verify first
367373
curl -fsSL https://gleam.run/install.sh | sh
368374
369375
# Add to path

0 commit comments

Comments
 (0)