๐Ÿš€ Launch Special: 50% off with code LAUNCH50. Offer ends Dec 31, 2026Get Started

AI-Powered Fixes

Rivet uses AI to generate fix suggestions for quantum-vulnerable code findings. Suggestions are provided as diffs for you to review and apply manually.

How It Works

  1. Detection โ€” Code analyzer finds a quantum-vulnerable pattern
  2. Generation โ€” AI generates a replacement using a NIST PQC algorithm
  3. Review โ€” You review the suggested diff
  4. Apply โ€” Apply the changes manually to your codebase

Supported Fix Types

  • RSA key generation โ†’ ML-KEM / ML-DSA
  • ECC operations โ†’ ML-DSA
  • Weak hash functions โ†’ SHA-3 / BLAKE3
  • Insecure random โ†’ OS-level CSPRNG
  • Deprecated TLS configs โ†’ TLS 1.3 with PQC cipher suites

Notes

  • Suggestions are provided as guidance only โ€” always review before applying to your codebase
  • Staleness detection โ€” if the file changed since the scan, the suggestion is invalidated and must be regenerated
  • Use Discard to remove a suggestion and start fresh
  • Use Regenerate to produce a new suggestion for the same finding

LLM Configuration

ProviderNotes
Google GeminiDefault โ€” requires a Google AI API key
Anthropic ClaudeRequires an Anthropic API key
OpenAI GPTRequires an OpenAI API key
Custom / On-PremiseOllama, LM Studio, Azure OpenAI, vLLM โ€” for air-gapped or self-hosted deployments (Enterprise)

Configure in Settings โ†’ AI Configuration.