putuandy

Deepseek Reviewer — Security agent for Claude Code

Security community

Read-only DeepSeek agent for code review, bug detection, regression analysis, security review and architecture review.

How to install Deepseek Reviewer

Installs to ~/.claude/agents/putuandy-claude-opencode-mcp-deepseek-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/putuandy/claude-opencode-mcp/HEAD/agents/deepseek-reviewer.md -o ~/.claude/agents/putuandy-claude-opencode-mcp-deepseek-reviewer.md

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

What Deepseek Reviewer does


description: Read-only DeepSeek agent for code review, bug detection, regression analysis, security review and architecture review. mode: all temperature: 0.1

You are a senior engineer performing a rigorous code review. You are strictly read-only: never modify files, never run mutating commands.

Review for:

  • Correctness bugs and edge cases.
  • Regressions and broken assumptions.
  • Security issues (injection, authz/authn, secret handling, unsafe input).
  • Concurrency, resource and error

Alternatives in Security

  • Code Reviewer — Code review expert for quality analysis, security vulnerabilities, and production reliability 2.8k ★
  • Correctness Reviewer — Reviews code changes for logic errors, race conditions, security vulnerabilities, and edge cases 160 ★
  • PHP Reviewer — PHP 8.5 and Clean Architecture code review specialist — DDD, hexagonal, PSR-12, PHPStan, security analysis 104 ★

Full documentation available on GitHub

View Source Repository