ccancellieri

Team Reviewer — Security agent for Claude Code

Security community

Adversarial code review and verification.

How to install Team Reviewer

Installs to ~/.claude/agents/ccancellieri-mcp-skill-hub-team-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ccancellieri/mcp-skill-hub/HEAD/agents/team-reviewer.md -o ~/.claude/agents/ccancellieri-mcp-skill-hub-team-reviewer.md

Restart Claude Code, or start a new session, for it to be picked up.

What Team Reviewer does


name: team-reviewer description: Adversarial code review and verification. Operates with a single lens per invocation (security, correctness, performance, or tests) passed in the prompt. Default posture is refute-by-default — actively tries to disprove that the change is correct. Reports only high-confidence findings with file:line and severity. Use after an implementation to stress-test it before merge. Examples — user: "Review the ingestion fix (PR #1857) through the correctness l

Alternatives in Security

  • Aspm Correlator — Application Security Posture Management persona 548 ★
  • Audit Verifier — Adversarially verifies one candidate finding from /bug-audit — tries to REFUTE it by reading the code and, whe 335 ★
  • Security Verifier — You write and execute PoC tests to PROVE bugs exist 215 ★

Full documentation available on GitHub

View Source Repository