PLAIN ENGLISH

AI security glossary

Every AITBM term and acronym, defined without jargon. Hover any underlined term on the site for a quick definition, or search below.

Core architecture The five axes Confidence & freshness Risk & assessment Test methods Standards

Core architecture

The framework and the three layers that feed its final score.

AITBM

AI Trust Benchmarking and Maturity Framework

The whole framework — a repeatable method for scoring AI-system risk from 0 to 10 using constrained, auditable assessor judgment.

ERS

Effective Risk Score

The final 0–10 number. It combines all three layers; higher means more residual risk. It can never reach zero because of the α floor.

IVP

Intrinsic Vulnerability Profile · Layer 1

How strong the system is on its own. 23 checks across five security areas, each scored at one of five normalized anchors from 0.00 to 1.00. Reported as a five-number profile, not a single score.

ORP

Operational Risk Posture · Layer 2

How risky the deployment is: autonomy, exposure, blast radius, and how hard it is to fix. Produces the Compound Risk Multiplier (CRM).

ACI

Assurance Confidence Index · Layer 3

How much we can trust the evidence, given how it was gathered and how old it is. Low confidence inflates the score and triggers re-assessment.

CRM

Compound Risk Multiplier

A step-up factor (1.00–1.60, capped at 1.75) that kicks in when several operational risks are high at once — because combined risks compound.

GDCP

Graph-Derived Cascade Potential

How the ORP Cascade Potential (Cp) dimension is scored: computed from a verified System Dependency Graph via layer reachability, privilege amplification, and fault-injection blast radius — the worst indicator governs the score.

SDG

System Dependency Graph

A directed graph of the deployment — model, orchestration, tools, and downstream consumers as nodes with privilege tiers, and containment gates on edges. The evidence artifact from which Cascade Potential is derived.

α  (alpha)

Residual risk floor = 0.15

The irreducible 15% of risk that remains even with perfect controls. It stops any score from reaching zero — AI risk can't be fully eliminated.

The five IVP axes

The security areas inside Layer 1. Each holds several sub-metrics scored at normalized anchors from 0.00 to 1.00.

Ro

Robustness

Resistance to adversarial input, distribution shift, inconsistent output, and data poisoning. (4 sub-metrics)

Fa

Fairness

Demographic parity, calibration consistency, representation bias, and counterfactual fairness. (4 sub-metrics)

Tr

Transparency

Explainability, confidence calibration, audit-trail completeness, and model-lineage disclosure. (4 sub-metrics)

Pr

Privacy

Training-data leakage, inference-attack resistance, data minimization, and re-identification risk. (4 sub-metrics)

Cn

Containment

Keeping an agent inside its limits: scope, escalation, output filtering, side channels, identity, action reversibility, and resource/execution-loop containment. The axis that carries AITBM's agentic-systems coverage. (7 sub-metrics)

Cn-5

Agent Identity Integrity

A Containment sub-metric. Can the system prove which agent is acting, and resist impersonation? Critical for agentic and MCP systems where agents call each other and external tools.

Cn-6

Action Reversibility Classification Rate (ARCR)

A Containment sub-metric. The fraction of automated actions whose reversibility class was determined and enforced before the system executed them, with multi-step or multi-agent chains governed by the worst-case (highest-impact) hop. Aligns with OWASP AISVS C9.2.

Cn-7

Resource and Execution-Loop Containment

A Containment sub-metric that tests aggregate resource budgets, deterministic planning/retry/delegation termination, and graceful degradation across tokens, compute, memory, storage, egress, time, spend, concurrency, tools, fan-out, and persistent state.

Agent Authorization Baseline

The trusted declaration of principals, delegated identities, capability grants, resource budgets, and approval obligations against which runtime behavior is evaluated.

Boundary Enforcement Ledger

A per-boundary record that distinguishes what was declared, configured, enforced, and observed, preventing a policy document from being mistaken for runtime effectiveness.

Bounded-Reversible

Reversibility class

The first of Cn-6's three reversibility classes: a state change the agent or an operator can cleanly undo within the deployment boundary.

Bounded-Irreversible

Reversibility class

The second Cn-6 reversibility class: the action cannot be undone, but its impact scope stays contained within the deployment boundary.

Delegated-Irreversible

Reversibility class

The third Cn-6 reversibility class: an irreversible action with external impact. Executing one requires explicit human authority.

Worst-Case Composition Rule

In a multi-step or multi-agent chain, the whole chain is governed by the reversibility class of its highest-impact hop — a single irreversible step makes the chain irreversible. Enforcing this rule before chain execution is what the top Cn-6 rubric levels require.

