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.
11 lines • 358 B
TypeScript
import { Rule } from '../types';
/**
* AI007: Streaming LLM endpoint without auth / rate limit.
*
* Public `streamText` / `OpenAIStream` / SSE endpoints are the #1 target for
* key-bombing: a single un-rate-limited route can drain a free-tier credit
* line in hours.
*/
declare const rule: Rule;
export default rule;
//# sourceMappingURL=AI007.d.ts.map