External Script Fetching
High
- Category
- Supply Chain
- Content
| Target | Command | |---|---| | macOS / Linux (interactive) | `brew install runapi-ai/tap/runapi` | | Server / CI (headless) | `curl -fsSL https://runapi.ai/cli/install.sh \| sh` | The installer detects OS and architecture (Linux and macOS, amd64 and arm64), verifies a SHA-256 checksum from `https://runapi.ai/cli/latest.json`, and refuses to write the binary if verification fails.
- Confidence
- 95% confidence
- Finding
- curl -fsSL https://runapi.ai/cli/install.sh \| sh
