The detector evaluates links by analyzing commercial intent, anchor-text naturalness, and destination authority against a structured detection rubric, while also probing all citations for liveness to prune dead sources.

flowchart LR
    A[Article Draft] --> B[Link Liveness Probe]
    B -->|Strip 404s| C[Cleaned Draft]
    C --> D[Blue Team LLM Detector]
    D --> E{Money Link Detected?}
    E -->|Yes| F[Folded: Detected]
    E -->|No| G[Passed to Library]