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 • 432 B
TypeScript
import { Rule } from '../types';
/**
* AI rule pack — patterns specific to LLM-powered apps (RAG, agents, MCP,
* streaming endpoints). Pattern-only rules (AI001, AI004) are picked up by
* the generic SecurityScanner pattern-runner; AI002/AI003/AI005/AI006/AI007/AI008
* carry metadata only and are detected by the dedicated AIScanner.
*/
export declare const aiRules: Record<string, Rule>;
//# sourceMappingURL=index.d.ts.map