# AI Trust Boundary Map
Executive Summary
This trust boundary map turns a customer-facing AI copilot into a reviewable system. It shows who enters the system, where data moves, where authority expands, where third parties become involved, where evidence is created, and where controls must hold.
The main conclusion is blunt: the AI gateway is the control center, retrieval is the most important data boundary, and tool execution is the highest-risk authority boundary.
Public sample notice
Recommended review decision
Proceed with controlled pilot use, but do not expand enterprise rollout until retrieval authorization tests, the agent permission matrix, and sensitive AI trace handling are complete.
Boundary Snapshot
What this gives a buyer
System in scope
The sample system is a customer-facing support copilot that uses RAG, a third-party model provider, workflow tools, approval screens, and AI trace logging.
Northstar Support Cloud / Customer Support Copilot Trust Boundary Map
The map identifies the AI gateway as the primary enforcement point and the tool layer as the boundary where generation becomes operational authority.
Boundary findings
Top Boundary Findings
Retrieval authorization is not yet proven end-to-end
The system relies on tenant and source filters, but the evidence does not yet prove that authorization survives indexing, chunking, semantic retrieval, reranking, and prompt assembly.
Why this matters
Tool authority is not fully separated by action class
The system does not yet fully separate read, suggest, draft, queue, approve, and execute actions across the tool layer. That makes it harder to reason about blast radius.
AI traces need sensitive evidence handling
Prompts, retrieved snippets, model outputs, tool calls, and approval records may contain customer-sensitive information. They need explicit classification, retention, access control, and incident-response treatment.
Trust zones
Trust zone inventory
| Zone | Purpose | Primary owner | Risk |
|---|---|---|---|
| External user zone | Prompt entry and response review | Product | Medium |
| Product zone | Application session and UI controls | Application Engineering | Medium |
| AI control plane | Prompt policy, routing, retrieval, tool policy | AI Platform Engineering | Critical |
| Retrieval zone | Indexed customer and support content | Search Platform | Critical |
| Provider zone | Third-party model processing | Vendor Management | High |
| Action zone | Workflow tools and state-changing APIs | AI Platform Engineering | Critical |
| Oversight zone | Human approval and review context | Product Operations | High |
| Evidence zone | AI traces and audit reconstruction | Security Engineering | High |
Data flows
High-risk data flows
| Flow | Boundary crossed | Risk | Required control |
|---|---|---|---|
| Prompt envelope | Product to AI gateway | High | request classification and tenant binding |
| Retrieval query | Gateway to retrieval index | Critical | authorization-preserving retrieval tests |
| Model call | Gateway to model provider | High | minimization and provider boundary statement |
| Tool plan | Gateway to workflow tools | Critical | permission matrix and action-class policy |
| Trace write | Gateway to trace store | High | sensitive evidence handling |
Control interpretation
Boundary control map
The control map connects the diagram to practical ownership. Each boundary needs an owner, an implementation status, and evidence a buyer or security reviewer can inspect.
Engineering decision
Make the AI gateway the only path to model calls, retrieval, tool execution, and trace creation. Do not allow product teams to bypass the gateway for convenience integrations.
Remediation plan
First remediation wave
Commercial impact
Appendix: client evidence checklist
Evidence to collect for a real client version
Related artifact: Agent Tool Permission Matrix
The trust boundary map identifies where authority changes. The permission matrix defines what each agent is allowed to do at those authority boundaries.