AI agents complicate protection because a tool call can pull regulated data out of the support platform and into the model context window. Once that happens, native app controls no longer govern the downstream use of the data. The risk grows when conversations contain PII, payment data, credentials, screenshots, or health information.
Why This Matters for Security Teams
Intercom-style support workflows are designed to move fast, but AI agents change the data boundary. A tool call can pull ticket text, screenshots, account metadata, payment details, or even secrets into the model context window, where downstream processing no longer sits under the same controls as the support platform. That is why this is not just a privacy issue. It is a data handling and access control problem that can span retention, disclosure, and auditability.
Security teams often assume native app permissions, masking, or ticket-scoped access will continue to protect the data after an agent acts. In practice, the model, its tools, logs, and any connected workflows become part of the exposure surface. Current guidance from the NIST AI Risk Management Framework and the OWASP Agentic AI Top 10 both point to this shift: the risk is not only what the user typed, but what the agent can retrieve, transform, and disclose. NHIMG’s OWASP NHI Top 10 framing is especially relevant because the identity of the agent and the credentials it uses matter as much as the customer data it touches.
NHIMG research found that only 52% of companies can track and audit the data their AI agents access, leaving 48% with a blind spot for compliance and breach investigation, according to AI Agents: The New Attack Surface report by SailPoint. In practice, many security teams discover the exposure only after a support transcript, export, or escalation path has already moved sensitive data beyond the original system.
How It Works in Practice
The practical challenge starts with tool use. A support agent can search a knowledge base, fetch an order record, summarize a complaint, create a refund, or escalate to another system. Each step may be legitimate, but each step can also replicate regulated data into places where original controls do not apply. That is why support workflows need data minimization, request-scoped authorisation, and strict handling rules for both prompts and outputs.
Best practice is evolving toward context-aware controls rather than static role mapping. Instead of granting a broad support role permanent access, teams should issue just-in-time, task-specific permissions and short-lived secrets, then revoke them when the interaction ends. Workload identity is the identity primitive that makes this workable for agents: cryptographic proof such as OIDC-based workload tokens or SPIFFE-style identity tells systems what the agent is, while policy engines decide what it may do right now. The policy should be evaluated at request time, not only during onboarding, and should consider customer segment, data class, tool destination, and whether the agent is allowed to copy data into external context.
- Classify support data before it enters the model path, especially PII, payment data, credentials, and health data.
- Limit tool outputs so the agent receives only the minimum fields needed for the task.
- Use ephemeral credentials with short TTLs and automatic revocation after completion.
- Log data access and tool actions separately from normal ticket history for audit and incident response.
- Block free-form export of transcripts or attachments when the workflow crosses systems.
This aligns with the CSA MAESTRO agentic AI threat modeling framework and NHIMG’s analysis in OWASP Agentic Applications Top 10, because both treat the tool chain as part of the trust boundary. These controls tend to break down when support workflows are wired to many downstream apps with shared credentials and no per-task revocation, because one agent action can propagate sensitive data across multiple systems before anyone notices.
Common Variations and Edge Cases
Tighter data controls often increase workflow friction, so organisations must balance customer support speed against the risk of accidental disclosure. That tradeoff becomes sharper when agents handle mixed-sensitivity tickets, because the same conversation may include public troubleshooting details and regulated records in a single thread.
There is no universal standard for this yet, but current guidance suggests several edge cases need special treatment. Human-in-the-loop review is not enough if the agent has already pulled sensitive data into memory or logs. Redaction after the fact may help compliance reporting, but it does not undo exposure if the model or downstream tools already received the content. Similarly, ticket-level permissions do not automatically protect against lateral movement when the agent can chain tools, open attachments, trigger webhooks, or send summaries to external destinations.
This is where agentic support workflows differ from conventional automation. A rules engine can safely process a fixed form, but an autonomous agent may decide to ask for more context, follow a new branch, or reuse prior information in a new step. Security teams should treat those behaviours as dynamic data flows, not simple application events. The NIST Cybersecurity Framework 2.0 helps organise the control set, while NHIMG’s Ultimate Guide to NHIs is useful for understanding how non-human identities, secrets, and audit trails should be separated from user-centric support access. Teams handling heavily regulated tickets need to assume that any data shown to the agent may be reused outside the original system unless it is technically constrained at retrieval, transit, and output.
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, OWASP Non-Human Identity Top 10 and CSA MAESTRO address the attack and risk surface, while NIST AI RMF and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Agentic AI Top 10 | A2 | Covers unsafe tool use and data exposure in agent workflows. |
| OWASP Non-Human Identity Top 10 | NHI-03 | Addresses overlong-lived secrets used by non-human identities. |
| CSA MAESTRO | Models agentic threat paths across tools, memory, and downstream systems. | |
| NIST AI RMF | Supports governance for opaque AI decisions affecting sensitive data. | |
| NIST CSF 2.0 | PR.DS-5 | Directly relates to protecting data at rest and in transit during support workflows. |
Map support-agent data flows end to end and enforce control points before data leaves each trust boundary.
Related resources from NHI Mgmt Group
Deepen Your Knowledge
Reviewed and updated by the NHIMG editorial team on August 24, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org