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.
8 lines • 359 B
TypeScript
import { Rule } from '../types';
/**
* Module-hygiene pack — "shape of the code" issues that AI output frequently
* ships: top-level side effects, async wrapper on sync body, swallowed
* errors, loose `any` explosion. Detection lives in `AstSecurityScanner`.
*/
export declare const moduleRules: Record<string, Rule>;
//# sourceMappingURL=index.d.ts.map