Confidence & freshness

The inputs to Layer 3 — how AITBM tracks whether an assessment can still be trusted.

Pc

Provenance

How well the system's origins and supply chain are documented — for example, via an AI Bill of Materials (AIBOM).

Ec

Evaluation Coverage

How much was tested, how independent the tester was, and how production-like the test environment was. A weak link in any one drags it down.

Tf

Temporal Freshness

How recent the evidence is. It decays over time on a tier-specific half-life, and can be capped instantly by a change event such as a model swap.

MCn

Containment Staleness Multiplier = 2.0

Accelerates freshness decay for containment evidence in agentic and tool-augmented systems, where permission boundaries can change at runtime. It halves the containment evidence half-life relative to the tier half-life, putting a floor on Temporal Freshness.

BAW

Behavioral Attestation Window

An ACI staleness floor for architectures with mutable behavioral state — writable memory, multi-agent messaging, self-modifying prompts, closed feedback loops. Behavioral evidence half-life is one third of the tier half-life (MEm = 3.0), and only a passing Behavioral Attestation Battery resets the clock.

BAB

Behavioral Attestation Battery

The lightweight scheduled test whose pass resets the behavioral staleness clock (Δt_beh): CTPR ≥ 0.95, zero critical invariant violations, BBD < 0.15, and MPSR ≥ 0.90. The pass is binary — no partial credit.

MEm

Emergent-Behavior Staleness Multiplier = 3.0

The framework constant behind the Behavioral Attestation Window: behavioral state mutates through ordinary operation, so behavioral evidence ages at three times the tier rate — one third the half-life of calendar evidence.

Cbehavior

Behavioral Monitoring Coverage

A five-band cap (1.00 / 0.90 / 0.75 / 0.60 / 0.40) on Temporal Freshness reflecting how much behavior-specific instrumentation — canaries, invariant monitors, drift computation, memory-write anomaly detection — actually runs in production. A system receives the highest band whose criteria are all met.

TDI

Time Drift Index

A 0–1 measure of how far the system has drifted from what was assessed. Higher drift makes freshness decay faster.

BBD

Behavioral Baseline Deviation

The statistical distance between how the system behaved at assessment and how it behaves now. Crossing thresholds escalates from alert to re-assessment to automated quarantine.

Risk & assessment

How AITBM turns a score into a required level of scrutiny.

MVT

Minimum Viable Threshold

A floor a dimension must meet. Failing one flags a severity on its own, regardless of the overall score. A "Critical MVT" means unacceptable risk.

Tiers I–IV

Deployment tiers

Risk-based assessment cadence: Tier 1 Critical (most frequent) through Tier 4 Research (annual). Higher tiers re-assess more often and let evidence decay faster.

Pathways

Full · Standard · Lite

Three assessment depths. Full evaluates all five axes; Standard uses reduced test batteries; Lite covers the core axes only — a practical on-ramp for smaller teams.

Test methods

Concrete measurements that feed the rubrics — shown here for the newest Containment sub-metrics, the Behavioral Attestation Battery, and the Graph-Derived Cascade Potential.

ISSR

Identity Spoofing Success Rate

How often an attacker can successfully impersonate an agent. A core test for Cn-5 — lower is better.

MTTQ

Mean Time to Quarantine

How quickly a compromised agent is detected and isolated. Another Cn-5 test — faster is better.

ARCR

Action Reversibility Classification Rate

The percentage of actions in a representative action trace with a recorded pre-execution reversibility classification. The primary Cn-6 test — higher is better.

CCVR

Chain Composition Violation Rate

A Cn-6 test that injects a bounded-irreversible hop into an otherwise bounded-reversible chain and checks that the chain's classification is governed by the injected hop. Lower is better.

BEC

Budget Enforcement Coverage

The fraction of applicable resource and execution classes with a declared, configured, enforced, and tested aggregate boundary. Higher is better.

RBVR

Resource Boundary Violation Rate

The fraction of boundary-saturation trials in which resource use exceeds the enforced limit. Lower is better.

LTFR

Loop Termination Failure Rate

The fraction of recursive planning, retry, delegation, or fan-out trials that fail to terminate within the declared boundary. Lower is better.

GDSR

Graceful Degradation Success Rate

The fraction of forced exhaustion or dependency-pressure trials that preserve safe service behavior without silent policy bypass. Higher is better.

CTPR

Canary Task Pass Rate

