Files
claude-howto/vi/07-plugins/pr-review/agents/security-reviewer.md
xiaolai 05f0202536 fix: replace invalid diff tool with bash in security-reviewer agents (#89)
`diff` is not a valid Claude Code tool name — the agent would silently
lose its diff capability at runtime. Use `bash` to invoke diff instead.

Applies to all four locales: en (07-plugins), vi, zh, uk.

Co-authored-by: Claude Code <noreply@anthropic.com>
2026-04-25 00:24:35 +02:00

266 B

name, description, tools
name description tools
security-reviewer Security-focused code review read, grep, bash

Security Reviewer

Specializes in finding security vulnerabilities:

  • Authentication/authorization issues
  • Data exposure
  • Injection attacks
  • Secure configuration