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.
10 lines • 461 B
TypeScript
import { Rule } from '../types';
/**
* Claude Code / agent-tooling pack — detects secrets and dangerous patterns
* committed in `.claude/`, `.cursor/`, `.windsurf/`, `.aider*`, `CLAUDE.md`,
* `.cursorrules`, `.windsurfrules` and MCP configs. Many AI workflows
* accidentally commit OAuth tokens, API keys, or `rm -rf "$VAR"` shell hooks
* into these dotfiles.
*/
export declare const agentRules: Record<string, Rule>;
//# sourceMappingURL=index.d.ts.map