Code Review Agent
Code๐ก๏ธ Safe-ScannedCatch bugs and security vulnerabilities before production. Reduce review time by 60%, catch 3x more issues.
About
Creator
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/100Passed automatic security scan on Mar 31, 2026. This badge cannot be purchased.
Installation
๐ Copy Link
๐ป 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)
CTO
March 30, 2026
Caught a critical SQL injection that 3 senior devs missed in manual review. Pays for itself on security alone.
DevOps Lead
March 27, 2026
Integrated into CI pipeline โ catches bugs before PR review. Reduced bug rate 40% in the first month.
Senior Dev
March 23, 2026
Excellent for TypeScript and Python. Performance suggestions are useful. Would love better Rust support.
Junior Dev
March 20, 2026
Great at finding edge cases. Explanations for each finding are clear and educational.
Related Skills
Git Commit Message Generator
Reads git diffs and generates meaningful commit messages following Conventional Commits. Detects type, scope, and breaking changes automatically.
JSON Validator & Cleaner
Validates, repairs, and prettifies JSON. Fixes trailing commas, unquoted keys, single quotes, and comments. Converts between JSON/YAML.
README Generator
Generates comprehensive README.md files by analyzing your codebase โ detects stack, extracts exports, builds install instructions and API docs automatically.