raxe scan
Scan text for threats.Options
| Option | Description |
|---|---|
--format | Output format: text, json |
--ci | CI mode (JSON + exit code 1 on threats) |
--explain | Show detailed explanations |
--rule | Test specific rule only |
Examples
raxe batch
Scan multiple prompts from file.Options
| Option | Description |
|---|---|
--format | Output format: text, json, csv |
--output | Write results to file |
Examples
raxe repl
Interactive scanning mode.REPL Commands
| Command | Description |
|---|---|
scan <text> | Scan text |
rules | List loaded rules |
stats | Show session stats |
clear | Clear screen |
help | Show help |
quit | Exit REPL |
raxe rules
Manage detection rules.Subcommands
| Command | Description |
|---|---|
list | List all rules |
show <id> | Show rule details |
search <query> | Search rules |
Examples
raxe doctor
System health check.Output
raxe stats
View scan statistics.Options
| Option | Description |
|---|---|
--period | Time period: today, week, month, all |
Output
raxe config
Manage configuration.Subcommands
| Command | Description |
|---|---|
show | Show current config |
set <key> <value> | Set config value |
reset | Reset to defaults |
Examples
raxe init
Initialize RAXE configuration.~/.raxe/config.yaml~/.raxe/raxe.db
raxe export
Export scan history.Options
| Option | Description |
|---|---|
--format | Output format: json, csv |
--output | Output file path |
--since | Export from date |
