Review Bash

Use when reviewing or auditing shell scripts - .sh or .bash files, a file with a bash or sh shebang, "review this script", "is this deploy script safe", "audit this cron job" - covering unquoted expansions and word splitting, missing set -euo pipefail, eval, unsafe temp file creation, PATH assumptions, unvalidated positional parameters, and command substitution in arithmetic contexts.

mrevjd 52daf2b 6.5 KB Updated

File contents

mrevjd/claude-review-suite/tree/main/skills/review-bash commit 52daf2bc19

Frequently asked questions

npx skillmds@latest add mrevjd/review-bash