Code Security Review
Corridor accelerates AI coding by preventing security flaws before they're even written.
With Corridor's native Vercel integration, you can make sure that every build and deployment is secure. Our approach is two-fold:
Connecting the Corridor GitHub app will allow Corridor to leave PR reviews for your organization.
On the top right of your Corridor installation in Vercel, click "Complete onboarding" to redirect to the Corridor dashboard.
On the Corridor dashboard, click on "Connect to GitHub" and install the Corridor GitHub app for your GitHub organization.
Follow the steps to log in when prompted by the extension.
Follow the steps to log in when prompted by the extension.
From the Settings page of the Corridor dashboard, generate a new Corridor API token. Make sure to copy the token before closing it.
Run
claude mcp add --scope user --transport http corridor "https://app.corridor.dev/api/mcp?token={generated_token}"Add the following to .claude/CLAUDE.md in your home directory to enable automatic security analysis:
# Corridor Security Analysis Every time you generate code, use the Corridor tool from Corridor's MCP Server (corridor) to analyze the plan or thought process. ALWAYS use Corridor to analyze the plan. Always generate a plan before generating code.From the Settings page of the Corridor dashboard, generate a new Corridor API token. Make sure to copy the token before closing it.
Add the following to your MCP client JSON file:
{ "mcpServers": { "corridor": { "transport": "http", "url": "https://app.corridor.dev/api/mcp?token={generated_token}" } }}