[Agentic AI Governance 05] When AI Starts Fetching Its Own Data

Enterprise data governance in the age of agentic AI

This is the fifth and final article in the five-part Agentic AI Governance series. Part 4 covered the control plane for what an agent does; this piece covers what happens to the data it touches.

Key Takeaways

  • The smallest unit of data governance is changing: from a file stored in a particular place, to a single context assembly performed by an AI agent.
  • Traditional controls assume that data has a fixed storage location. However, the data and knowledge that an agent assembles in real time did not previously exist in any system, carries no classification label, and was approved in advance by no one.
  • The three governance principles are identity, purpose and lineage: who assembled the data, for what reason, and from which sources.
  • Most AI data traffic no longer travels only through the human-machine conversation. It also travels through three machine-to-machine channels: tool calls, connectors and memory.
  • Judged by the supervisory requirements of the EU AI Act, what matters is not what you blocked, but what you can prove. Accountability requires evidence, and that evidence must be retained in full.

1. A Combination of Data That Nobody Approved

It is Monday morning. A user activates an AI agent and gives it a single instruction: prepare for next week's renewal meeting with a particular customer.

The instruction is one sentence, but what the agent does next is not one action. Within ninety seconds it reads the contract terms and payment history held in the customer relationship management (CRM) system, works through six months of the account manager's email, checks three open tickets in the service desk, retrieves the receivables ageing from the finance system, and locates last year's service level report on a shared drive. It then produces a two-page briefing.

The briefing is useful, and it follows the instruction exactly. The difficulty lies in the new combination of data behind it. Who owns that combination? For how long should it be retained? Who approved the decision that complaint records may sit in the same document as financial ageing data? And if the customer exercises the right to erasure tomorrow, where would you begin?

No one can answer these questions, because no one made these decisions. What deserves particular attention is that nothing in the process went wrong. This is not a security incident. This is the system working as designed — and that is precisely the problem.

A combination of data that nobody approved.

Figure 1 — A combination of data that nobody approved.

2. Traditional Data Governance Governs Data at Rest

The scenario above is difficult to govern for a reason that lies not in the technology, but in the framework we continue to apply. For twenty years, data governance has rested on a single assumption: data has a fixed storage location.

That assumption supports almost every control we have. We classify data in order to label what sits in a given location. We apply access control in order to decide who may reach that location. We deploy data loss prevention (DLP) in order to intercept files leaving that location. The first question that each of these controls asks is the same: where is the data?

Before examining why the assumption is beginning to fail, one point should be clarified. In 2023, the greatest corporate fear about generative AI was that a model would absorb company data into its training. By 2026 this is no longer the central concern, because the contractual terms of mainstream enterprise offerings now generally exclude the use of customer data for model training. That path has largely been closed by contract.

The real risk has therefore moved. It no longer sits in the model weights; it sits in the movement, retention and access of data. In Opinion 28/2024, the European Data Protection Board (EDPB) held that an AI model trained on personal data cannot automatically be regarded as anonymous, that anonymity must be assessed case by case, and that the threshold is high. That opinion, however, concerns the model itself. What an enterprise security team faces every day is the data circulating around the model, which is rarely part of any inventory.

Traditional data governance governs data at rest.

Figure 2 — Traditional data governance governs data at rest.

3. The New Smallest Unit: the Context Assembly Event

If data no longer has a fixed storage location, data governance needs a different smallest unit.

The former unit was the file. The unit that now matters is the context assembly event: the moment at which an agent draws data from several sources and assembles it into a single working context in order to complete a task.

This shift matters because what context assembly produces has three properties that the older framework cannot handle.

First, it is temporary. The assembled set of data disperses once the task ends. It resides in no database, and conventional asset inventories therefore cannot capture it.

Second, it is derived. It is not any one source document, but a recombination of several, so the classification labels attached to the source documents do not travel with it. More troublesome still, sensitivity can rise through recombination. A complaint record on its own is not sensitive. A receivables ageing report on its own is not sensitive. Placed together, they constitute a creditworthiness judgement about a named customer.

Third, it is autonomous. Which data to retrieve is decided by the agent during execution, and not fixed in a process at design time. In other words, the decision is usually taken when no person is present.

Taken together, these three properties leave the old governance principles of location and classification without purchase. They should be replaced by three new governance principles: identity (who assembled the data), purpose (why it was assembled) and lineage (which sources it came from). Where those three questions can be answered, governance holds. Where they cannot, even the most complete policy document remains a paper exercise.

The smallest unit of governance is shifting from the file to the context assembly event.

