mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-05-12 06:00:25 +00:00
All 9 cline.sh scripts embedded OPENROUTER_API_KEY directly into the
cloud_run command string, allowing shell metacharacter injection on the
remote server. Fix by escaping the dollar sign (\${OPENROUTER_API_KEY})
so the variable is expanded on the remote machine where it's already
set via agent_env_vars()/generate_env_config, not locally before being
passed to cloud_run.
Agent: security-auditor
Co-authored-by: B <6723574+louisgv@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| lib | ||
| aider.sh | ||
| amazonq.sh | ||
| claude.sh | ||
| cline.sh | ||
| codex.sh | ||
| continue.sh | ||
| gemini.sh | ||
| goose.sh | ||
| gptme.sh | ||
| interpreter.sh | ||
| kilocode.sh | ||
| nanoclaw.sh | ||
| openclaw.sh | ||
| opencode.sh | ||
| plandex.sh | ||
| README.md | ||
AWS Lightsail
AWS Lightsail instances via AWS CLI. AWS Lightsail
Uses 'ubuntu' user instead of 'root'. Requires AWS CLI installed and configured.
Agents
Claude Code
bash <(curl -fsSL https://openrouter.ai/labs/spawn/aws/claude.sh)
OpenClaw
bash <(curl -fsSL https://openrouter.ai/labs/spawn/aws/openclaw.sh)
NanoClaw
bash <(curl -fsSL https://openrouter.ai/labs/spawn/aws/nanoclaw.sh)
Aider
bash <(curl -fsSL https://openrouter.ai/labs/spawn/aws/aider.sh)
Goose
bash <(curl -fsSL https://openrouter.ai/labs/spawn/aws/goose.sh)
Codex CLI
bash <(curl -fsSL https://openrouter.ai/labs/spawn/aws/codex.sh)
Open Interpreter
bash <(curl -fsSL https://openrouter.ai/labs/spawn/aws/interpreter.sh)
Gemini CLI
bash <(curl -fsSL https://openrouter.ai/labs/spawn/aws/gemini.sh)
Amazon Q CLI
bash <(curl -fsSL https://openrouter.ai/labs/spawn/aws/amazonq.sh)
Cline
bash <(curl -fsSL https://openrouter.ai/labs/spawn/aws/cline.sh)
gptme
bash <(curl -fsSL https://openrouter.ai/labs/spawn/aws/gptme.sh)
OpenCode
bash <(curl -fsSL https://openrouter.ai/labs/spawn/aws/opencode.sh)
Plandex
bash <(curl -fsSL https://openrouter.ai/labs/spawn/aws/plandex.sh)
Non-Interactive Mode
LIGHTSAIL_SERVER_NAME=dev-mk1 \
OPENROUTER_API_KEY=sk-or-v1-xxxxx \
bash <(curl -fsSL https://openrouter.ai/labs/spawn/aws/claude.sh)