Skip to main content
Chat features are available on Enterprise plans.
Corridor’s Chat feature lets you interact with an AI assistant that is contextually aware of your codebase and security issues. It’s like having a security expert on call—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 are specific—not generic security advice, but “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