When a competitor domain is detected, the run records a 'banned-link' verdict with specific failure reasons in the outreach items table, routing the draft to the folded list instead of the article library.

flowchart TD
    A[Finished Draft] --> B{Regex Match Banned Domains?}
    B -- Yes --> C[Set verdict = 'banned-link']
    C --> D[Log Reasons & Update Outreach Items]
    D --> E[Route to Folded List]
    B -- No --> F[Proceed to Blue Team Detector]