Skip to content

Triage Mode

Caspian-Explorer edited this page Mar 12, 2026 · 1 revision

Triage Mode

Triage Mode provides a guided walkthrough of all pending security issues, one at a time.

How to Use

  1. Run a workspace scan first (Caspian Security: Check Entire Workspace)
  2. Open the Command Palette (Ctrl+Shift+P)
  3. Run Caspian Security: Start Triage Session

Workflow

For each issue, Caspian:

  1. Navigates to the file and line
  2. Shows the issue details (severity, rule code, message, suggestion)
  3. Presents action buttons:
Action What It Does
AI Fix Generates and applies an AI-powered fix
Ignore Marks as ignored and adds to .caspianignore
False Positive Records as FP and trains the learning system
Skip Moves to the next issue without action
Stop Triage Ends the triage session

Issues are sorted by severity (errors first, then warnings, then info).

When to Use

  • After a workspace scan reveals many findings
  • During code review to systematically address all issues
  • When onboarding a new project and triaging initial results

Clone this wiki locally