What security capabilities are required in an enterprise Artificial…

What security capabilities are required in an enterprise Artificial Intelligence (AI) system to address prompt injection, Retrieval-Augmented Generation (RAG)-based attacks, model supply chain compromise, and data exfiltration beyond basic Application Programming Interface (API) access controls and audit logging?

2026-05-02 · security-risk rag-retrieval agentic-ai tools-infrastructure governance-policy · medium · source → · wiki →
key claims
  1. A baseline of Application Programming Interface access controls plus audit logging is insufficient for enterprise AI, because it does not verify prompt integrity, retrieval-boundary correctness, model provenance, deterministic tool mediation, or pre-action containment once a model can ingest untrusted content and invoke connected systemsOWASP (n.d.)NIST (n.d.)Blog (2026)
  2. Prompt injection remains a structural risk rather than a filter-tuning problem, because authoritative sources and current research converge on the point that indirect content can still steer model behavior unless control flow, tool access, and approval boundaries are enforced outside the model itselfOWASP (n.d.)Greshake et al. (2023)Debenedetti et al. (2025)
  3. Retrieval-Augmented Generation introduces a second security boundary beyond prompt injection, because poisoned documents, stale access-control metadata, embedding inversion, and retrieval-database membership leakage can all expose or reshape sensitive knowledge even when ordinary authentication is presentMorris et al. (2023)Anderson et al. (2024)Mitchell (2026)
  4. Model supply chain security must be treated as a first-class enterprise capability, because compromised machine-learning dependencies and unsafe serialization formats have already created code-execution and exfiltration paths that ordinary access controls do not detect before model loading occursPyTorch (2022)Hugging (n.d.)Face (2023)
  5. Data exfiltration control for enterprise AI has to be enforced at the agent-execution layer, because the decisive risk is whether the system can read sensitive data and send it through tools, triggers, or outbound connectors before a human or audit process reviews the eventMicrosoft (n.d.)Blog (2026)Mitchell (2026)
  6. The minimum additional control stack is separate machine identities, least-privilege delegation, prompt and document attack detection, permission-safe retrieval architecture, model-artifact provenance and scanning, deterministic egress controls, human approval for high-consequence actions, and runtime anomaly detection with halt or quarantine pathsMitchell (2026)Mitchell (2026)Hugging (n.d.)Microsoft (n.d.)Blog (2026)Mitchell (2026)
  7. The evidence base is strongest for indirect prompt injection telemetry, retrieval-leakage research, and machine-learning dependency compromise, while public evidence for large-scale nation-state use of these exact AI-native techniques remains materially thinner than the evidence for researchers, red teams, and opportunistic attackersPaloaltonetworks (n.d.)Anderson et al. (2024)PyTorch (2022)Mitchell (2026)
  8. In the enterprise AI capability model, security should no longer be a single generic domain, because the evidence supports at least four distinct security subdomains, prompt and retrieval boundary defense, identity-scoped execution control, model and connector supply-chain assurance, and runtime assuranceGithub (n.d.)Mitchell (2026)Mitchell (2026)

Research Question

What security capabilities are required in an enterprise Artificial Intelligence (AI) system, beyond basic Application Programming Interface (API) access controls and audit logging, to address prompt injection (direct and indirect), Retrieval-Augmented Generation (RAG)-based attacks (data poisoning, context manipulation, indirect injection via retrieved documents), model supply chain compromise (malicious fine-tuned weights, compromised model registries, trojan base models), and data exfiltration (sensitive data leakage through model outputs or tool calls), and how should these capabilities be incorporated into a complete enterprise AI security threat model?

Findings

(Populated from §6 Synthesis above.)

Executive Summary

Enterprise AI systems need a security stack that goes beyond access control and audit logs by adding controls for prompt and retrieval boundary integrity, model and connector provenance, identity-scoped execution, deterministic egress control, and runtime circuit breakers.

Prompt injection and Retrieval-Augmented Generation (RAG) attacks are structural because trusted instructions and untrusted content share model context, so the enterprise has to constrain what the model can do even after content is retrieved or interpreted.

Model supply chain compromise and unsafe model-loading paths are already operational risks, not hypothetical edge cases, because public machine-learning ecosystems have documented malicious dependency compromise and still rely heavily on formats that can execute code at load time.

The resulting enterprise threat model should treat the prompt plane, retrieval corpus, model artifact pipeline, tool-execution surface, and runtime governance plane as separate assets with distinct indicators and control families, then map those families back into the enterprise capability model as explicit security subdomains.

