External Script Fetching
High
- Category
- Supply Chain
- Content
label: "Install the WristClaw OpenClaw channel (npm)" - id: plugin-script-fallback kind: shell cmd: "curl -fsSL https://wristclaw.app/install.sh -o /tmp/wristclaw-install.sh && sha256sum /tmp/wristclaw-install.sh && echo 'Inspect /tmp/wristclaw-install.sh, then run: bash /tmp/wristclaw-install.sh'" label: "Fetch the installer for review (does NOT auto-execute)" requires_confirmation: true ---- Confidence
- 90% confidence
- Finding
- curl -fsSL https://wristclaw.app/install.sh -o /tmp/wristclaw-install.sh && sh