The fraction of pre-registered canary tasks the system still passes at attestation time. A Behavioral Attestation Battery pass requires CTPR ≥ 0.95 — a lower rate means behavior has drifted.

IVR

Invariant Violation Rate

How often the system violates its pre-registered behavioral invariants — scope, schema, budget, and communication-whitelist classes. A Behavioral Attestation Battery pass requires zero critical violations.

CIC

Cross-Agent Interaction Coverage

The fraction of live agent-pair × message-type channels and tool-action categories with invariant monitors attached, computed against the re-attestation artifact inventory (tool manifests, permission scopes, agent rosters, orchestration configs). Feeds the Cbehavior band.

MPSR

Memory Poisoning Success Rate

A memory-integrity probe: assessors inject tagged poisoning writes and measure the fraction the system detects and quarantines. A Behavioral Attestation Battery pass requires ≥ 0.90 over the pre-registered probe set.

DGC

Dependency Graph Completeness

The share of the deployed inventory (from the AIBOM, tool/MCP manifests, and network configuration) present in the System Dependency Graph. DGC < 0.90 makes the graph inadmissible and forces Cp = 1.00.

LRR

Layer Reachability Ratio

The fraction of the four stack layers reachable from a compromise origin by transitive closure over the System Dependency Graph — the structural reach of a cascade.

PAD

Privilege Amplification Depth

The maximum ordinal climb on the P1–P4 privilege ladder along any reachable path — how far above its origin privilege a compromise can end up.

FIBR

Fault-Injection Blast Radius

The share of graph-predicted reachable nodes that injected taint markers actually reached across the trial set — measured propagation rather than modeled propagation.

GVR

Graph Validation Rate

The fraction of injection trials in which observed reach was a subset of predicted reach. Any failure invalidates the System Dependency Graph, and Cp reverts to 1.00 until the graph is re-documented.

CBR

Containment Block Rate

The fraction of injected propagation attempts halted at a declared gate. A gate may be claimed on a path only at CBR ≥ 0.95, and every declared gate must be exercised by at least one canary trial.

QTR

Quarantine Trigger Rate

The fraction of detected boundary crossings that triggered the required quarantine response. Reported as a diagnostic alongside Cn-5's MTTQ — reported, not scored.

Cascade Reach Alert

A reported diagnostic, mirroring the Compound Risk Alert, that fires whenever any GDCP indicator triggers the 1.00 anchor — surfacing the graph finding as an actionable driver line. It does not change the score.

Related standards & frameworks

The ecosystem AITBM aligns to, maps against, or improves upon. See Resources for the full alignment.

AIDEFEND

AI Defense Framework

Open catalog of defensive techniques. AITBM turns each control into a measurable change in the score.

AIVSS

AI Vulnerability Scoring System

OWASP's AI scoring system and AITBM's predecessor. AITBM addresses its structural gaps.

AISVS

AI Security Verification Standard

An OWASP control-verification standard ("what controls should exist") — 12 chapters / 191 requirements in its 1.0 release, used as an input layer for AITBM scoring.

AIUC-1

AI agent certification

A pass/fail certification with a Lloyd's-backed insurance backstop. It certifies controls; AITBM measures risk — they complement each other.

CVSS

Common Vulnerability Scoring System

The established severity standard for discrete software vulnerabilities. AITBM addresses a complementary system-assessment scope for non-deterministic AI. CVSS 4.0's Threat group (renamed from v3.x Temporal; a single Exploit Maturity value) tracks a vulnerability's exploitation state, not assessment freshness — a CVSS score doesn't decay over time the way AITBM's ACI does.

MCP

Model Context Protocol

A standard for connecting agents to tools and data. A primary agentic deployment class AITBM is built to assess.

RAG

Retrieval-Augmented Generation

An architecture where a model retrieves documents before answering. AITBM has a dedicated weighting profile for it.

MITRE ATLAS

Adversarial threat taxonomy

A taxonomy of real-world attacks on AI systems. AITBM aligns its threat coverage and sources case studies from it.

NIST AI RMF

AI Risk Management Framework

The U.S. NIST framework for managing AI risk. AITBM aligns its method to it.

ISO 42001 / 42005

AI governance & impact

AI management-system and impact-assessment standards. AITBM aligns its governance and impact methodology to them.

EU AI Act

EU regulation

EU law classifying AI systems by risk. AITBM maps to its high-risk classification requirements.

SPIFFE / OIDC-A

Agent-identity standards

Cryptographic identity standards for workloads and agents, mapped onto the top levels of the Cn-5 rubric.