/** * catch-real-bugs.test.ts — validates that Assay's real-time verification * pipeline catches real security bugs during simulated code generation. * * Each test feeds realistic LLM-generated code (as token arrays) through * createVerifiedStreamFromTokens and asserts that findings are produced. * No API calls — all synthetic tokens. */ export {};