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.

6 lines 245 B
import { Scanner, ScanResult, ScanOptions } from '../types'; export declare class GitHistoryScanner implements Scanner { name: string; scan(options: ScanOptions): Promise<ScanResult[]>; } //# sourceMappingURL=git-history-scanner.d.ts.map