Key Findings

  1. A baseline of Application Programming Interface access controls plus audit logging is insufficient for enterprise AI, because it does not verify prompt integrity, retrieval-boundary correctness, model provenance, deterministic tool mediation, or pre-action containment once a model can ingest untrusted content and invoke connected systems.
  2. Prompt injection remains a structural risk rather than a filter-tuning problem, because authoritative sources and current research converge on the point that indirect content can still steer model behavior unless control flow, tool access, and approval boundaries are enforced outside the model itself.
  3. Retrieval-Augmented Generation introduces a second security boundary beyond prompt injection, because poisoned documents, stale access-control metadata, embedding inversion, and retrieval-database membership leakage can all expose or reshape sensitive knowledge even when ordinary authentication is present.
  4. Model supply chain security must be treated as a first-class enterprise capability, because compromised machine-learning dependencies and unsafe serialization formats have already created code-execution and exfiltration paths that ordinary access controls do not detect before model loading occurs.
  5. Data exfiltration control for enterprise AI has to be enforced at the agent-execution layer, because the decisive risk is whether the system can read sensitive data and send it through tools, triggers, or outbound connectors before a human or audit process reviews the event.
  6. The minimum additional control stack is separate machine identities, least-privilege delegation, prompt and document attack detection, permission-safe retrieval architecture, model-artifact provenance and scanning, deterministic egress controls, human approval for high-consequence actions, and runtime anomaly detection with halt or quarantine paths.
  7. The evidence base is strongest for indirect prompt injection telemetry, retrieval-leakage research, and machine-learning dependency compromise, while public evidence for large-scale nation-state use of these exact AI-native techniques remains materially thinner than the evidence for researchers, red teams, and opportunistic attackers.
  8. In the enterprise AI capability model, security should no longer be a single generic domain, because the evidence supports at least four distinct security subdomains, prompt and retrieval boundary defense, identity-scoped execution control, model and connector supply-chain assurance, and runtime assurance.

Assumptions

Analysis

The complete enterprise threat model separates five assets: the prompt and instruction plane, the retrieval corpus and permission state, the model artifact and dependency pipeline, the tool-execution surface, and the runtime governance plane. Prompt injection primarily targets instruction integrity and tool authority; Retrieval-Augmented Generation attacks target retrieval integrity, permission correctness, and corpus confidentiality; supply-chain attacks target model provenance and loader safety; exfiltration attacks target secrets in context, outputs, and tool arguments; and runtime-governance failures target the organization's ability to detect unsafe precursor signals before action.

The control trade-off is between adaptability and determinism. Enterprises want agents to reason flexibly over new content and workflows, but the evidence shows security cannot be delegated to that same flexible reasoning loop. The durable pattern is therefore layered: scoped identity and policy outside the model, bounded retrieval inside explicit knowledge architectures, safe model promotion through provenance checks, and runtime monitoring that can halt execution when behavior moves outside the permitted envelope.

Relative to the "API access + audit" baseline, the decisive additions are not more logs but more chokepoints. The enterprise needs promotion-time checks before models, prompts, and tools reach production; execution-time checks before tools or outbound channels are used; and runtime checks that stop suspicious sequences before they accumulate into machine-speed harm. Audit logs remain necessary, but in this evidence set they are forensic evidence, not the main preventive control.

Risks, Gaps, and Uncertainties

Open Questions

  1. What is the minimum practical evidence package for promoting a third-party model, adapter, or connector into a regulated enterprise environment?
  2. Which runtime precursor signals are most predictive of exfiltration attempts before any data leaves the boundary?
  3. How should enterprises quantify acceptable stale-permission windows for copied retrieval corpora?
  4. Which evaluation suite best tests combined prompt, retrieval, and tool-path abuse in the same agent workflow?

sources


cites
cites Prompt injection threat landscape: exploits, defences, and active research in agentic artificial intelligence (AI) systems
cites Enterprise AI capability model for use-case maturity decisions
cites What identity and access management model is required for Artificial Intelligence (AI) agents and low-code artefacts operating within enterprise systems?
cites What control-plane architecture is required to manage Artificial Intelligence (AI) agents and low-code systems as distributed, semi-autonomous actors within enterprise environments?
cites Permission-safe Retrieval-Augmented Generation (RAG) in enterprise information architectures: technical constraints, architectural options, and failure modes at scale
cites Access control amplification under agentic operations: whether existing frameworks address the worst-case permission inheritance problem
cites Universal Entity Lifecycle Governance Framework (UELGF) extension: agentic Artificial Intelligence (AI)-specific risks and runtime monitoring for non-deterministic behaviour
related (frontmatter)
related Deployment pipeline as the only enforceable control gate for citizen-developed agents: DevOps literature support, low-code platform hook points, and architectural enforceability
related Systems capability debt as the root cause of citizen development: empirical evidence and effective governance architectures
related Universal Entity Lifecycle Governance Framework (UELGF) extension: tooling specification and reference architecture for policy-as-code, observability, and Identity and Access Management (IAM) implementation
version history
versiondatecommitsummary
1.02026-05-02ff94dc0Initial completion

Connected items

Loading…

View full knowledge graph →