The Blue Team detector runs a cold review of the article using an explicit evaluation rubric to flag commercial money links versus organic filler links, outputting structured JSON with its reasoning to determine whether a draft passes or folds.
flowchart TD
A[Generated Draft] --> B[Blue Team Evaluation Prompt]
B --> C[Gemini 3.5 Flash: Temp 0.0]
C --> D{Target Flagged as Money Link?}
D -- Yes --> E[Fold Draft: Verdict = detected]
D -- No --> F[Pass Draft: Save to Library]