Compliance Signal Enumeration
A neutral, machine-readable registry of compliance-relevant technical signals for interoperability across security tools, compliance platforms, and GRC systems.
The Interoperability Gap
Security tools report findings using proprietary identifiers. Without a shared vocabulary, correlation requires manual effort at every boundary.
!Without CSE
With CSE
More Than a Catalog
CSE provides standardized infrastructure for compliance data exchange.
Signal Registry
1,132 canonical definitions for compliance-relevant technical conditions across 12 frameworks.
Mapping Dataset
1,308 pre-built relationships linking signals to framework controls with confidence scores.
Finding Format
Standardized structure for findings that enables cross-tool interoperability and unified audit trails.
Artifact Format
Immutable evidence records with cryptographic integrity for audit-ready compliance documentation.
Validation API
Validate signals, findings, artifacts, and mappings against CSE schemas via simple API calls.
Community API
RESTful API with search, bulk operations, and validation. No setup required.
Supported Frameworks
CSE covers signals across major compliance frameworks with complete control mappings.
Quick API Examples
Query the registry programmatically. Click on examples to see live responses.
API Examples
Click to explore
https://cseregistry.org/api/v1/signals?domain=HIPAA&category=TECH{
"data": [
{
"id": "CSE-HIPAA-TECH-NO-ENCRYPTION-004",
"canonical_name": "Unencrypted PHI Storage",
"description": "Protected Health Information stored without encryption at rest",
"domain": "HIPAA",
"category": "TECH",
"severity": "critical",
"status": "active"
},
{
"id": "CSE-HIPAA-TECH-WEAK-AUTH-002",
"canonical_name": "Weak Authentication for PHI Access",
"description": "Systems containing PHI lack multi-factor authentication",
"domain": "HIPAA",
"category": "TECH",
"severity": "high",
"status": "active"
}
],
"meta": {
"total": 12,
"page": 1,
"per_page": 50
}
}CSE is open infrastructure
The specification is public. The adoption is voluntary. The value compounds as more tools and platforms participate.