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.

7 lines 295 B
export interface IssueContext { before: string[]; line: string; after: string[]; } export declare function buildIssueContext(directory: string, file: string | undefined, line: number | undefined, radius?: number): IssueContext | undefined; //# sourceMappingURL=issue-context.d.ts.map