Figure 3. The smallest unit of governance is shifting from the file to the context assembly event.

4. Three Invisible Channels

Applying those three principles requires visibility of how data moves. The next question is therefore a practical one: if you were to examine AI data flows in your organisation today, where would you look?

For most organisations the answer is the conversation log: what an employee typed, and what the model replied.

That answer was correct in 2023. In 2026 it covers only a small part of the picture, because under an agentic architecture data travels mainly through three other channels that no person observes.

  • Tool calls. The agent decides autonomously which function to call and which parameters to pass. Those parameters may contain personal data that the agent read from elsewhere seconds earlier.
  • Connectors. The agent reads from and writes to external systems through connectors: email, ticketing, CRM and cloud storage. Traffic on this channel may substantially exceed direct conversation with the model, and it flows in both directions. The OWASP Top 10 for Agentic Applications, published by the OWASP GenAI Security Project, places Tool Misuse (ASI02) and Identity & Privilege Abuse (ASI03) among the three highest risks for agentic applications, and this is the layer they describe.
  • Memory. Content that an agent retains in order to remain coherent across tasks. Once personal data has been written into long-term memory or a vector index, executing the right to erasure becomes an engineering problem rather than a procedural one.
Tool calls, connectors and memory are the three channels no person reviews.

Figure 4. Tool calls, connectors and memory are the three channels no person reviews.

These three channels share one characteristic: no person reviews them at any point. A control that inspects only prompts and responses is equivalent to fitting a lock to the front door while three doors at the back remain open.

5. Assembly Must Be Attributable

Once movement is visible, the next question is to whom these actions belong. This is the first of the three governance principles: identity — and increasingly, non-human identity, since most of these actions are now taken by agents rather than people. A policy can only take effect if the platform knows who is acting, and that condition is now breaking down.

The reason is that agents act under delegated authority. Each one requires credentials, and the number of non-human identities (NHIs) in use has therefore begun to exceed the number of human ones. In its 2026 survey of identity threats and defences, which drew on more than 500 security professionals worldwide, the SANS Institute found that 76% of organisations report growth in NHIs and that 74% already use AI agents or automations that require credentials. It also found that 92% do not rotate machine credentials on a ninety-day cycle, usually because they fear that rotation would break a service account already in operation.

Volume, however, is not the most serious issue. Attribution is. A joint survey published in February 2026 by the Cloud Security Alliance and Strata Identity found that only 18% of respondents have high confidence that their existing identity systems can handle agent identities effectively, and that only 23% of organisations have an enterprise-wide strategy for agent identity management. Okta's 2026 global CISO research found that fewer than half of respondents could state with confidence where their agents are, what those agents can access, and which actions they are authorised to take.

This is no longer only a security matter. Article 5(2) GDPR requires a controller to be able to demonstrate compliance with the principles relating to processing. Where an organisation cannot distinguish an access performed by a person from one performed by an agent, the chain of accountability breaks at its most basic link.

Assembly must be attributable

Figure 5 — Assembly must be attributable.

6. Three Structural Tensions, and the Regulatory Clock

Identity is only the first of the three governance principles. Placing purpose and lineage alongside it, within the European regulatory context, reveals three tensions between agents and the EU data protection framework that will not resolve on their own.

Purpose limitation against context engineering. Article 5(1)(b) GDPR requires personal data to be used only for the purposes specified at collection. An agent, in order to perform its task well, will combine into a single context data that was collected under different purposes and different legal bases. Contact details collected on the basis of marketing consent and payment records collected as necessary for the performance of a contract have no boundary between them inside a context window.

Data minimisation against retrieval augmentation. Article 5(1)(c) requires processing to be limited to what is necessary. The engineering instinct behind retrieval-augmented generation (RAG) points in the opposite direction: more context is generally better than less. The two run against each other, and at present there is no clean technical resolution.

The right to erasure against broken lineage. Article 17 gives a data subject the right to obtain erasure. But if you cannot reconstruct which sources a particular output drew on, you cannot confirm whether personal data remains in the derived material.

None of these three tensions becomes smaller because a regulatory deadline moves. The regulatory clock itself only adjusted timing, not obligations — the Digital Omnibus pushed the high-risk deadlines out while transparency duties held (see Part 1 and Part 3 for the full timeline).

The Digital Omnibus moved the timing of the EU AI Act's high-risk obligations, not their substance

Figure 6. The Digital Omnibus moved the timing of the EU AI Act's high-risk obligations, not their substance.

