install — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited install (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Install the cosmobar status line and walk the user through setup. cosmobar is a single static Go binary (macOS/Linux). Follow these steps in order.
command -v cosmobar.cosmobar upgrade --check to report whether a newer release exists, and skip to step 5 (offer to configure). Do not re-download. curl -sS https://raw.githubusercontent.com/oleksbard/cosmobar/main/install.sh | shThe user will see the normal Bash permission prompt for this command — that is expected and intentional. Show the installer's output. If the download fails (network error, non-zero exit), report the failure and give the user the same curl … | sh command to run themselves, then stop.
cosmobar --version.~/.local/bin, which is not on the user's PATH. Tell the user to add it (export PATH="$HOME/.local/bin:$PATH" in their shell profile) and, for the next step, use the full path ~/.local/bin/cosmobar.cosmobar init (or ~/.local/bin/cosmobar init if it wasn't on PATH). This wires ~/.claude/settings.json, writes a default config to ~/.config/cosmobar/config.toml, and installs the /cosmobar guided-setup skill./cosmobar skill is now available. Continue directly into the cosmobar guided configuration (discover segments and themes, interview the user, apply) so install and configuration happen in one flow.cosmobar uninstall removes the wiring (add --purge to also delete the config and binary).~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.