Subscribe to the Non-Human & AI Identity Journal

What breaks when Copilot can summarise content that DLP was supposed to contain?

The assumption that DLP alone defines the control boundary breaks down. If sensitive content is already reachable through over-shared files, stale permissions or inconsistent labels, Copilot can surface it without needing to defeat the policy engine in a traditional exfiltration sense. The failure is governance drift, not just a broken rule set.

Why This Matters for Security Teams

When an AI assistant can summarise information from connected repositories, the control problem shifts from blocking obvious transfers to governing what the assistant is allowed to see, correlate, and restate. Traditional DLP is still useful, but it was built to inspect movements of data, not to reason about context, inheritance, or the reach of a search-backed assistant. That is why this issue sits at the intersection of data governance, identity, and AI access control.

Security teams often assume that if a document is tagged sensitive, the presence of DLP prevents meaningful exposure. In practice, that assumption fails when permissions are broader than intended, labels are inconsistent, or sharing sprawl has accumulated over time. A summarisation feature can then turn latent access into active disclosure, even without a classic exfiltration event. The NIST Cybersecurity Framework 2.0 is useful here because it treats governance, identification, and protection as linked functions rather than separate tools.

In practice, many security teams encounter this only after a user asks a question the old DLP policy was never designed to answer, rather than through intentional testing of AI-enabled access paths.

How It Works in Practice

Copilot-style systems typically operate with delegated access: they can retrieve content that the signed-in user can already reach, then generate a summary or answer from that content. That means the key question is not only whether DLP can stop file export, but whether the user’s effective access is already too broad. If the answer is yes, the assistant becomes an amplification layer for weak governance.

Operationally, this creates several checkpoints. First, identity and group membership determine what the assistant can query. Second, repository permissions define the content pool. Third, sensitivity labels and DLP rules determine whether the system should suppress, redact, or warn. Fourth, audit logging must capture both the underlying content access and the AI-generated output path, because the summary itself may be the disclosure event.

  • Review stale permissions and inherited access before enabling AI summarisation over shared content stores.
  • Validate that sensitivity labels are consistently applied and actually enforced by downstream services.
  • Test whether prompts can expose combinations of fragments that DLP rules would not flag individually.
  • Correlate assistant activity with identity logs, file access logs, and alerting in SIEM.

For content moderation and prompt-safety assumptions, current guidance from the OWASP Top 10 for Large Language Model Applications is helpful because it highlights indirect disclosure risks, not just explicit data transfer. These controls tend to break down when file permissions are inherited across large collaboration spaces because the assistant faithfully expands whatever access the user already has.

Common Variations and Edge Cases

Tighter DLP often increases operational overhead, requiring organisations to balance user productivity against the need to prevent AI-assisted disclosure. The practical tradeoff is that aggressive blocking can frustrate legitimate work, while permissive settings can turn the assistant into a low-friction discovery tool for overexposed content.

One edge case is where the data is not obviously sensitive in isolation, but becomes sensitive after summarisation across multiple sources. Another is where labels are present but not authoritative, so the assistant sees a document as accessible even though policy owners assumed it was restricted. There is also no universal standard for how much provenance an AI answer must expose to be considered safe, so best practice is evolving around source citation, policy-aware retrieval, and stronger access reviews.

Identity governance matters here because the assistant inherits the user’s entitlements. If access reviews are weak, DLP becomes a downstream compensating control for a problem that should have been addressed earlier in the entitlement lifecycle. That is why summary risk should be treated as a signal to review sharing defaults, privilege assignment, and content classification together, not as a standalone DLP tuning issue.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Agentic AI Top 10 and MITRE ATLAS address the attack and risk surface, while NIST CSF 2.0, NIST AI RMF and NIST SP 800-63 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST CSF 2.0 PR.AC-4 Least-privilege access determines what the assistant can summarise.
OWASP Agentic AI Top 10 LLM06 Prompt and retrieval paths can expose sensitive data indirectly through outputs.
NIST AI RMF GOVERN AI governance must define accountability for assistant-mediated disclosure risk.
NIST SP 800-63 Identity assurance and session integrity shape who can access source content.
MITRE ATLAS AML.TA0001 Adversarial prompting and extraction attempts can be used to elicit restricted content.

Tie assistant access to verified user identity and strong session controls for sensitive repositories.