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.
12 lines • 419 B
TypeScript
import { Rule } from '../types';
/**
* AI004: Vector database credentials hardcoded.
*
* Covers Pinecone, Weaviate Cloud, Qdrant Cloud, Chroma Cloud and Upstash
* Vector. Vector DBs frequently store embedded PII (chat history, support
* tickets, internal docs), so a leaked key is a privacy incident, not just
* a billing one.
*/
declare const rule: Rule;
export default rule;
//# sourceMappingURL=AI004.d.ts.map