ConsultingWorkbench-backed AI security engagements — map, attack, defend, and prove your AI systems.
Scope a Review
Deliverablesdeliverable
deliverable
public-sample

AI Trust Boundary Map

A buyer-ready and engineering-ready map of users, AI components, data flows, model providers, tools, observability, controls, and trust boundaries.

10-16 pages3 offers2 CTAs4 personas1/1 data sources
Publication overview
public-sample
10-16 pages3 offers4 personas2 CTAs2026-05-25

Synthetic sample trust boundary data for a customer-facing AI copilot using retrieval, model-provider routing, workflow tools, approval screens, and AI trace logging.

System
Northstar Support Cloud / Customer Support Copilot
Environment
Production pilot
Primary owner
AI Platform Engineering
Security owner
Product Security
# AI Trust Boundary Map
Sample Deliverable

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.

Decision · conditional

Recommended review decision

sample-boundary-review

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.

Metrics

Boundary Snapshot

sample-boundary-review
Trust zones
8
Critical boundaries
3
High-risk data flows
4
Partial controls
3
Release blockers
2
executive

What this gives a buyer

The buyer can see that the AI system is not a black box. The buyer can review data flows, provider exposure, retrieval controls, tool authority, human approval, and logging evidence without relying on vague responsible AI language.
## 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.
Trust boundary map

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.

content/deliverables/data/ai-trust-boundary-map.json
Synthetic sample trust boundary data for a customer-facing AI copilot using retrieval, model-provider routing, workflow tools, approval screens, and AI trace logging.
Nodes
8
Boundaries
5
Flows
7
Controls
5
actor
Authenticated User
medium
application
SaaS Web Application
medium
control-point
AI Gateway
critical
data-store
Retrieval Index
critical
third-party-service
Model Provider
high
tool-surface
Workflow Tools
critical
human-review
Approval Console
high
observability-store
AI Trace Store
high
Prompt submitted
Session auth, tenant scope, request validation
medium
Prompt envelope created
Gateway-only model access, request classification, tenant binding
high
Retrieval query
Authorization-preserving retrieval filters, source ACL tests
critical
Model call
Data minimization, provider boundary, training exclusion statement
high
Tool plan prepared
Permission matrix, action class policy, tool allowlist
critical
Approval request
Human approval with evidence bundle and reviewer identity
high
Boundary
Tenant Boundary
Separates one customer tenant's data, retrieval results, logs, and tool actions from another tenant.
Boundary
Retrieval Authorization Boundary
Ensures source-system authorization survives indexing, chunking, retrieval, reranking, and prompt assembly.
Boundary
Model Provider Boundary
Controls what data leaves the product boundary and how model provider commitments are represented to buyers.
Boundary
Tool Authority Boundary
Separates text generation from state-changing tool authority.
## Boundary findings
Findings

Top Boundary Findings

Finding · critical

Retrieval authorization is not yet proven end-to-end

Evidence: rag-authz-test-plan

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.

warning

Why this matters

A user can receive restricted information through a generated answer even when the source document would not be directly accessible in the product UI.
Finding · critical

Tool authority is not fully separated by action class

Evidence: agent-tool-permission-matrix

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.

Finding · high

AI traces need sensitive evidence handling

Evidence: trace-classification-design

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

sample-boundary-data
ZonePurposePrimary ownerRisk
External user zonePrompt entry and response reviewProductMedium
Product zoneApplication session and UI controlsApplication EngineeringMedium
AI control planePrompt policy, routing, retrieval, tool policyAI Platform EngineeringCritical
Retrieval zoneIndexed customer and support contentSearch PlatformCritical
Provider zoneThird-party model processingVendor ManagementHigh
Action zoneWorkflow tools and state-changing APIsAI Platform EngineeringCritical
Oversight zoneHuman approval and review contextProduct OperationsHigh
Evidence zoneAI traces and audit reconstructionSecurity EngineeringHigh
## Data flows

High-risk data flows

sample-boundary-data
FlowBoundary crossedRiskRequired control
Prompt envelopeProduct to AI gatewayHighrequest classification and tenant binding
Retrieval queryGateway to retrieval indexCriticalauthorization-preserving retrieval tests
Model callGateway to model providerHighminimization and provider boundary statement
Tool planGateway to workflow toolsCriticalpermission matrix and action-class policy
Trace writeGateway to trace storeHighsensitive evidence handling
## Control interpretation
Control map

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.

content/deliverables/data/ai-trust-boundary-map.json
Synthetic sample trust boundary data for a customer-facing AI copilot using retrieval, model-provider routing, workflow tools, approval screens, and AI trace logging.
Gateway-only model access
implemented
Authorization-preserving retrieval
partial
Tool action class policy
partial
Approval context bundle
partial
Sensitive AI trace policy
planned
Decision · conditional

Engineering decision

sample-boundary-review

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

Add end-to-end retrieval authorization regression tests.
Convert tool access into read, suggest, draft, queue, approve, and execute action classes.
Add approval context bundles for sensitive actions.
Classify AI traces as sensitive operational evidence.
Produce a buyer-ready model provider boundary statement.
Add architecture evidence links for each boundary.
evidence

Commercial impact

This artifact reduces enterprise review friction because sales, security, legal, and engineering can point to the same boundary model instead of answering buyer questions from memory.
Page break
## Appendix: client evidence checklist

Evidence to collect for a real client version

Current AI architecture diagram.
Model provider contract and data-use terms.
Prompt envelope schema.
Retrieval authorization tests.
Tool inventory.
Human approval workflow screenshots.
AI trace schema and retention policy.
Security questionnaire responses.
Incident reconstruction examples.
Artifact

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.

/deliverables/agent-tool-permission-matrix