ubon
Version:
Security scanner for AI-generated apps (Cursor, Lovable, Windsurf, v0). Catches hardcoded secrets, prompt injection, hallucinated imports, Server Actions / Edge runtime mistakes, and the vibe-coded vulnerabilities traditional linters miss.
12 lines • 506 B
TypeScript
/**
* `ubon doctor` — environment diagnostic. Mirrors `eslint --print-config`
* style: tells the user exactly what Ubon thinks about their environment so
* support requests can be debugged without back-and-forth.
*
* Outputs are intentionally cheap (no scan run): we only check that the
* binaries / optional deps Ubon depends on are reachable.
*/
export declare function runDoctor(directory?: string, options?: {
agentHarness?: boolean;
}): Promise<void>;
//# sourceMappingURL=doctor.d.ts.map