Using Noir with xAI

Use xAI Grok models for advanced code analysis and endpoint discovery.

Setup

  1. API Key: Get from xAI website
  2. Model: Choose model (e.g., grok-2-1212)

Usage

Run Noir with xAI:

noir -b ./spec/functional_test/fixtures/hahwul \
     --ai-provider=xai \
     --ai-model=grok-2-1212 \
     --ai-key=xai-...

xAI enables endpoint analysis, security vulnerability identification, and code improvement suggestions.

Esc