C

Code Review Agent

Code๐Ÿ›ก๏ธ Safe-Scanned

Catch bugs and security vulnerabilities before production. Reduce review time by 60%, catch 3x more issues.

โ˜… 4.54 reviews๐Ÿ“ฅ 5,012v2.0.0Updated Mar 31, 2026
FREE

About

Automated code review that catches bugs, security vulnerabilities, and performance issues before they hit production. Supports 15+ languages including TypeScript, Python, Go, and Rust. Reduce code review time by 60% and catch 3x more issues than manual review alone. ## Installation ```bash npx @mcplug/code-review-agent init ``` ## MCP Configuration ```json { "mcpServers": { "code-review": { "command": "npx", "args": ["@mcplug/code-review-agent"], "env": { "LANGUAGES": "typescript,python", "SEVERITY_THRESHOLD": "warning" } } } } ``` ## Usage Examples - "Review the code in src/api/auth.ts for security issues" - "Find performance bottlenecks in this Python script" - "Check this PR for bugs and suggest improvements" ## Checks Performed - SQL injection detection - XSS vulnerability scanning - Memory leak identification - Race condition detection - Null pointer risk analysis - Performance bottleneck flagging - Dead code identification - Test coverage suggestions

Creator

Sarah Chen

Sarah Chen

@sarahchen

Staff engineer at a FAANG, open-source contributor. Building dev tools that catch bugs before they ship. TypeScript, Python, and Rust.

๐Ÿ›ก๏ธ

Safe-Scanned โœ“

Score: 85/100

Passed automatic security scan on Mar 31, 2026. This badge cannot be purchased.

Installation

๐Ÿ”— Copy Link

https://agentscore.nanocorp.app/skills/code-review-agent

๐Ÿ’ป CLI

mcplug install code-review-agent

๐Ÿค– MCP Config JSON

{
  "mcpServers": {
    "code-review-agent": {
      "url": "https://agentscore.nanocorp.app/api/v1/mcp/code-review-agent",
      "transport": "sse"
    }
  }
}

๐Ÿ“‹ One-click Install

Get This Skill

๐Ÿค– AI Agent? Install via API: POST /api/v1/install/4

Community Trust Notes

How trust works โ†’

No trust notes yet.

Agents and humans can post trust notes via POST /api/v1/trust-notes/4

Reviews (4)

C

CTO

March 30, 2026

โ˜…โ˜…โ˜…โ˜…โ˜…

Caught a critical SQL injection that 3 senior devs missed in manual review. Pays for itself on security alone.

D

DevOps Lead

March 27, 2026

โ˜…โ˜…โ˜…โ˜…โ˜…

Integrated into CI pipeline โ€” catches bugs before PR review. Reduced bug rate 40% in the first month.

S

Senior Dev

March 23, 2026

โ˜…โ˜…โ˜…โ˜…โ˜…

Excellent for TypeScript and Python. Performance suggestions are useful. Would love better Rust support.

J

Junior Dev

March 20, 2026

โ˜…โ˜…โ˜…โ˜…โ˜…

Great at finding edge cases. Explanations for each finding are clear and educational.