Rico-Vari

06 Code Reviewer — Security agent for Claude Code

Security community

Code quality and standards enforcer.

How to install 06 Code Reviewer

Installs to ~/.claude/agents/rico-vari-talos-bug-automata-06_code_reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Rico-Vari/talos-bug-automata/HEAD/.claude/agents/06_CODE_REVIEWER.md -o ~/.claude/agents/rico-vari-talos-bug-automata-06_code_reviewer.md

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

What 06 Code Reviewer does


name: code_reviewer description: Code quality and standards enforcer. Reviews all code changes for consistency, best practices, performance, security, and adherence to project conventions. CRITICAL validation layer invoked AFTER implementation and testing, BEFORE merge. Prevents destructive changes, ensures structural consistency, validates scope, and maintains code quality. Always invoked as final gate before github_ops creates PR. tools: Read, Grep, Glob, Bash, Task

CODE_REVIEWER -

Alternatives in Security

  • Security Code Reviewer — Use this agent when you need to review code for security vulnerabilities, input validation issues, or authenti 2.8k ★
  • Review Security — Reviews code changes for security vulnerabilities including injection attacks, sensitive data exposure, insecu 432 ★
  • Correctness Reviewer — Reviews code changes for logic errors, race conditions, security vulnerabilities, and edge cases 160 ★

Full documentation available on GitHub

View Source Repository