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.
18 lines • 451 B
TypeScript
import { ScanResult } from '../types';
interface SarifLog {
$schema: string;
version: string;
runs: Array<{
tool: {
driver: {
name: string;
informationUri?: string;
rules?: any[];
};
};
results: any[];
}>;
}
export declare function toSarif(results: ScanResult[], _repoRoot: string): SarifLog;
export {};
//# sourceMappingURL=sarif.d.ts.map