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.

9 lines 465 B
import { Rule, RuleMeta } from './types'; export declare const RULES: Record<string, RuleMeta>; export declare const RULE_IMPLEMENTATIONS: Record<string, Rule>; export declare function getRule(id: string): Rule | undefined; export declare function getRulesByCategory(category: string): Rule[]; export declare function getAllRuleIds(): string[]; export declare function isModularRule(id: string): boolean; export * from './types'; //# sourceMappingURL=index.d.ts.map