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.
9 lines • 394 B
TypeScript
import { Rule } from '../types';
/**
* React anti-pattern pack — the "vibe-coded React" class of bugs that AI
* tools (Cursor, v0, Lovable, Claude Code) produce routinely. Detection lives
* in `ReactPatternsScanner`; metadata is centralised here so `ubon explain`
* and the LSP can surface it.
*/
export declare const reactRules: Record<string, Rule>;
//# sourceMappingURL=index.d.ts.map