Third corpus app (see #1 and #2 for the pattern): a small Next.js app under testdata/corpus/nextjs-basic/ that looks like typical AI-agent output, with seeded defects cataloged in defects.yaml: a nonexistent npm dependency, a hardcoded fake secret in an API route, client-only form validation, a leftover console.log, and an unused helper. No Rust needed.
Third corpus app (see #1 and #2 for the pattern): a small Next.js app under
testdata/corpus/nextjs-basic/that looks like typical AI-agent output, with seeded defects cataloged indefects.yaml: a nonexistent npm dependency, a hardcoded fake secret in an API route, client-only form validation, a leftoverconsole.log, and an unused helper. No Rust needed.