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 408 B
export declare const DEFAULT_MAX_FILE_SIZE: number; export declare class FileSourceCache { private static cachesByDirectory; private cache; static forDirectory(directory: string): FileSourceCache; static clear(directory?: string): void; read(absolutePath: string): string | undefined; set(absolutePath: string, content: string): void; } //# sourceMappingURL=file-source-cache.d.ts.map