Skip to content

// REGULATED TEAMS

Self-hosted offensive security with privacy guardrails

Deploy inside your perimeter, block data-training LLM providers by default in production, and map findings to frameworks — mapping only, not certification.

# docker-compose.yml
services:
  postgres:
    image: postgres:16-alpine
  redis:
    image: redis:7-alpine
  vex-raptor:
    image: vex-raptor:latest
    ports: ["8000:8000"]
  worker:
    image: vex-raptor:latest
    command: arq src.arq_worker.WorkerSettings

Is mapping certification?

No. Compliance mapping groups findings by framework control and shows a PASS/WARN/FAIL posture indicator per control based on detected violations — useful for audit prep and gap analysis. It is not a formal certification, attestation, or third-party audit opinion, and Vex Raptor is not a certified auditor.