These are the foundational protections that apply to all AI systems, regardless of architecture, deployment model, or use case. They reflect the minimum safeguards necessary to reduce risk across any high-risk AI environment.
Baseline controls are architecture-agnostic, meaning they are consistent no matter how the model is built or deployed.
These serve as the default security expectations for any high-risk AI system.
After the baseline, this guide highlights only the additional controls needed for specific AI architectures (e.g., RAG, multimodal, scientific models, RL agents).
These are modifiers, not replacements.
They address risks unique to certain system designs without repeating the universal baseline controls.
Together, these two sections help teams apply a clear, consistent security foundation while tailoring protections to the unique risks posed by different AI system architectures.
Baseline Controls for High-Risk AI Systems
Access Control and Model Artifact Safeguarding
Subcategory
Enhanced Baseline Requirement
Why This Matters
Implementation Anchors
Controlled model artifact access
Enforce strong identity management; restrict access to model artifacts with sensitive intellectual property, such as model weights, checkpoints, tokenizers, and hyper‑parameter configuration. Use role separation for training, deployment, and operations.
Prevents insider misuse, model tampering, and unauthorized extraction.
IAM policies, RBAC, privileged access management.
Multiparty governance for sensitive actions
Require quorum‑based or multiparty authorization for model release, reconfiguration, fine‑tuning, or deployment of high‑capability modes.
Reduces unilateral insider actions; adds accountability for sensitive model changes.
Two‑person integrity (TPI), approval workflows.
Protected weight storage and serving
Store and serve weights in hardened or confidential‑computing environments; attest the environment before model load.
Prevents offline theft, tampering, or parameter extraction.
Conduct structured reviews at training, deployment, and significant model changes.
Ensures oversight throughout the lifecycle.
Change control boards, formal approval gates.
Although these baseline controls apply to all high-risk AI systems, certain architectures introduce additional risks or implementation challenges. The next section highlights only those architecture-specific controls—focused on the deltas that extend or strengthen the baseline.
Architecture-Driven Control Modifiers
The architecture-driven control modifier tables below—Model Layer Modifiers and System Layer Modifiers—identify where specific AI architectures require additions or adjustments to the baseline controls. These modifiers apply when an architecture introduces risks, behaviors, or dependencies that the baseline does not fully capture. Each table maps six types of AI architectures across relevant control categories, showing how each architecture affects security requirements at the model layer and the system layer.
The following matrix outlines architecture-driven modifications to the baseline controls. These adjustments apply when an AI system’s architecture changes how inputs, outputs, or model artifacts should be protected.
AI Architecture Control Modifiers (Model Layer Control Modifiers)
Control Category
RAG
Open-Weight/Self-Hosted
API-Based Models
Scientific/Domain-Specific
RL/Agentic Systems
Multimodal
Access control and weight protection
None beyond baseline.
Protect weight artifacts; enforce signing and provenance verification.
Tight API key governance; rate-limiting; credential isolation.
Even when two AI systems use a similar underlying model, their system-level risk profiles can differ significantly based on how they retrieve data, interface with tools, integrate external components, or interact with real-world environments.
The following controls outline system-layer security controls that become necessary because of the architecture used—that is, the security implications for the infrastructure, execution environment, and operational pipeline surrounding the AI system.
AI Architecture Control Modifiers (System Layer Control Modifiers)