Available tools
analyzePlan
TheanalyzePlan tool is the core tool that AI coding assistants call before generating code. It takes a description of what you plan to implement and returns relevant security context from your project’s guardrails and context documents. This helps prevent vulnerabilities by giving the AI assistant project-specific security guidance at the point of code generation.
Parameters:
Example:
Example conversation
- “Add a new API endpoint” → calls
analyzePlanfor security context before writing code - “Show me details about finding X” → calls
getFinding - “Mark this finding as a false positive” → calls
updateFindingState - “What guardrails should I follow?” → calls
getGuardrails - “Create a guardrail for SQL injection prevention” → calls
createGuardrail
Requirements
- Corridor extension installed and authenticated
- MCP enabled for your team (team setting)
- IDE Extension Support entitlement on your plan
- User must be a member of a team that owns the project
Security notes
- Tools validate team membership before granting access
- Uniform 404 responses prevent information leakage
- Admin operations reject API tokens (require user auth)
Next steps
Findings
Track and remediate security issues
Guardrails
Configure security guardrails