Security Scanning
Detect SQL injection, XSS, hardcoded secrets, insecure dependencies, and OWASP Top 10 vulnerabilities. Pattern matching plus semantic analysis for fewer false positives.
An MCP server that gives AI agents 8 tools to automate your code review pipeline. Security scanning, style checking, complexity analysis, dependency auditing, test coverage, and pull request review — all callable programmatically.
$25/mo. Catch bugs before they ship.
The Problem
Senior engineers spend 6+ hours per week reviewing pull requests. Reviews become bottlenecks, security issues slip through, and code quality is inconsistent across the team. The bigger your team grows, the worse it gets.
The Solution
TRUSS Code Review is an MCP server that AI agents call to review code automatically. No waiting for reviewers. No missed security issues. Your agents scan, analyze, and review — programmatically.
Detect SQL injection, XSS, hardcoded secrets, insecure dependencies, and OWASP Top 10 vulnerabilities. Pattern matching plus semantic analysis for fewer false positives.
Enforce coding standards across your team. Check naming conventions, formatting, import ordering, and project-specific rules. Configurable per repository.
Measure cyclomatic complexity, cognitive complexity, and nesting depth. Flag functions that are too complex, too long, or have too many parameters.
Scan package manifests for known vulnerabilities, outdated versions, license conflicts, and typosquat risks. Check npm, pip, go modules, and more.
Identify untested code paths, missing edge cases, and functions without test coverage. Suggest specific tests to write based on code changes in the PR.
Full PR review: read the diff, understand context, check for bugs, suggest improvements, and produce a structured review with inline comments and summary.
Flag common anti-patterns: God objects, deep nesting, magic numbers, dead code, circular dependencies, and language-specific code smells.
Generate structured review reports with severity-ranked findings, fix suggestions, and metrics. Track code quality trends across your team over time.
How It Works
TRUSS Code Review is an MCP server. Install it via npm, add it to your agent's MCP config, and your AI agents can call all 8 tools immediately.
One command. No build step. Works with any MCP-compatible client — Claude Desktop, Cursor, VS Code, or your own agent.
Set your API key and optional configuration: language-specific rules, severity thresholds, custom patterns to check, and team style guides.
Your AI agent discovers the 8 review tools and calls them as needed. Scan for security issues, check style, analyze complexity, audit dependencies, and generate review reports — all in a single agent conversation.
# Install
npx truss-code-review-mcp
# Or add to Claude Desktop MCP config
{
"mcpServers": {
"code-review": {
"command": "npx",
"args": ["truss-code-review-mcp"],
"env": {
"TRUSS_API_KEY": "your-api-key"
}
}
}
}
Pricing
At $25/month, TRUSS Code Review costs less than 30 minutes of a senior engineer's time — and it never gets tired, never misses a pattern, and reviews every PR in seconds.
Everything you need to automate code review with AI agents.
Tool Reference
Automate your code review pipeline with AI agents. One MCP server, 8 tools, $25/month. Every PR reviewed in seconds.
Start Reviewing — $25/mo$25/mo. Cancel anytime.