Runs a downloaded program right away
Source references: 1This line runs the downloaded content without giving you a chance to read it first.
Once run, the downloaded program could read or change your files. The owner of the website can also replace the program without changing its URL.
This is an active installation instruction: when the CLI is absent from PATH, the agent downloads a GitHub-hosted script and immediately passes it to a shell. The remote script runs with the user's permissions and could access or modify files; the provided source has no review, checksum verification, or version pinning step. The risk arises if bootstrap installation is triggered and does not establish that the script is malicious. A user can require instructions only, or a pinned version with the script shown and verified first.
1. If `higgsfield` is not on `$PATH`, install it by running the official installer with Bash: `curl -fsSL https://raw.githubusercontent.com/higgsfield-ai/cli/main/install.sh | sh`.2. If `higgsfield account status` fails with authentication errors, ask the user to run `higgsfield auth login`.