# AI Red-Team Findings Register
Executive Summary
This findings register is the technical companion to the AI red-team executive summary. It captures each validated finding, affected boundary, safe reproduction summary, evidence, business impact, remediation, validation criteria, owner, and release decision.
The public sample avoids payload-level exploit detail while preserving the structure needed for engineering remediation.
Public sample notice
Findings register decision
Two validated critical findings block retrieval expansion and customer-visible execution until remediation and retest are complete.
Findings Register Snapshot
A finding is only useful if it can be fixed and retested
Findings register
AI Red-Team Findings Register
The findings register tracks severity, affected boundary, evidence, remediation, validation, and release decision.
Finding summary
Red-team finding summary
| ID | Finding | Severity | Boundary | Release decision |
|---|---|---|---|---|
| ART-001 | Unauthorized retrieval can reach restricted support context | Critical | retrieval | blocks retrieval expansion |
| ART-002 | Retrieved content can influence model instruction hierarchy | High | retrieval | requires remediation before source expansion |
| ART-003 | Sensitive customer message action can be queued with thin approval context | Critical | approval | blocks customer-visible execution |
| ART-004 | AI trace schema does not fully reconstruct tool policy decisions | High | trace | requires remediation before broad agent expansion |
Priority findings
Priority Findings
Unauthorized retrieval can reach restricted support context
Negative tests showed that restricted support context can enter the retrieval candidate set when chunk metadata lacks complete source ACL inheritance.
Sensitive customer message action can be queued with thin approval context
The system can queue customer-visible response actions without presenting enough evidence for meaningful human approval.
Retrieved content can influence model instruction hierarchy
Synthetic retrieved content containing malicious instructions influenced the model's rationale and answer shape.
AI trace schema does not fully reconstruct tool policy decisions
Trace records capture tool calls but do not consistently capture policy inputs, denied action class, and approval decision rationale.
Validation criteria
Validation criteria before closure
Related artifact: AI Red Team Assessment Executive Summary
The executive summary communicates the business decision and release blockers.
Related artifact: AI Red-Team Remediation Roadmap
The remediation roadmap sequences fixes and retest work.