Skip to main content
New to RAXE? Start with the Quickstart and learn how detection works.

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:
Behavior:
  • JSON output format
  • Exit code 1 if threats detected
  • Exit code 0 if safe
  • No interactive prompts

Exit Codes

Batch Scanning

Scan multiple prompts from a file:

Environment Variables

Example: Pre-commit Hook

Example: PR Comment

Docker

What’s Next

Production Checklist

Deploy RAXE safely to production

Custom Rules

Create detection rules for your specific use case