The prompt What the AI did The hole it left
"Build a dashboard that shows the user's bookings." Wired the frontend straight to the database tables No access rules, every row reachable
"Make the admin page load all accounts." Created a function that returns everything No check on who is calling it
"Connect Stripe so users can pay." Pasted the secret key where it was easiest, the frontend Live key exposed in the bundle
"Make the dashboard load faster." Regenerated the component without the earlier auth guard Authentication silently removed