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.

18 lines 423 B
interface AgentInstallOptions { directory: string; cursor?: boolean; claude?: boolean; codex?: boolean; preCommit?: boolean; github?: boolean; all?: boolean; write?: boolean; force?: boolean; } export declare function installAgentHarness(options: AgentInstallOptions): { planned: string[]; wrote: string[]; skipped: string[]; }; export {}; //# sourceMappingURL=agent.d.ts.map