Safety Reviewer — Development agent for Claude Code
name: safety-reviewer description: Reviews scripts for security issues, command injection risks, and unsafe patterns.
How to install Safety Reviewer
Installs to ~/.claude/agents/bradleygolden-claude-marketplace-elixir-safety-reviewer.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/bradleygolden/claude-marketplace-elixir/HEAD/.claude/agents/safety-reviewer.md -o ~/.claude/agents/bradleygolden-claude-marketplace-elixir-safety-reviewer.md Restart Claude Code, or start a new session, for it to be picked up.
What Safety Reviewer does
name: safety-reviewer description: Reviews scripts for security issues, command injection risks, and unsafe patterns. tools: Read, Grep, Glob, Bash color: red
You review shell scripts for safety issues that could cause problems in production.
Branch Comparison
First determine what changed:
- Get current branch:
git branch --show-current - If on
main: compareHEADvsorigin/main - If on feature branch: compare current branch vs
main - Get changed files: `git diff --nam
Alternatives in Development
- Cavecrew Reviewer 51.4k ★
- Gitnexus Branch Hygiene Reviewer — GitNexus branch hygiene and mergeability reviewer 45.8k ★
- Ccxt PR Reviewer — End-to-end review of a CCXT pull request 43.7k ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Config Safety Reviewer
Rust Async Safety Reviewer
Reviews Rust async code for tokio + libsql + axum concurrency hazards. Use after changes touching tokio::spawn
Jobs Ops Auditor
Focused reviewer for crawler and newsletter job behavior, cron config, and operational safety. Use when work t
Kotlin Reviewer
Kotlin and Android/KMP code reviewer. Reviews Kotlin code for idiomatic patterns, coroutine safety, Compose be
Reliability Reviewer
Use AFTER backend code is written to review for operational correctness — idempotency, partial-failure handlin
Diff Reviewer
Use when changes touch internal/diff/, internal/parser/, internal/merge/, or match key / field comparison logi
Related Skills
Cpp Review
Comprehensive C++ code review for memory safety, modern C++ idioms, concurrency, and security. Invokes the cpp
Bash Review
Bash/shell script review for safety, correctness, shellcheck compliance, and idiomatic style. Invokes the bash
Kotlin Review
Comprehensive Kotlin code review for idiomatic patterns, null safety, coroutine safety, and security. Invokes