Configuration File
RAXE uses YAML configuration at~/.raxe/config.yaml:
Environment Variables
Override any setting with environment variables:Programmatic Configuration
Configure via the SDK:Performance Modes
| Mode | L1 Rules | L2 ML | Latency | Use Case |
|---|---|---|---|---|
fast | Core only | Off | ~0.3ms | High-throughput APIs |
balanced | All | On | ~2ms | General use |
thorough | All + custom | On | ~5ms | Maximum security |
Telemetry
RAXE collects anonymous detection metadata to improve the engine: What we collect:- Detection counts and severity levels
- Performance metrics (scan latency)
- Rule IDs that triggered
- SHA-256 hash of prompts (not reversible)
- Raw prompts or responses
- Matched text content
- Personal information
- Your API keys
Telemetry is enabled by default in Community Edition.
Disabling telemetry requires a Pro+ tier license.
