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.
詳しく見る →