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 415 B
import { Rule } from '../types'; /** * Modern framework rule pack — Next 14/15 Server Actions, Edge runtime, * SvelteKit, Astro, Remix, Hono, Drizzle and Prisma. Detection lives in * `FrameworkScanner` (regex/heuristic, not full AST). Metadata is centralised * here so `ubon explain <id>` works for every rule. */ export declare const frameworkRules: Record<string, Rule>; //# sourceMappingURL=index.d.ts.map