AI Security Governance: The Complete 2026 Hub
- #AI Security
- #AI Governance
- #LLM Security
- #OWASP
- #NIST AI RMF
This hub sits alongside our guides to governing AI agents with least privilege, generative AI security for the enterprise, and Japan’s AI governance landscape for foreign companies. If those guides answer “how do I secure this one thing,” this hub answers “how do the pieces fit into one program.”
AI security governance gets treated, too often, as a single checkbox: “we reviewed the model, we’re covered.” It isn’t one checkbox. It’s the overlap of three things that used to be separate problems — application security, data governance, and now, increasingly, the governance of autonomous systems that take actions on their own. As an information security practitioner (CISSP, CCSP), the pattern I keep seeing is teams that are strong in one of these three and blind in the other two, and the gaps are exactly where incidents happen.
This hub is the map. It covers what the term does and doesn’t include, the risk categories worth tracking separately, the two reference frameworks most teams reach for (OWASP’s LLM Top 10 and NIST’s AI RMF), red teaming as a governance practice rather than a one-time test, and a step-by-step outline for building a program instead of assembling a pile of point controls.
What AI Security Governance Covers (and What It Doesn’t)
AI security governance is the set of policies, controls, and accountability structures that manage security risk across the AI lifecycle: training data sourcing and handling, model selection and evaluation, deployment configuration, runtime monitoring, incident response, and retirement. It answers questions like: who approves a new LLM integration, what data is that integration allowed to see, what happens when a model behaves unexpectedly in production, and who is accountable when it does.
It is not:
- AI ethics. Fairness, bias, and societal-impact questions are adjacent and important, but they are a different discipline with different stakeholders (often legal, HR, and product — not exclusively security).
- Model performance evaluation. Whether a model is accurate enough for its task is a product and data-science question. A model can be perfectly secure and still useless, or highly capable and dangerously under-governed.
- A one-time review. The lifecycle framing matters because the risk profile of an AI system changes after deployment — new data flows in, usage patterns shift, and the threat landscape around prompt injection and supply chain attacks moves faster than most annual review cycles.
The practical failure mode is scoping AI security governance too narrowly — as “we ran a model card review” — and missing that the actual attack surface includes the data pipeline behind the model and, increasingly, the tools an AI system is allowed to call.
Key Risk Categories: LLM Applications, AI Agents, Training Data
Three categories, each with a different failure mode and a different owner in most organizations.
LLM applications. A chatbot or retrieval-augmented system that answers questions is exposed to prompt injection, sensitive information disclosure through its outputs, and misuse of any tools it’s connected to. The risk is bounded by what the application can say and, if it has tool access, what it can be tricked into doing with that access.
AI agents. An agent doesn’t just answer, it acts — calling APIs, writing to databases, triggering downstream workflows. That turns every LLM application risk into an action risk: a successful prompt injection against an agent doesn’t leak text, it executes. This is exactly the ground covered in our guide to governing AI agents with least privilege — treat the agent as a non-human identity with standing permissions, because that’s what it is.
Training data. Data poisoning and provenance risk sit upstream of both of the above. A model trained or fine-tuned on compromised or unvetted data can be back-doored before it ever reaches an application layer, and by the time that surfaces in production behavior, the fix is a retraining cycle, not a patch. Data governance — access control, lineage tracking, and vetting of third-party datasets — is security work even when it’s staffed by a data team.
Treating these three as one undifferentiated “AI risk” bucket is how organizations end up with an LLM red team exercise and nothing for agent permissions or data provenance — full coverage of the easiest-to-test category, no coverage of the other two.
The OWASP LLM Top 10 and NIST AI RMF at a Glance
Two reference points, and they answer different questions.
The OWASP Top 10 for LLM Applications is a vulnerability checklist: the most common, most impactful security issues found in LLM applications in practice. The current list is led by prompt injection, sensitive information disclosure, and supply chain risk, and also covers data and model poisoning, improper output handling, excessive agency, system prompt leakage, vector and embedding weaknesses, misinformation, and unbounded consumption. Use it to know what to test for in an application or agent. It does not tell you how to run a governance program — it’s a checklist, not a framework. (Full breakdown: our OWASP LLM Top 10 guide — forthcoming in this cluster.)
The NIST AI Risk Management Framework (AI RMF, NIST AI 100-1, with a Generative AI Profile in NIST AI 600-1) is a voluntary framework built around four functions: Govern (policy, roles, accountability — applies across the whole program), Map (understand context and identify risks for a given AI system), Measure (assess and track those risks with metrics), and Manage (respond, mitigate, and monitor over time). Govern isn’t sequential with the other three — it’s the layer that makes Map, Measure, and Manage a repeatable loop instead of a one-off exercise per system. Use it to know how to structure the program that decides what gets tested, how often, and who signs off. (Full walkthrough: our NIST AI RMF guide — forthcoming in this cluster.)
Put together: NIST AI RMF gives you the program shape, OWASP’s list gives you the test cases that feed the Measure function. Teams that adopt one without the other end up either running abstract governance exercises with no concrete findings, or running concrete tests with no program to act on the results.
AI Red Teaming as a Governance Practice
Red teaming an LLM application or agent — deliberately probing it with adversarial prompts, jailbreak attempts, and tool-abuse scenarios — is often treated as a one-time pre-launch test. Framed as a governance practice instead, it’s a recurring input to the NIST AI RMF’s Measure function: evidence that a stated control (say, “the agent cannot access production financial data without a human approval step”) actually holds under adversarial pressure, not just in the design document.
That reframing changes three things in practice:
- Cadence. A single pre-launch red team exercise tells you about the system as configured on launch day. Prompt injection techniques and jailbreak patterns evolve continuously, so a governance-grade practice re-tests on a schedule and after any material change to the system’s tools or data access — not only once.
- Scope. Application-only red teaming misses agent-specific failure modes: excessive agency, tool-chaining that escalates a small permission into a large one, and the specific blast-radius question of what an agent can do once injected, not just what it can be tricked into saying.
- Feedback loop. Findings need an owner and a deadline, the same as any other security finding — folded into the Manage function, not filed and forgotten. A red team report that never changes a permission, a prompt, or a policy was an academic exercise, not a control.
(Detailed methodology: our AI red teaming guide — forthcoming in this cluster.)
Building an AI Security Governance Program Step by Step
A pragmatic build order, roughly in the sequence most teams find workable:
- Inventory what you actually have. Every LLM application, every agent with tool access, and every fine-tuned or custom-trained model in production or pilot. Most organizations underestimate this list because shadow AI adoption — a team wiring an LLM API into a workflow without a formal review — moves faster than the inventory process.
- Assign ownership and stand up Govern. Before mapping individual systems, decide who approves new AI integrations, who owns the risk register, and what triggers a security review. This is NIST AI RMF’s Govern function, and it has to exist before Map/Measure/Manage produce anything actionable.
- Map risk per system, using the three categories above. For each inventoried system, classify it as an LLM application, an agent, a training-data pipeline, or some combination, and identify the OWASP-style risks specific to it.
- Set baseline controls, then measure against them. Least privilege for any agent’s tool access, output filtering for sensitive information disclosure, provenance checks for training and fine-tuning data. Then red team against those specific controls, on a cadence, not as a one-time gate.
- Close the loop institutionally. Findings roll into a risk register with owners and deadlines (Manage), and the register itself gets reviewed on a cycle that matches how fast your AI footprint is changing — which, for most organizations in 2026, is faster than the annual security review calendar assumes.
None of this is AI-specific in structure — it’s the same govern/map/measure/manage discipline applied to conventional infrastructure via frameworks like the NIST CSF 2.0 (forthcoming in this cluster). What’s AI-specific is the risk content that flows through that structure: prompt injection instead of SQL injection, agent permissions instead of service-account permissions, training data provenance instead of software supply chain alone.
Where to Go Next
If your organization operates in or serves Japan, start with our guide to Japan’s AI governance landscape for foreign companies — comply-or-explain guidelines plus full APPI applicability wherever personal data is in scope. If you’re specifically standing up agent permissions, go to the AI agent governance guide. For the security career path behind this work, see our security career roadmap hub.
Sources: OWASP Top 10 for LLM Applications 2025 · NIST AI Risk Management Framework · NIST AI RMF Playbook
FAQ
What is AI security governance?
AI security governance is the set of policies, controls, and accountability structures that manage security risk across the AI lifecycle — from training data and model selection through deployment, monitoring, and retirement. It covers LLM applications, autonomous AI agents, and the data pipelines that feed them, and it sits alongside (not instead of) general information security governance.
What does AI security governance not cover?
It is not a substitute for AI ethics, model performance evaluation, or product strategy, and it does not by itself resolve legal or IP questions about training data. Those are adjacent disciplines that a mature program coordinates with, not absorbs.
What is the OWASP Top 10 for LLM Applications?
A community-maintained ranking of the most common and impactful security risks in LLM applications, currently led by prompt injection, sensitive information disclosure, and supply chain risk. It is a vulnerability checklist, not a governance framework by itself — it tells you what to test for, not how to run a program.
What is the NIST AI Risk Management Framework?
A voluntary framework (NIST AI 100-1, with a Generative AI Profile in NIST AI 600-1) built around four functions — Govern, Map, Measure, Manage — that organizations use to structure AI risk management. Govern applies across the whole program; Map, Measure, and Manage form the recurring loop applied to each AI system.
Is AI red teaming part of governance or just testing?
Both. Red teaming produces the evidence a governance program needs — proof that stated controls hold up against adversarial input — but only if findings feed back into policy, training, and risk acceptance decisions. A red team exercise with no governance follow-through is a one-off test, not a control.
About the authors
Sekiko Jo
CISSP and CCSP-certified security specialist focused on cloud threat modeling and security governance. A Registered Information Security Specialist (情報処理安全確保支援士) in Japan, she writes from hands-on incident-response experience.
Registered Information Security Specialist (情報処理安全確保支援士), Japan