| Auth and access boundaries | High | Fast-generated flows often ship permissive checks that fail under edge cases. | Reproduce unauthorized path attempts and prove backend-side enforcement. |
| Secret and token handling | High | Prompt-generated glue code can leak secrets in client code or logs. | Inspect build output and runtime logs for key/token exposure patterns. |
| Integration blast radius | Medium | Third-party API faults can cascade into checkout or account workflows. | Trace top 3 integration failures and confirm fallback behavior. |
| Change control and release discipline | Medium | Velocity without release governance creates silent regression risk. | Validate branch rules, required reviews, and production promotion flow. |