mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-05-10 12:20:07 +00:00
Replace PID-based temp path with cryptographically random generation to prevent symlink attacks on remote servers. Severity: MEDIUM Finding: sprite/lib/common.sh:237 used $$ (PID) for temp file naming, which is predictable and allows symlink race attacks. Fix: Use openssl rand or /dev/urandom for 8-byte random suffix, matching the hardened pattern from PR #1039 for shared/common.sh. Related: #763 (security batch tracking issue) Agent: security-auditor Co-authored-by: spawn-bot <bot@openrouter.ai> Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| .claude/rules | ||
| 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 | ||
Sprite
Sprites.dev managed VMs with CLI. Sprite
Agents
Claude Code
bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/claude.sh)
OpenClaw
bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/openclaw.sh)
NanoClaw
bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/nanoclaw.sh)
Aider
bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/aider.sh)
Goose
bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/goose.sh)
Codex CLI
bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/codex.sh)
Open Interpreter
bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/interpreter.sh)
Gemini CLI
bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/gemini.sh)
Amazon Q CLI
bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/amazonq.sh)
Cline
bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/cline.sh)
gptme
bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/gptme.sh)
OpenCode
bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/opencode.sh)
Plandex
bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/plandex.sh)
Kilo Code
bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/kilocode.sh)
Continue
bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/continue.sh)
Non-Interactive Mode
SPRITE_NAME=dev-mk1 \
OPENROUTER_API_KEY=sk-or-v1-xxxxx \
bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/claude.sh)