Bartholomew AI Security Gate

Sub-35µs in-process AI agent security gate.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение

Что умеет

  • Execute Database Query: Evaluates a SQL query through the Bartholomew AST invariant firewall before execution. Blocks DROP TABLE, TRUNCATE, and DELETE without WHERE clause in under 35 microseconds. Re
  • Execute System Command: Evaluates a shell command through the sub-35µs Bartholomew AST safety gate before execution. Blocks rm -rf, chmod 777, curl | bash, and privilege escalation patterns. Returns a
  • Btp Guard Eval: Generic pre-flight security evaluation for any proposed AI agent action — SQL queries, HTTP calls, file writes, or wire transfers. Never executes the action. Returns ALLOW or DENY with

Какие данные видит

Нужен ли аккаунт

Не нужен: сервер работает без входа

Sub-35µs in-process AI agent security gate. Evaluates every tool call before execution - blocks rm -rf, DROP TABLE, secret exfiltration, and path traversal. Generates Ed25519 Merkle receipts for SOC 2 compliance.

Список инструментов сервера (3)

Технические названия из tools/list. Нужны только разработчикам.

execute_database_queryEvaluates a SQL query through the Bartholomew AST invariant firewall before execution. Blocks DROP TABLE, TRUNCATE, and DELETE without WHERE clause in under 35 microseconds. Returns an Ed25519 Merkle receipt as auditable proof.
execute_system_commandEvaluates a shell command through the sub-35µs Bartholomew AST safety gate before execution. Blocks rm -rf, chmod 777, curl | bash, and privilege escalation patterns. Returns an Ed25519 Merkle receipt.
btp_guard_evalGeneric pre-flight security evaluation for any proposed AI agent action — SQL queries, HTTP calls, file writes, or wire transfers. Never executes the action. Returns ALLOW or DENY with a signed Merkle receipt. Safe to call on any input.