Overview
RAXE can be integrated into CI/CD pipelines to scan prompts before deployment or as part of automated testing.GitHub Actions
GitLab CI
CI Mode
The--ci flag enables CI-optimized output:
- JSON output format
- Exit code 1 if threats detected
- Exit code 0 if safe
- No interactive prompts
Exit Codes
| Code | Meaning | Action |
|---|---|---|
| 0 | Safe | Continue pipeline |
| 1 | Threat detected | Fail pipeline |
| 2 | Error | Check logs |
