hs-sql-agent
제품 기능
hs-sql-agent의 SQL 컴파일러, Safe DML, 접근 제어 경계를 살펴봅니다.
SQL Compiler
Fail-closed SQL compiler
hs-sql-agent parses SQL into a typed compiler pipeline, validates source semantics and policy, proves target capabilities, and only then emits provider-specific SQL.
자세히 보기 →Safe DML
Human-approved Safe DML
UPDATE and DELETE follow a multi-stage approval protocol that binds human approval to the validated plan and rechecks the affected row set inside the commit transaction.
자세히 보기 →Governance
Database access control for AI agents
Scope every MCP key to the database, tools, tables, rate limits, and runtime policy you intend to expose. The LLM does not get to redefine those boundaries.
자세히 보기 →