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 .mdJSON
Readiness
Usable with guardrails · 50/100
Verify
shellcheck --version
Agent URL
/cli/shellcheck/agent.md

Quick reference

Install
brew install shellcheck
Verify
shellcheck --version
First command
shellcheck script.sh
Machine JSON
/cli/shellcheck.json

About

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

Example workflow

1. shellcheck script.sh

Alternatives worth considering