# RAG Authorization Review
Executive Summary
This review examines whether retrieval preserves authorization all the way from source system permissions to the generated answer. It covers source ACLs, index eligibility, chunk metadata, retrieval filters, reranking, prompt assembly, answer generation, and trace evidence.
The conclusion is intentionally strict: retrieval authorization is not proven until negative tests show that unauthorized content cannot be retrieved, reranked, assembled into the prompt, summarized in an answer, or hidden inside an untraceable model response.
Public sample notice
RAG authorization decision
Do not expand retrieval source coverage until chunk metadata, reranker constraints, prompt assembly, and trace evidence are validated.
RAG Authorization Snapshot
Retrieval authorization must survive transformation
Authorization path
RAG Authorization Path
The authorization path shows the control chain from source system ACLs to generated answer and trace evidence.
Authorization path review
| Stage | Owner | Status | Evidence |
|---|---|---|---|
| Source system ACL | Application Engineering | Implemented | source-acl-review |
| Index eligibility | Search Platform | Partial | indexing-policy-review |
| Chunk inheritance | Search Platform | Partial | chunk-metadata-test |
| Retrieval filtering | Search Platform | Partial | rag-authz-test-plan |
| Reranker constraints | AI Platform Engineering | Planned | reranker-safety-test-backlog |
| Prompt assembly | AI Platform Engineering | Partial | prompt-assembly-review |
| Answer generation | AI Platform Engineering | Partial | rag-negative-test-results |
| Trace evidence | Security Engineering | Partial | ai-trace-schema |
Source classes
Source class authorization requirements
| Source class | Sensitivity | Index eligibility | Authorization requirement |
|---|---|---|---|
| Public knowledge base | Low | allowed | public source trust label |
| Tenant support cases | High | allowed with tenant and source ACL metadata | tenant, user, and case visibility filters |
| Internal runbooks | Medium | allowed with employee role filters | role-based source access |
| Security investigation notes | Critical | blocked unless explicitly approved | security-only access and separate review |
Findings
RAG Authorization Findings
Chunk metadata does not yet prove full ACL inheritance
Chunks retain some source metadata, but the evidence does not yet prove tenant, source ACL, sensitivity, freshness, and source trust labels survive every indexing path.
Impact
Reranker constraints are not proven
The review does not yet show whether the reranker only receives authorized chunks or enforces equivalent authorization constraints.
Prompt assembly needs authorization evidence
Prompt assembly is the final point before the model sees retrieved context. Evidence must show that unauthorized chunks cannot enter the prompt envelope.
Trace evidence is not yet enough for retrieval incident reconstruction
The trace schema should show retrieved chunk ids, source ids, authorization decisions, filter state, reranker decisions, and prompt assembly references.
Required evidence
Required RAG authorization evidence
| Evidence | Owner | Status |
|---|---|---|
| Source ACL Review | Application Engineering | Available |
| Indexing Policy Review | Search Platform | Partial |
| Chunk Metadata Test | Search Platform | Partial |
| RAG Authorization Test Plan | Product Security | Partial |
| Reranker Safety Test | AI Platform Engineering | Planned |
| Prompt Assembly Review | AI Platform Engineering | Partial |
| AI Trace Schema | Security Engineering | Implemented with gap |
Required remediation
Required remediation before retrieval expansion
Retrieval source expansion decision
Block new sensitive retrieval sources until end-to-end authorization negative tests and trace reconstruction are complete.
Related artifacts
Related artifact: RAG Security Test Plan
The test plan validates the controls reviewed here.
Related artifact: AI Architecture Review
The architecture review places the retrieval boundary in the broader AI product architecture.
Related artifact: Enterprise AI Security Evidence Pack
The evidence pack uses this review to answer enterprise buyer questions about AI data access.