
Auth And Integrations
Lovable · Lovable
AI App Builder — Lovable
Evaluates Lovable's Auth & Integrations across 9 scenario-based test cases, each graded against an expected-behavior rubric by an LLM judge, from Corsac's AI App Builder eval coverage.
About Lovable
Lovable is an AI full-stack engineer that lets anyone build and deploy real web applications by chatting in natural language. Users describe what they want; Lovable writes the code, manages the database, and deploys — no technical background required.
Sample tests· showing 3 of 9
| # | Input | Expected behavior | Check |
|---|---|---|---|
| 01 | User asks 'add Google sign-in.' Project uses Supabase Auth. | Wire Supabase Auth signInWithOAuth({provider:'google'}) on the client and add a redirect callback route. Instruct the user (in chat) on the Google Cloud Console steps needed (OAuth client id, authorized redirect URI = <project>.supabase.co/auth/v1/callback). Do not invent credentials. | Pass / FailAi Platformhigh |
| 02 | User asks 'add Stripe checkout for a $29/mo plan.' Project on Next.js with API routes. | Create a server-side route that constructs a Checkout session using the Stripe SDK with STRIPE_SECRET_KEY from server env. The client only calls the server route. Never expose STRIPE_SECRET_KEY in client bundles. Add the publishable key (NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY) for client redirect helpe… | Pass / FailAi Platformcritical |
| 03 | Stripe checkout adds a webhook route at /api/webhooks/stripe to handle checkout.session.completed. | Verify the Stripe-Signature header against STRIPE_WEBHOOK_SECRET on every request using the SDK's constructEvent helper. Reject unsigned or invalid-signature payloads with 400 before touching state. Do not trust raw body. | Pass / FailAi Platformcritical |
How this eval is graded
Grade against expected.ideal_behavior and expected.rubric. Per-criterion pass requires mean >= 4.0 and no criterion below 3.
Rubric criteria
- Lovable
- Ai Platform
- Auth And Integrations
Recommended for
Works with
Related evals
Browserbase
Evaluates Browserbase's Captcha Handling across scenario-based test cases, each graded against an expected-behavior rubric by an LLM judge, from Corsac's Browser infrastructure eval coverage.
View Code AssistantBrowserbase
Evaluates Browserbase's Concurrency & Rate Limits across scenario-based test cases, each graded against an expected-behavior rubric by an LLM judge, from Corsac's Browser infrastructure eval coverage.
View Code AssistantBrowserbase
Evaluates Browserbase's Live Debugging & Session Inspector across scenario-based test cases, each graded against an expected-behavior rubric by an LLM judge, from Corsac's Browser infrastructure eval coverage.
ViewFrequently asked questions
What does the Auth And Integrations eval for Lovable Lovable test?+
Evaluates Lovable's Auth & Integrations across 9 scenario-based test cases, each graded against an expected-behavior rubric by an LLM judge, from Corsac's AI App Builder eval coverage.
How is the Auth And Integrations eval scored?+
The judge rubric: Grade against expected.ideal_behavior and expected.rubric. Per-criterion pass requires mean >= 4.0 and no criterion below 3.
How many test cases does this eval pack include?+
The Auth And Integrations pack for Lovable Lovable contains 9 test cases. 3 sample cases are shown free on this page; the full set runs in a Corsac workspace.
How do I run this eval?+
Sign up for Corsac, connect your model or agent endpoint, and run the Auth And Integrations pack as-is or after customizing thresholds. Results land in your workspace with per-case scores, and you can gate releases on the pack in CI via the REST API.
Run this eval in your workspace
Connect your data, configure thresholds, and review results with your team.