Skip to main content
Chat features are available on Enterprise plans.
We recommend Corridor Agent for new conversations. It answers the same kinds of questions as Chats and can work across one project, several, or all of your projects at once.
Corridor’s Chat feature lets you interact with an AI assistant that is contextually aware of your codebase and security issues. You can ask questions about your code’s security, request explanations, or get remediation guidance in a conversational way.

Use cases

  • Investigate findings: “What’s the impact if this SQL injection is exploited?” or “Are there similar patterns elsewhere in my codebase?”
  • Discover vulnerabilities: “Do we have any insecure uses of MD5 in our codebase?” or “Where are we handling user input without validation?”
  • Get remediation guidance: “How do I implement parameterized queries here?” or “What’s the secure way to handle this file upload?”
  • Interactive code review: “Review the security of the loginHandler function”

How it works

Chats have access to your codebase structure and content, active findings, your team’s guardrail configurations, and security best practices. Because the chat has your codebase context, answers reference your actual code: “In file X, on line Y you do Z. That could be risky because…”

Starting a chat

  • From a finding: Open a finding in the dashboard and click Investigate. The chat opens with context about the finding pre-loaded
  • From the project view: Navigate to your project and click Chat in the sidebar to ask any security-related question

Next steps

Findings

View and manage security findings

Guardrails

Real-time security during code generation