shellcheck

popularsecuritybrew

koalaman · Shell linting, bash safety, and script review from the terminal.

$ brew install shellcheck
One-liner to try
$ shellcheck script.sh

Agent pack

Copy into an agent

A markdown-ready setup brief with install, verify, safe starting commands, and guardrails for AI agents.

Open .md
Readiness
Usable with guardrails · 50/100
Verify
shellcheck --version
Agent URL
/cli/shellcheck/agent.md

Quick reference

Installbrew install shellcheck
Verifyshellcheck --version
First commandshellcheck script.sh

About

Shell linting, bash safety, and script review from the terminal. Built by koalaman.

Example workflow

1. shellcheck script.sh

Alternatives worth considering