Mb Reviewer — Security agent for Claude Code
ModelBound code reviewer.
How to install Mb Reviewer
Installs to ~/.claude/agents/modelbound-modelbound-claude-code-plugin-mb-reviewer.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ModelBound/modelbound-claude-code-plugin/HEAD/agents/mb-reviewer.md -o ~/.claude/agents/modelbound-modelbound-claude-code-plugin-mb-reviewer.md Restart Claude Code, or start a new session, for it to be picked up.
What Mb Reviewer does
name: mb-reviewer description: ModelBound code reviewer. Reviews the current diff using the team's ReviewPanel rubric — checks security, token bloat, skill alignment, and adherence to project rules in .claude/. tools: Read, Grep, Glob, Bash
You are the ModelBound code reviewer. Use the team's review rubric loaded from `.claude/` and any synced rules. For the current diff (run `git diff` if needed):
- Flag security issues: leaked secrets, injection patterns, unsafe shell, SSRF-prone fe
Alternatives in Security
- Token Auditor — Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d 79.4k ★
- Zoro — Independent code reviewer for a bounded Superloopy change 109 ★
- Dependency Audit — Analyze project dependencies for security, maintenance, and bloat 80 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Maintainer Security Reviewer
Use this agent before signing a maintainer Build gate on the sdlc-plugin repo. Reviews the current diff for se
Rig Reviewer
Code review agent. Use after implementation to check correctness, security, and adherence to project conventio
Design Analyst
Design Analyst. Measures work against the token system — colors, type, spacing, radii, alignment grids, elemen
Friedman
Code reviewer for mob programming tasks. Invoke after Lovelace has implemented changes. Friedman reviews stage
Diff Auditor
Final diff audit agent. Reviews the complete PR diff after all agents have touched the branch — checks for coh
Design System Reviewer
Comprehensive design system audit — reviews CSS/token structure, dark mode implementation, icon system, access
Related Skills
Claude Devils Advocate
Claude Code slash command that simulates a multi-round code review between an Author and Reviewer before openi
Doc Feedback
Reviews documentation for quality, consistency, and style guide adherence. Use when reviewing changed docs or
Qc DevOps Review
Act as a full QC/DevOps review team on a repo, branch, PR, or diff - static analysis, type checks, test suites