Vibeguard-dev/local – static AST analysis for AI-generated SQL
12 static DBA-level checks catch AI SQL footguns in sub-millisecond time.

Trap-based training catches devs who blindly approve AI commands before production burns.
Developers using AI coding assistants like Claude Code
KnowBe4 · Security Awareness Training platforms
The backstory: I'm a software engineer 14yoe, I use Claude Code daily. Sometimes I approve permission requests and only then read what I just approved Which is ironic as my primary spec is core back-end: security and work with big data. So I built this for myself to not become one of these stories: "Claude ran terraform destroy for production"
Concept is simple: Go proxy that sits between AI assistant and the API, intercepts responses, and occasionally swaps in realistic trap commands. If you approve blindly - you get caught. Sounds harsh, but again - I really dont want me or anyone to add 'caused 13 hours outage' in their resume. The proxy is obviously open source, i dont expect anyone to install something from closed-source repo of young startup: github.com/agentsaegis/go-proxy The quiz (link in the title) is the free version of that concept. Takes 2 minutes, no signup. Already has 80 takers - 75% scored C or D, average 6.5/10. Curious what HN thinks — both about the quiz itself and whether this is a real problem worth solving.
12 static DBA-level checks catch AI SQL footguns in sub-millisecond time.
Transparent proxy blocks agent leaks to LLM APIs without touching agent code.
Blocks rogue agent tool calls in under 25ms before they hit your database.
Dev environment automation competing against devcontainers and Nix.
Structural command parsing beats regex for catching dangerous agent actions.
Solves port-clash friction with auto-detecting framework config and named subdomains for HMR.