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.

10 lines 351 B
export interface HookOptions { mode?: 'fast' | 'full'; failOn?: 'error' | 'warning'; directory?: string; dryRun?: boolean; install?: boolean; } export declare function renderPreCommitConfig(options: HookOptions): string; export declare function installPreCommitHooks(options: HookOptions): void; //# sourceMappingURL=hooks.d.ts.map