Core Concepts¶
Draft v0.1
This page is in draft. Content may change before v1.0.
This page defines the vocabulary and mental model for ACES.
Evidence Object¶
The fundamental unit of ACES. An Evidence Object represents a single, verifiable piece of compliance evidence.
It answers four questions:
- What — what was observed or measured?
- Where — what system, tool, or source produced it?
- When — when was it collected?
- Why it matters — which controls does it satisfy, and to what degree?
Evidence Package¶
A collection of Evidence Objects scoped to a specific assessment — a company, a time period, a framework, or all three.
An Evidence Package is the unit of work for compliance scoring and reporting.
Control Mapping¶
A Control Mapping links one Evidence Object to one or more controls across one or more frameworks.
The same piece of evidence can satisfy controls in multiple frameworks simultaneously. ACES makes these cross-framework mappings explicit and machine-readable.
Scoring Model¶
The Scoring Model defines how Evidence Objects in a package are aggregated into a compliance score for each mapped control, domain, and framework.
Scores are: - Deterministic — same inputs always produce the same score - Explainable — every score can be traced back to its evidence - Weighted — controls can carry different weights within a framework
MCP Protocol¶
The MCP Protocol layer defines how AI systems (via the Model Context Protocol) can query, reason about, and surface compliance evidence.
This enables AI assistants to answer questions like: - "What is our current CMMC Level 2 score?" - "Which controls have no evidence this quarter?" - "What evidence exists for CIS Control 10?"
Key Terms¶
| Term | Definition |
|---|---|
| Evidence Object | A single piece of compliance evidence |
| Evidence Package | A scoped collection of Evidence Objects |
| Control Mapping | A link between evidence and a framework control |
| Framework | A compliance standard (CIS, CMMC, SOC 2, etc.) |
| Control | A specific requirement within a framework |
| Score | A numeric representation of compliance coverage |
| Tenant | An organization whose compliance is being assessed |
| Source | The tool or system that produced the evidence |