Platform services
Behind the analysis capabilities sit three platform services that bring regulations in, reason about them, and keep sensitive data safe.
Regulatory Discovery Core
The ingestion and monitoring backbone. It runs discovery jobs against regulatory sources, syncs and scrapes the web, triages regulatory news, maps jurisdiction exposure, manages a review queue and schedule, and runs the FDL pipeline that turns a regulation into a structured questionnaire.
Where it lives: server/src/endpoints/regulatory_discovery/.
Regulatory Intelligence Core
The reasoning layer over a regulation: applicability (does this apply to us?), classification, conflict detection, clarifying questions, and a topic index — the signals the analyze/monitor capabilities build on.
Where it lives: server/src/agents/aibitat/plugins/regulatory-intelligence/.
PII Handling Core
Detect, redact, and scan documents for PII/PCI, with risk-level reporting and audit certificates — so evidence can be shared without leaking personal data.
Where it lives: pii-detector, pii-redactor, pii-scanner plugins.