Secure SQL proxy for AI agents — NL→SQL, AST safety, per-agent RLS, audit log.
Secure SQL proxy between AI agents and enterprise databases. Agents call a single endpoint in plain English (or structured SQL). QueryShield: 1. Translates natural language → SQL via Claude with prompt caching. 2. Validates every query at the AST level — only is allowed, no stacked statements, no forbidden functions, LIMIT required. 3. Applies per-agent row-level security: schema/table whitelists…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
Secure SQL proxy between AI agents and enterprise databases. Agents call a single endpoint in plain English (or structured SQL). QueryShield: 1. Translates natural language → SQL via Claude with prompt caching. 2. Validates every query at the AST level — only is allowed, no stacked statements, no forbidden functions, LIMIT required. 3. Applies per-agent row-level security: schema/table whitelists and 4. Executes against the customer DB and returns rows. 5. Logs every attempt to an append-only…