A postponement is not a pause. The high-risk obligations moved back by sixteen months; the transparency obligations already apply, and inventory work does not get easier because more time is on the clock.

Reform on the GDPR side, including the discussion of a clearer legitimate interest basis for the development and training of AI, is proceeding on a different timetable and is considerably more contested. The European Data Protection Board and the European Data Protection Supervisor set out objections to parts of it in a joint opinion in February 2026. That track remains in progress and is not yet settled.

7. From Blocking to Proving

Read together, the preceding sections point to one conclusion. What European regulation actually requires is not a record of what you blocked, but evidence of what you can prove. The accountability principle in the GDPR and the record-keeping obligation in Article 12 of the AI Act point to the same thing: you must be able to produce evidence.

What, then, does a control plane capable of governing context assembly events require? At minimum, six control points: identity and privilege scope resolved on entry; available resources constrained during assembly; real-time inspection on egress; model selection made traceable during orchestration; returned content inspected on ingress; and evidence retained throughout.

Together, these six control points are what turn a log into an AI audit trail — something you can hand to an assessor, not just something you can search.

This is the design reasoning behind AnyInsight. The platform provides more than 20 large language models, more than 350 built-in agents and more than 500 enterprise system connectors, so that employees can genuinely use it. At the same time, a zero-trust generative AI firewall sits between users, workflows and models, inspecting both egress and ingress in real time.

Three design decisions deserve particular mention, because they address the problems set out in the three preceding sections.

  • Connector Log. Every operation that an agent performs against an external system through a connector is recorded in full, and the policy engine enforces inspection at this layer. This addresses the channel described in section 4, which carries the greatest volume and receives the least attention.
  • Data Vault. All interactions are retained in full, whether or not they breached a policy. The choice appears redundant but is decisive: the credibility of an audit depends on the completeness of the evidence, and a log that preserves only violations cannot be used to demonstrate compliance.
  • Walled workspace. A three-tier identity structure of organisation, workspace and user, with resources assigned per workspace and roles scoped to least privilege by default. This answers the attribution problem set out in section 5.

The platform is deployed across multiple regions, and data belonging to EU customers can remain within the European Union. It holds ISO/IEC 27001 certification, and adoption of ISO/IEC 42001, the management system standard for artificial intelligence, is planned for the first half of 2027.

From blocking to proving three design decisions.

Figure 7 — From blocking to proving: three design decisions.

8. Three Questions for a CISO

You do not need a forty-page assessment to measure the maturity of your governance. Three questions are enough.

First: can you list every AI agent operating in your organisation, together with its privilege scope and its named owner? If the answer is “roughly”, the answer is no.

Second: take any AI output at random. Can you reconstruct which data sources it used? If you cannot, lineage is broken, and a data subject's request for access under Article 15 cannot be answered.

Third: does your connector traffic receive the same inspection and retention as your conversation traffic? If it does not, you are guarding the front door only.

These three questions correspond to identity, to lineage, and to the channel that this article identified at the outset as the easiest to overlook.

Three questions for a CISO.

Figure 8 — Three questions for a CISO.

9. Conclusion

When generative AI first appeared, the data governance question was whether employees would paste confidential material into a chat box. That question has not gone away, but it is no longer the largest one.

When AI begins to fetch data on its own, the object of governance shifts from human behaviour to machine judgement. This calls for a different smallest unit, different governance principles, and an architecture that leaves evidence behind at every assembly event. Productivity and control need not be traded against each other, but they must be designed as one system.

To find out how this architecture can be applied in your environment, visit anyinsight.ai

Productivity and control need not be traded against each other.

Figure 9 — Productivity and control need not be traded against each other.

The Agentic AI Governance Series, Start to Finish

You've reached the end of the series. Here is the whole arc in five lines:

Part 1 — Zero Trust for AI: The 5-Checkpoint Framework for AI Agents

The takeaway: identity, scope, a real gate on actions, and a complete record — Zero Trust applied to what agents actually do.

Part 2 — From Shadow AI to Shadow Agents: The Gap in Your AI Policy

The takeaway: shadow AI is a confidentiality problem; shadow agents are an integrity problem, and your edge controls cannot see them.

Part 3 — Security for Agentic AI

The takeaway: the numbers, OWASP's Top 10 for Agentic Applications, and a 90-day plan to close the gap.

Part 4 — Filtering Prompts Is Not Governing AI

Part 5 — When AI Starts Fetching Its Own Data ← You are here

The takeaway: prompt-level filtering covers one moment out of many — an AI control plane has to cover the rest.

