Run dynamic runtime analysis on captured AI agent sessions. Analyze token usage, tool calls, behavioral patterns, PII detection, and model pinning. Use when user asks for runtime analysis, dynamic testing, behavioral analysis, or wants to analyze captured agent sessions through the proxy.
/plugin marketplace add cylestio/agent-inspector/plugin install cylestio-agent-inspector-integrations-claude@cylestio/agent-inspector# Dynamic Runtime Analysis Analyze runtime sessions captured through the proxy to detect behavioral issues, resource usage patterns, and runtime-only vulnerabilities. ## 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. ## Additional Require...