test(proof): report bounded Axe findings - #445
Merged
Merged
Conversation
bizzybee90
temporarily deployed
to
release-status-ledger-writer
August 9, 2026 01:45 — with
GitHub Actions
Inactive
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe Playwright runner now preserves normalized Axe failure details, limits excessive findings, and adds sanitized Axe diagnostics to schema version 2 route-failure receipts. Tests verify violation, incomplete-result, sensitive-content, and entry-limit behavior. ChangesAxe route diagnostics
Estimated code review effort: 3 (Moderate) | ~20 minutes Sequence Diagram(s)sequenceDiagram
participant ProductProofRunner
participant AxeAudit
participant RouteFailureReceipt
ProductProofRunner->>AxeAudit: run accessibility audit
AxeAudit->>ProductProofRunner: return normalized failure details
ProductProofRunner->>RouteFailureReceipt: include axe_failure diagnostics
RouteFailureReceipt->>ProductProofRunner: return schema version 2 receipt
Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
This was referenced Aug 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Why
The governed staging proof now reaches authenticated Home but stops at
axe_accessibility_failed. The existing log intentionally omits the rule, leaving no safe basis for a source repair. This change reveals the minimum non-sensitive rule metadata needed to make the next repair evidence-based.Safety
No DOM text, selector, HTML, URL, credential, screenshot or customer data is retained or logged. Unknown shapes and more than 128 findings fail closed. No application runtime, schema, provider, production or credential behavior changes.
Verification
git diff --checkFull dependency and CI parity is intentionally delegated to protected cloud checks to keep the Mac light.
Summary by CodeRabbit