Hidden fallback proof
Four real snapshots from the CI Environment contract fix.
The evidence follows the hidden fallback from the raw issue through assessment, remediation, and a rerun that improves trust to 30 while release stays BLOCK.
1. The issue in JSON
The baseline snapshot shows the top finding: the environment contract is only partially enforced, with a hidden fallback URL allowing CI to run against the wrong reality.
2. How the report names it
The client report highlights 20/100 BLOCK and calls out that the suite should stop when BASE_URL is missing instead of producing misleading evidence.
3. What the fix plan says
The engineer plan replaces the fallback with a deterministic contract guard so missing BASE_URL fails fast before the framework creates false release evidence.
4. New report after rerun
After the environment contract is enforced, the rerun report shows trust improved from 20 to 30. Release remains BLOCK because Noisy CI Signals is now the next highest risk.