Nyraxis AI

Compliance

Use Nyraxis to meet GDPR, HIPAA, SOC 2, and ISO 27001 requirements for AI systems.

Compliance

Nyraxis provides the governance layer needed to meet regulatory requirements for AI systems.

GDPR

RequirementHow Nyraxis helps
Article 5 — Data minimizationPII Detection blocks personal data from reaching LLMs
Article 25 — Privacy by designEnforce mode ensures every call is evaluated
Article 30 — Records of processingFull audit trail via traces
Article 35 — DPIARed Team testing documents risk assessment
{
  "policies": [
    { "type": "pii_detection", "mode": "blocking", "config": { "hipaa_mode": false } },
    { "type": "secrets_detection", "mode": "blocking" }
  ]
}

HIPAA

RequirementHow Nyraxis helps
PHI protectionPII Detection with HIPAA mode (54 medical entity types)
Access controlsTool Authorization restricts agent capabilities
Audit controlsComplete trace history with timestamps
Breach notificationReal-time alerts on policy violations
{
  "policies": [
    { "type": "pii_detection", "mode": "blocking", "config": { "hipaa_mode": true } },
    { "type": "secrets_detection", "mode": "blocking" },
    { "type": "tool_authorization", "mode": "blocking" }
  ]
}

SOC 2

Trust principleHow Nyraxis helps
SecurityPrompt injection + jailbreak detection
AvailabilityFail-open/fail-closed configuration
Processing integrityHallucination detection validates outputs
ConfidentialityPII + secrets detection prevents data leakage
PrivacyFull data lineage via traces

ISO 27001

ControlHow Nyraxis helps
A.8.11 — Data maskingPII Detection identifies data to mask
A.8.16 — MonitoringReal-time violation dashboards
A.5.34 — PrivacyPolicy enforcement on all AI interactions

Audit trail

Every evaluation is logged with:

  • Timestamp (UTC)
  • Input/output text evaluated
  • Policies checked
  • Violations found (with severity and details)
  • Latency
  • Agent ID
  • Decision (allowed/blocked)

Export traces via the dashboard: Dashboard → Reports → Download CSV.

On this page