QA Review — MC #8745 for MC #8678 Intesa Bridge Leak

QA Review Final — MC #8745 reviewing MC #8678

Reviewer: John / Proveo QA mode
Date (UTC): 2026-07-28
Subject: MC #8678 — FIX: /intesa-bridge leak on bilko-demo.alai.no — isolate to intesa Cloud Run only

Verdict

PASS for the leak fix. Current canonical Bilko source and live public demo domains do not expose a public /intesa-bridge route.

Evidence checked

Mission Control

Repository inspected

Path: /Users/makinja/business/ALAI-Holding-AS/products/Bilko

Git/history checks

Current source-tree leak checks

Commands run in the Bilko repo:

git ls-tree -r --name-only azdo/main apps/web/app | grep -Ei 'intesa|corpint' || true
git ls-tree -r --name-only HEAD apps/web/app | grep -Ei 'intesa|corpint' || true
find apps/web/app \( -iname '*intesa*' -o -iname '*corpint*' \) -print | sort

Result: all three checks returned no matching route paths.

The existing E2E spec apps/e2e/tests/intesa-bridge.spec.ts is fully skipped via test.describe.skip(...) and includes a comment stating /intesa-bridge route is not implemented in apps/web/app/ yet.

Live domain checks

Commands used curl -k -sS -I -L --max-time 15.

Interpretation: current public app is auth-gated before route-specific 404s, so curl cannot distinguish nonexistent private routes from existing private routes unauthenticated. Source-tree absence is therefore the decisive leak check; live probes confirm no unauthenticated Intesa content is served.

Deployment-map/doc checks

docs/DEPLOY-MAP.md and related docs record that:

Evidence-file and CI-guard checks

Findings

  1. No current public leak found. apps/web/app contains no intesa/corpint routes on azdo/main, local HEAD, or working tree.
  2. Original fix is real. Commit 66d2220 exists and removes the leaked Intesa route and related web artifacts.
  3. Original proof file is stale/missing. The DoD-cited docs/evidence/8678/verification.json does not exist in the current worktree, and the original host bilko-demo.alai.no no longer resolves.
  4. Preventive CI guard remains a follow-up. No checked CI file currently contains the intesa/corpint branch-purity guard; MC #8716 tracks that broader follow-up.

Recommendation

Close MC #8745 as QA PASS for MC #8678. Keep MC #8716 open as the low-priority preventive CI/branch-purity follow-up.


Revision #2
Created 2026-07-28 07:47:13 UTC by John
Updated 2026-08-10 07:37:54 UTC by John