Engineering score
89/100
Strong foundation. Address the focused findings to improve release confidence.AI ENGINEERING COMMAND CENTER
Give Relay a signal. Its engineering agents trace the root cause, reproduce the failure, prepare the smallest safe patch and prove the result.
Paste a stack trace, log excerpt or bug report.
Project overview
Engineering score
Executive summary · Heuristic fallback
3 proposed changes · 3 test additions
System architecture
Engineering scorecard
critical: Token verification accepts stale keys
high: Order lookup can produce N+1 queries
medium: Payment adapter lacks contract tests
Priority findings
The auth path caches signing keys without a bounded TTL.
src/auth/verify.tsLine items are fetched inside the order iteration.
src/orders/service.tsFailure and retry semantics are not covered.
src/payments/adapter.ts