UNPKG

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.

17 lines 547 B
/** * `ubon hooks install` — drop a Cursor `hooks.json` template (and matching * shell scripts) into the user's project. The hooks shell out to the * locally-installed `ubon` binary so they work whether the user globally * installed it (`npm i -g ubon`) or has it as a dev dep. */ interface InstallOptions { directory: string; cursor?: boolean; force?: boolean; } export declare function installCursorHooks(options: InstallOptions): { wrote: string[]; skipped: string[]; }; export {}; //# sourceMappingURL=hooks.d.ts.map