The Blue Team detector adversarially inspects generated content using zero-temperature Gemini evaluation to detect artificial 'money links' amidst natural citations, saving only those that pass undetected.

flowchart TD
    A[Red Team Generator] -->|Article + Target Link| B[Liveness & Policy Check]
    B -->|Pass| C[Blue Team Evaluator]
    B -->|Fail| E[Discard / Folded List]
    C -->|Inspect Money Links| D{Evaluation Verdict}
    D -->|Detected / Artificial| E
    D -->|Undetected / Natural| F[(Content Library)]