More screenshots

    Works with the AI tools you already use

    CClaude CodeCCursorCCodex CLIGGitHub CopilotGGemini CLI+17 more

    🧪 AI Build Sanity Check

    by JustHandled Labs

    2

    Catch visible signs that an AI-built app is not finished Run a local, read-only Python scanner before a demo, review, or launch.

    Secure checkout via Stripe

    1 installSecurity scanned

    See it in action

    You say

    Scan the current repo. Did the AI actually finish this or are there still mocks and placeholders?

    Your agent does

    SUMMARY findings=11 deterministic=10 advisory=1 ABS002 high fixtures/risky-sample/app.py:4 The app returns fake or sample data as if it were real. Plain fix: connect real data or label it as demo-only. ABS005 high fixtures/risky-sample/app.py:13 This endpoint returns success without doing visible work. Plain fix: do the action before returning success. ABS006 medium advisory fixtures/risky-sample/app.py:18 A named feature has an empty or throwing handler. Plain fix: connect the handler or remove the feature until it is ready.

    What you get

    Review an AI-generated MVP for configured unfinished-work signals before a demoFind supported swallowed-error and placeholder patterns before a pull requestReview return lines containing fake-data terms or route-adjacent canned successProduce file-and-line evidence for a focused manual cleanup

    About this skill

    Catch visible signs that an AI-built app is not finished

    Run a local, read-only Python scanner before a demo, review, or launch. Each finding reports a rule ID, severity, file, line, and plain-English next step. The scanner does not modify or execute the app.

    Six defined checks

    • Build-marker terms such as TODO, FIXME, “not implemented,” and NotImplementedError.
    • Return lines containing configured fake, mock, sample, dummy, or placeholder terms.
    • Python except blocks followed by pass and same-line empty JavaScript catch blocks.
    • Configured placeholder strings in supported source, config, and .env files.
    • Return lines with success, ok, or status near a supported route marker.
    • Route-adjacent empty or throwing handler markers as advisory review prompts.

    What you receive

    The package includes the standard-library scanner, editable JSON rule table, remediation snippets, audit checklist, explanations, clean and risky fixtures, and a test file. The fixture test passes with 11 findings: 10 deterministic and 1 advisory.

    Know the boundary

    This is line- and term-based static analysis, not proof of unfinished behavior. It can flag intentional TODOs, demo code, or legitimate success responses and can miss patterns written differently. It does not run the app, test behavior, or assess security.

    Handle .env deliberately

    The scanner reads supported local files, including .env files within the chosen path, to find configured placeholder terms. It reports file, line, rule, severity, and a generic message—not the matched line or value—but you should scope the run away from .env if you do not want that file read.

    How to install

    Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.

    Reviews

    No reviews yet

    Be one of the first to try it. Every listed skill passes our trust checks below.

    Security scanned

    Passed our 8-point scan before listing

    1 install

    Downloaded by developers to date

    30-day refund

    Not a fit? Get your money back

    Frequently Asked Questions

    Popular in Code Review