The takeaway (this article): governance moves from the file to the context assembly event — identity, purpose and lineage, not just storage location.

Want the whole framework in one document?
The complete architecture, policy engine, audit model, and EU AI Act / GDPR / ISO 27001 mapping behind this series is set out in the AI Governance & Compliance Overview whitepaper — available on request at anyinsight.ai.
Request the Whitepaper

À propos d’AnyInsight.ai

AnyInsight.ai est une plateforme sécurisée d’AI workforce, powered by HEARTBOT AI Inc. , qui aide les entreprises à créer, déployer et gérer des AI agents sans coder. Construite sur une architecture zero-trust, elle fournit un contrôle d’accès intégré, une prompt injection protection, une governance et une compliance, afin que les entreprises puissent faire évoluer l’AI en toute confiance.

Frequently asked questions

Q1: What is a context assembly event?
A1: It is the action by which an AI agent draws data from several systems in real time and assembles it into a single working context in order to complete a task. What it produces is temporary, derived and determined by the machine, so it does not appear in a conventional data asset inventory. This article argues that it should replace the file as the smallest unit of data governance.
Q2: How does data governance for agentic AI differ from data governance for generative AI?
A2: Governance of generative AI focuses on the human-machine conversation: what an employee typed, and what the model replied. Governance of agentic AI focuses on machine-to-machine channels: tool calls, connector reads and writes, and retained memory. The latter usually carries far more data, and no person reviews it at any point.
Q3: We already have DLP. Why is that not sufficient?
A3: Data loss prevention targets files or messages leaving a known location. The set of data an agent assembles exists in no location and carries none of the classification labels of the source documents, so the basis for DLP matching does not hold. What is needed is real-time inspection at the moment of assembly and transmission, rather than interception at the file layer after the fact.
Q4: The high-risk obligations of the EU AI Act have moved to the end of 2027. Can we set this aside for now?
A4: That is not advisable. Only the application date has moved; the substance of the provisions is unchanged, and the transparency obligations under Article 50 have applied since 2 August 2026. The genuinely time-consuming work is system inventory and risk classification, and that does not become easier because more time is available.
Q5: Why do non-human identities (NHIs) become a data governance problem?
A5: Because every agent requires credentials in order to access data, and its access must be attributable to a named owner. Where an organisation cannot distinguish an access performed by a person from one performed by an agent, the accountability required by Article 5(2) GDPR cannot be demonstrated.
Q6: Which GDPR provisions are agents most likely to come into conflict with?
A6: Three in particular: Article 5(1)(b) on purpose limitation, because an agent combines data across purposes; Article 5(1)(c) on data minimisation, because the instinct behind retrieval augmentation is to gather more; and Article 17 on the right to erasure, because once lineage is broken it is not possible to confirm whether personal data remains in derived material.
Q7: What is an AI firewall, and how does it differ from a conventional firewall?
A7: A conventional firewall inspects network packets and examines addresses and ports. It cannot interpret the meaning of a prompt or the intent of an agent. An AI firewall sits between users, workflows and models. Working on a zero-trust basis, it compares data against organisational policy in real time as that data crosses the governed boundary, and applies graded actions such as masking, blocking or alerting.
Q8: What is the first step in adopting AI data governance?
A8: Begin with an agent inventory: list every agent operating in the organisation, together with its privilege scope and its named owner. Until you can answer which agents exist and what they are able to reach, no policy can be enforced effectively.
Disclaimer

The insights and information shared in this article regarding the EU AI Act are for informational purposes only and do not constitute professional legal advice. We do not provide legal consulting services and assume no legal liability for any decisions made based on the content of this publication. As the interpretation and application of laws can vary depending on specific circumstances, we strongly recommend consulting a qualified legal advisor or attorney before making any compliance assessments or business decisions.

Reference

(Links verified on 2 August 2026)

1. Regulation (EU) 2024/1689 (Artificial Intelligence Act), full text, EUR-Lex

2. Digital Omnibus on AI, proposal COM(2025) 836, EUR-Lex

3. EDPB, Opinion 28/2024 on certain data protection aspects related to the processing of personal data in the context of AI models

4. OWASP GenAI Security Project, Agentic Security Initiative

5. OWASP Top 10 for Agentic Applications 2026

6. SANS 2026 State of Identity Threats & Defenses Survey (reported by Infosecurity Magazine)

7. Cloud Security Alliance and Strata Identity, agent identity research, February 2026

8. Okta, Global CISO Insights 2026

9. AnyInsight by HEARTBOT AI Inc.

Continuer à explorer

Articles associés

Voir tous les articles