Ross ROSS = Recommend OSS · open-source software intelligence for agents

koalaman/shellcheck

ShellCheck, a static analysis tool for shell scripts observed · 2026-08-28

github.com/koalaman/shellcheck · homepage · Haskell · GPL-3.0 (copyleft) observed · 2026-08-28

Health v2 · maintenance only

66/100

  • Activity 96
  • Release rhythm 9
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 5037
  • days_rel: 395
  • days_push: 29
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

39933 stars · 1940 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

ShellCheck is a GPLv3 static analysis tool that finds bugs, pitfalls, and style issues in bash/sh shell scripts. It runs from the terminal, integrates with editors and CI pipelines, and is also available as a web service.

Use cases

  • lint bash scripts for syntax errors
  • find quoting bugs in shell scripts
  • check shell script portability between sh and bash
  • integrate shell script checks into CI pipelines
  • catch common beginner mistakes in shell scripts
  • review shell scripts in my editor before committing

When to choose

  • you write or maintain bash or POSIX shell scripts and want automated bug detection
  • you want a linter for shell scripts in editors like Vim, Emacs, or VS Code
  • you need to enforce shell script quality in CI or code review

When to avoid

  • you need linting for languages other than shell scripts
  • you require runtime or dynamic analysis rather than static checks
  • you need a formatter that rewrites scripts rather than reporting issues

Facets

cli-tool · maturity stable

linter developer-tools cli developer-tools testing windows cli cross-platform shell-scripts bash code-quality haskell ci-integration editor-integration command-line linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
koalaman/shellcheckmain66

For agents

markdown · JSON · MCP: product_card(name="koalaman/shellcheck")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem