Cross-reference static code findings with dynamic runtime observations. Identify VALIDATED (confirmed at runtime) vs UNEXERCISED (never triggered) issues. Use when user asks to correlate, cross-reference static and dynamic findings, or prioritize issues based on runtime evidence.
/plugin marketplace add cylestio/agent-inspector/plugin install cylestio-agent-inspector-integrations-claude@cylestio/agent-inspector# Correlate Static + Dynamic Findings Connect static code findings with dynamic runtime observations to prioritize which issues are real vs theoretical. ## Prerequisites **You MUST run `/agent-inspector:setup` BEFORE proceeding.** This is NOT optional. The setup command will: 1. Check if agent-inspector is already running 2. Auto-detect your LLM provider (OpenAI/Anthropic) 3. Start the server in background if needed 4. Verify MCP connection is working **DO NOT skip this step.** If you proceed without running the Preflight Check, MCP tools will fail. ## Correlation States | State | Me...