Verification
Drift radar
Detect AI-generated UI drift — 12 checks against compiled CSS for token fabrication, value variance, and off-contract patterns.
The four documented 2026 drift failure modes: token fabrication, within-session drift, between-session amnesia, silent breaking changes.
What it checks
The drift engine fetches the target URL, extracts all CSS (inline + linked stylesheets), parses :root custom property declarations, and runs 12 checks covering the four drift failure modes. All checks are static analysis — no browser needed.
Scoring: 12 checks. PASS=1, WARN=0.5, FAIL=0. Score = (points/12) × 100. A≥90, B≥80, C≥70, D≥60, F<60.