From d90355b4c6418ce13b8a100b04c103814c696fd7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 01:38:19 +0000 Subject: [PATCH] docs: add missing ado_proxy.rs analyzer to AGENTS.md architecture tree Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index 3f3727e2..4ff5466a 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -164,6 +164,7 @@ fail-closed and only pauses when the agent actually proposed a reviewed output. │ │ ├── url.rs # Build-reference parsing (bare ID, full ADO URL) │ │ ├── analyzers/ # Per-signal analyzers that populate AuditData sections │ │ │ ├── mod.rs +│ │ │ ├── ado_proxy.rs # Sanitized ado-proxy decision-log + container-lifecycle analysis │ │ │ ├── custom_jobs.rs # Job-level audit correlation for custom safe-output jobs │ │ │ ├── detection.rs # Detection-stage artifact analysis │ │ │ ├── firewall.rs # AWF network log analysis