{
  "integrations": ["stripe", "auth"],
  "riskIncludes": ["payments", "auth/session handling"],
  "envNames": ["STRIPE_SECRET_KEY", "STRIPE_WEBHOOK_SECRET"],
  "apiIncludes": ["src/app/api/billing/checkout/route.ts", "src/app/api/stripe/webhook/route.ts"],
  "mustContain": ["payments", "STRIPE_SECRET_KEY", "What is the intended billing lifecycle"],
  "mustNotContain": ["sk_live_golden_secret"]
}
