From e74ccfc6fa2715aebc5aa9e99d4dd1afcf6c91e3 Mon Sep 17 00:00:00 2001 From: "serhii.sakal" Date: Thu, 23 Apr 2026 10:30:16 -0400 Subject: [PATCH] fix: prevent heredoc injection and shell expansion in ralph loop setup The prompt text was inserted into an unquoted heredoc (< --- plugins/ralph-wiggum/scripts/setup-ralph-loop.sh | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/plugins/ralph-wiggum/scripts/setup-ralph-loop.sh b/plugins/ralph-wiggum/scripts/setup-ralph-loop.sh index ac5491f4b8..e3f6d469e0 100755 --- a/plugins/ralph-wiggum/scripts/setup-ralph-loop.sh +++ b/plugins/ralph-wiggum/scripts/setup-ralph-loop.sh @@ -137,17 +137,22 @@ else COMPLETION_PROMISE_YAML="null" fi -cat > .claude/ralph-loop.local.md < .claude/ralph-loop.local.md # Output setup message cat <