ModelBound

Mb Reviewer — Security agent for Claude Code

Security community

ModelBound code reviewer.

How to install Mb Reviewer

Installs to ~/.claude/agents/modelbound-modelbound-claude-code-plugin-mb-reviewer.md

Terminal
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):

  1. 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 Repository