The Blue Team detector executes a zero-temperature structured JSON query against the draft to isolate suspected paid links, scoring the run as 'detected' whenever target domain matching identifies the client's URL within the returned money_link object.

flowchart LR
    A[Article Draft] --> B["Blue Team Model<br/>temp=0.0"]
    B --> C{Evaluates Link Schema}
    C -->|money_link matches target domain| D[Verdict: detected / FOLD]
    C -->|money_link empty or non-target| E[Verdict: passed / SAVE]