Using Noir with OpenAI

Integrate Noir with OpenAI to leverage language models like GPT-4o for advanced code analysis and endpoint detection.

Setup

  1. Get an API Key: Generate from OpenAI dashboard
  2. Choose a Model: Recommended: gpt-4o

Usage

Run Noir with OpenAI:

noir -b ./spec/functional_test/fixtures/hahwul \
     --ai-provider=openai \
     --ai-model=gpt-4o \
     --ai-key=sk-...

OpenAI enables natural language endpoint descriptions, security vulnerability identification, and code quality suggestions.

Esc