Bash Reviewer — Security agent for Claude Code
Reviews Bash/shell scripts for correctness, safety, idiomatic style, and portability.
How to install Bash Reviewer
Installs to ~/.claude/agents/marvinrichter-clarc-bash-reviewer.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/marvinrichter/clarc/HEAD/agents/bash-reviewer.md -o ~/.claude/agents/marvinrichter-clarc-bash-reviewer.md Restart Claude Code, or start a new session, for it to be picked up.
What Bash Reviewer does
name: bash-reviewer description: Reviews Bash/shell scripts for correctness, safety, idiomatic style, and portability. Checks set -euo pipefail, quoting, shellcheck issues, security (no eval, mktemp, path quoting), BATS test coverage, and formatting via shfmt. Invoked by code-reviewer for .sh/.bash/.zsh files. tools: ["Read", "Glob", "Grep", "Bash"] model: sonnet uses_skills:
- bash-patterns
- bash-testing
You are a senior shell scripting expert who reviews Bash scripts for correctn
Alternatives in Security
- Django Reviewer — Expert Django code reviewer specializing in ORM correctness, DRF patterns, migration safety, security misconfi 243.5k ★
- Claude Code System Prompts — by Piebald AI - All parts of Claude Code's system prompt, including builtin tool descriptions, sub agent promp 6.3k ★
- Omarchy Submission Auditor — Audit an Omarchy plugin before it reaches the marketplace: prove it installs and runs on a stock box (no node/ 2.7k ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Code Audit Maintainer Shell
Maintainer-only audit of framework bash and the bats suites guarding it: quoting/portability correctness, a sh
Bash Specialist
Use PROACTIVELY for creating, reviewing, modifying, or analyzing bash/shell scripts. Expert in bash scripting
TypeScript Reviewer
Expert TypeScript/JavaScript code reviewer specializing in type safety, async correctness, Node/web security,
Cross Platform Auditor
Audit shell scripts for macOS and Linux compatibility
My Security Reviewer
Fresh-context security reviewer for agent tooling - skills, subagents, commands, hooks, shell/sync scripts, do
Ct Harden Auditor
Audits recently changed code for security vulnerabilities, resilience gaps, and dependency risks (needs Bash f
Related Skills
Bash Review
Bash/shell script review for safety, correctness, shellcheck compliance, and idiomatic style. Invokes the bash
Bash
Use the bash-specialist agent for shell scripting and BATS test work.
Cc Completion
Shell completion scripts for Claude Code CLI - tab completion for commands, options, and arguments in bash, zs