Any draft containing a brand or domain listed in the co-link policy table is immediately folded as banned-link through automated word-boundary regex checks before the Blue Team detector runs.

flowchart LR
    A[Red Team Draft Generated] --> B{Banned Domain Check}
    B -- Competitor Found --> C[Verdict: banned-link<br/>Draft Folded]
    B -- Clean --> D[Blue Team Detector Run]
    D -- Undetected --> E[Saved to Content Library]
    D -- Detected --> F[Verdict: detected<br/>Draft Folded]