One HTTP call returns a machine-readable preflight signal for any Base contract. Wire it into an agent, a hook, or CI.
curl -sS <APP_URL>/api/guard/base/<ADDRESS>
# → { decision, score, grade, proofStatus,
# easAttested, riskSurface, reasons }
# decision ∈ low_risk_signal | review
# | block_for_review | needs_scanRead developer docs→